Tool tree
Turn visitors into pipeline with AI agents that qualify, route, and schedule meetings before and after the form fill. Trusted by Gong, Meta & monday.com.
page: Every page
search_chilipiper_siteAnswer
Search chilipiper.com's page index (products, solutions, pricing, integrations, customer stories, blog). Returns matching pages as markdown links with one-line descriptions.
View tool JSON
{
"name": "search_chilipiper_site",
"kind": "answer",
"impl": "imperative",
"description": "Search chilipiper.com's page index (products, solutions, pricing, integrations, customer stories, blog). Returns matching pages as markdown links with one-line descriptions.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Keywords to match against page titles and descriptions"
}
},
"required": [
"query"
]
},
"page": "/"
}get_page_as_markdownAnswer
Fetch any chilipiper.com page as markdown (e.g. "/pricing", "/products/concierge"). Use search_chilipiper_site first to find the right path.
View tool JSON
{
"name": "get_page_as_markdown",
"kind": "answer",
"impl": "imperative",
"description": "Fetch any chilipiper.com page as markdown (e.g. \"/pricing\", \"/products/concierge\"). Use search_chilipiper_site first to find the right path.",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site-relative page path starting with \"/\""
}
},
"required": [
"path"
]
},
"page": "/"
}open_demo_bookingSensitive Action
Navigate this tab to the Chili Piper demo request page, where a visitor can book a live demo with the sales team.
View tool JSON
{
"name": "open_demo_booking",
"kind": "transact",
"impl": "imperative",
"description": "Navigate this tab to the Chili Piper demo request page, where a visitor can book a live demo with the sales team.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}