Reference

Available tools

Ten tools for read-only access to the projects visible to your token.

Tool reference#

  • list_projects — List projects visible to this personal token, including owned and shared projects.
  • get_overview — Read overview KPIs, trends and top brands.
  • list_prompts — Read prompt rows. Default limit 50, maximum 100. Pass nextCursor to read the next page.
  • get_prompt_runs — Read up to 20 recent sampled answers for a prompt, each at most 2000 characters.
  • list_sources — Read cited domains, URLs or citation gaps. Default limit 50, maximum 100 per row collection.
  • get_gap_analysis — Read citation gaps with competitorMax and topCompetitors.
  • list_actions — Read saved geo_actions, optionally filtered by status.
  • get_agent_analytics — Read crawl, crawlability or conversions analytics.
  • search_chats — Search full sampled answers by case-insensitive substring or all whitespace-separated keywords. Up to 20 matches, previews at most 2000 characters.
  • get_brand_insights — Read brand insights and perception summaries.

Shared behavior#

Where supported, days accepts 7, 30, or 90 and defaults to 30. Host values are project domains without a scheme or path. Unknown arguments are rejected; each tool page lists its own schema.

Results include content and structuredContent. Large results may be truncated with _meta.truncated=true. list_prompts supports nextCursor; tools with limits do not all support cursor pagination. No tool grants write access.

Search titles, guides, and API references.