Where am I winning in AI Overviews this week?
What the agent does
The agent chains two reporting tools:reporting_get_available_dates— lists the metric snapshot dates (YYYY-MM-DD, ascending) for the current account.reporting_get_winswithstartDateandendDateset to the first and last snapshot of the period — returns everything new between the two snapshots.
reporting_get_available_dates, and endDate defaults to the most recent
snapshot when omitted.
How to read the result
reporting_get_wins returns totals plus per-snapshot detail:
rankingWins— questions that newly rank this period. Each win carriescurrentOrganicPosition(best organic position,nullif the question is only in the AI Overview) andcurrentAiOverviewPosition(best AI Overview position,nullif only organic). A win with acurrentAiOverviewPositionis an AI Overview win.mentionWins— questions where your brand is newly mentioned in the AI Overview, withcurrentMentionPosition(1-indexed position in the AI Overview brands array).positionMovements— per-question timelines withorganicPosition,aiOverviewPosition, andmentionPositionper snapshot, plusorganicDeltaandaiOverviewDelta(positive = improved, moved towards position 1;nullwhen the position is absent at either end).
Digging deeper with the content planner
To see the AI Overview state across all tracked questions — not just new wins — the agent can callcontent_planner_list_seed_terms or
content_planner_list_questions in the default google-ranking mode. Per
question, the search intelligence fields include:
isAIOverview/hasAiOverview— whether the domain is referenced in, and whether the SERP has, an AI OverviewaiOverviewPositions— every AI Overview position where the domain is referenced (nullif not in the AI Overview)bestAiOverviewPosition— the best (lowest) of those positionsmentionPosition— 1-indexed position of the selected brand in the AI Overview mentions array
See also
- Common workflows — the weekly wins digest and AI Overview visibility check recipes
- Available MCP tools — full input and output reference