Tool tree
Appointment scheduling and AI voice agents
get_zeeg_overviewAnswer
Get Zeeg's overview for AI assistants as Markdown: what Zeeg does (AI phone agent plus appointment scheduling), plans and prices, integrations, and links to every key page.
View tool JSON
{
"name": "get_zeeg_overview",
"kind": "answer",
"impl": "imperative",
"description": "Get Zeeg's overview for AI assistants as Markdown: what Zeeg does (AI phone agent plus appointment scheduling), plans and prices, integrations, and links to every key page.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/en"
}open_zeeg_pageAction
Open a Zeeg page in this tab, in the page's language where a translation exists. Use 'signup' to create a free account and 'api-docs' for the developer API.
View tool JSON
{
"name": "open_zeeg_page",
"kind": "act",
"impl": "imperative",
"description": "Open a Zeeg page in this tab, in the page's language where a translation exists. Use 'signup' to create a free account and 'api-docs' for the developer API.",
"inputSchema": {
"type": "object",
"properties": {
"page": {
"type": "string",
"enum": [
"home",
"pricing",
"ai-voice-agent",
"appointment-scheduling-software",
"features/ai-answering-service",
"features/online-booking",
"features/routing-forms",
"features/round-robin",
"features/collective-appointments",
"features/workflows",
"features/online-payment",
"features/contact-management",
"blog-landing",
"contact",
"help",
"signup",
"signin",
"api-docs"
]
}
},
"required": [
"page"
]
},
"page": "/en"
}search_zeeg_help_centerAnswer
Search the Zeeg help center. Returns matching articles with title, summary and URL.
View tool JSON
{
"name": "search_zeeg_help_center",
"kind": "answer",
"impl": "imperative",
"description": "Search the Zeeg help center. Returns matching articles with title, summary and URL.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What to search for, e.g. 'connect Google Calendar'"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 20,
"description": "Maximum number of articles. Default 5."
}
},
"required": [
"query"
]
},
"page": "/en"
}