get_engine_answers
Retrieve stored AI engine answers for a brand and tracked prompt, showing cited brands, source URLs, and citation position to verify visibility and brand mentions across engines.
Instructions
The RECEIPTS behind the tracking grid. For a brand (id or domain) and one tracked prompt — optionally a single engine — returns the actual stored answer text each engine gave on the most recent day, the brands it cited, the source URLs, and whether your brand was cited and at what position. Answer text is capped (~4000 chars per engine) with a truncated flag. Copy the exact prompt text from get_visibility's prompts[].prompt; a prompt that isn't found returns availablePrompts to pick from. Requires a signed-in account; works on Starter and up (the free trial has no MCP access).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | Yes | The brand — a brand id (from list_brands) OR its bare domain, e.g. 'acme.com'. | |
| engine | No | Optional — limit to a single engine. One of: ChatGPT, Perplexity, Gemini, Claude, Grok, or Google AI Overviews (pass the key `aioverviews` for that last one; the others are their lowercase name, e.g. `chatgpt`). | |
| prompt | Yes | The exact tracked prompt text to pull answers for — copy it from get_visibility (prompts[].prompt). |