G

getaiso.com

See what customers ask ChatGPT before they ask you. Track AI visibility, discover real conversations, and optimize your AI search strategy.

3read
1action
https://getaiso.com/

live · Developer Tools · JSON · API for agents

Tools 4 tools

get_product_overviewread

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.

View tool JSON
{
  "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_pricingread

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.

View tool JSON
{
  "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_blogread

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.

View tool JSON
{
  "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"
    ]
  }
}
book_demoaction

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.

View tool JSON
{
  "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": {}
  }
}