Agents

MIT

MCP tools

Six read-only tools. Input schema is days + actor.

Shared input

inputSchema
{
  "type": "object",
  "properties": {
    "days": { "type": "number" },
    "actor": { "type": "string" }
  }
}

Each tool

  • query_stats — period totals and the daily series. Start here for a briefing.
  • top_pages — paths by views for the actor.
  • sources — Google, ChatGPT, Direct, …
  • ai_traffic — crawlers, referrals, crawl→referral. Required for the crawler audit and "cited but not clicked" skills.
  • goals — conversion counts. Always pass actor=human unless you mean otherwise.
  • insights — last generated insight text. Empty if LLM is none.

Something off? Open an issue · Edit on GitHub