live · Developer Tools · JSON · API for agents
Get a concise overview of Aiso, the AI search optimization platform: it tracks how a brand appears in answers from ChatGPT, Claude, Gemini, Perplexity and Copilot, surfaces the real prompts customers ask, and recommends content changes to improve AI visibility. Returns a summary plus links to the product, solutions and pricing pages.
{
"name": "get_product_overview",
"kind": "read",
"impl": "imperative",
"description": "Get a concise overview of Aiso, the AI search optimization platform: it tracks how a brand appears in answers from ChatGPT, Claude, Gemini, Perplexity and Copilot, surfaces the real prompts customers ask, and recommends content changes to improve AI visibility. Returns a summary plus links to the product, solutions and pricing pages.",
"inputSchema": {
"type": "object",
"properties": {}
}
}Get Aiso's current pricing tiers (Starter, Growth, Enterprise) including monthly and annual per-month prices in USD, a one-line description of each tier, and the key features included. Use this to answer questions about how much Aiso costs.
{
"name": "get_pricing",
"kind": "read",
"impl": "imperative",
"description": "Get Aiso's current pricing tiers (Starter, Growth, Enterprise) including monthly and annual per-month prices in USD, a one-line description of each tier, and the key features included. Use this to answer questions about how much Aiso costs.",
"inputSchema": {
"type": "object",
"properties": {}
}
}Search Aiso's blog for posts about AI search optimization, ChatGPT/LLM visibility, GEO, ranking factors, fan-out queries and brand monitoring. Returns the most relevant posts with title, absolute URL, category and summary.
{
"name": "search_blog",
"kind": "read",
"impl": "imperative",
"description": "Search Aiso's blog for posts about AI search optimization, ChatGPT/LLM visibility, GEO, ranking factors, fan-out queries and brand monitoring. Returns the most relevant posts with title, absolute URL, category and summary.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Keyword or phrase to search blog posts for (e.g. 'fan-out queries', 'ChatGPT ranking factors')."
}
},
"required": [
"query"
]
}
}Open Aiso's booking form so the user can schedule a demo or call with the team about AI search optimization. Returns the booking URL.
{
"name": "book_demo",
"kind": "action",
"impl": "imperative",
"description": "Open Aiso's booking form so the user can schedule a demo or call with the team about AI search optimization. Returns the booking URL.",
"inputSchema": {
"type": "object",
"properties": {}
}
}