Tool tree
Meet Lyro, the AI agent for customer service that resolves your clients’ issues and makes sales. Perfect for e-commerce and services. Quick to set up, easy to use, and ideal for SMBs.
page: Every page
read_lyro_pageAnswer
Read any page of this website as markdown. Use it to answer questions about Lyro — its features, pricing, integrations, customer stories, reports and blog posts.
View tool JSON
{
"name": "read_lyro_page",
"kind": "answer",
"impl": "imperative",
"description": "Read any page of this website as markdown. Use it to answer questions about Lyro — its features, pricing, integrations, customer stories, reports and blog posts.",
"inputSchema": {
"properties": {
"path": {
"description": "Site-relative path, for example /pricing or /features",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
},
"page": "/"
}search_lyro_integrationsAnswer
Search the tools Lyro integrates with, by product name or category. Returns each match with a link to its page.
View tool JSON
{
"name": "search_lyro_integrations",
"kind": "answer",
"impl": "imperative",
"description": "Search the tools Lyro integrates with, by product name or category. Returns each match with a link to its page.",
"inputSchema": {
"properties": {
"query": {
"description": "Product or category to look for, for example \"Shopify\" or \"CRM\"",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"page": "/"
}contact_lyro_salesSensitive Action
Open the contact form so the visitor can talk to the Lyro sales team about pricing, enterprise terms or a migration.
View tool JSON
{
"name": "contact_lyro_sales",
"kind": "transact",
"impl": "imperative",
"description": "Open the contact form so the visitor can talk to the Lyro sales team about pricing, enterprise terms or a migration.",
"inputSchema": {
"properties": {},
"type": "object"
},
"page": "/"
}