Weekly visibility digest
Goal: After each scheduled report, produce a short summary for Slack, email, or a Notion page. Ask the agent:list_brand_runs → get_run_stats (current + previous run) → optional get_brand_last_results
Competitor share-of-voice watch
Goal: Flag when a competitor jumps in mention share on priority prompts or topics. Ask the agent:list_brand_runs → get_run_stats → get_run_results (only for flagged prompts)
Prompt portfolio hygiene
Goal: Keep the tracked prompt set aligned with real buyer questions and within quota. Ask the agent:get_brand_context → get_usage_guide → get_brand_last_results → delete_prompts / batch_create_topics_and_prompts
Citation gap and source map
Goal: See which domains LLMs cite for your category — and where you are missing. Ask the agent:list_brand_runs → get_run_sources → get_run_stats
AEO keyword mining from model search queries
Goal: Turn the queries models actually searched into a content and SEO backlog. Ask the agent:get_brand_web_search_queries (with llmNames) → optionally get_run_content_suggestions
Content pipeline from suggestions to drafts
Goal: Move from run suggestions into drafted articles your team can publish. Ask the agent:list_brand_runs → get_run_content_suggestions → list_brand_created_content → get_created_content
Publish-ready draft export
Goal: Hand CMS/docs a full markdown draft with schema hints. Ask the agent:get_created_content
Perception score tracking
Goal: Monitor branded perception properties (trust, clarity, etc.) over time. Ask the agent:list_brand_runs → get_run_perception_prompts_responses (×2)
Agency multi-brand rollup
Goal: One assistant pass across every brand in the org for leadership reporting. Ask the agent:get_organization_context → list_brands → get_brand_context + list_brand_runs + get_run_stats per brand
Seed prompts from a research brief
Goal: Turn a GTM or category brief into a tracked topic/prompt set before the next report. Ask the agent:get_usage_guide → get_brand_context → batch_create_topics_and_prompts
Tips for reliable automation
- Always start with
get_organization_contextandget_brand_contextso the agent knows plan limits and schedule. - Prefer
get_run_statsfor dashboards; useincludeAnswer: trueonly when you need raw model text. - Writes land on the next scheduled report — digests should wait for a completed run, not fire immediately after prompt edits.
- For bulk prompt cleanup, use
delete_promptsonce with all IDs. - Viewer/guest roles are read-only; write tools will fail for those accounts.
Related
Connect an MCP client
Wire up Cursor or Claude Desktop.
Tools reference
Full tool catalog and REST mappings.
Best practices
Quotas, prompt style, and session flow.
REST API
Same data over HTTP for scripts and backends.

