1. First session: check auth and pick an account
Tools:auth_status → list_accounts → set_account
- Call
auth_statusto confirm the session: user, accounts, current account, and access-token expiry. A “not authenticated” result means the OAuth connection needs a reconnect — reconnect or re-add the server. - Call
list_accountsto see every account available to the signed-in user and which one is current. - If the wrong account is current, call
set_accountwith the rightaccountId. All later read calls then use it.
2. Weekly wins digest
Tools:reporting_get_available_dates → reporting_get_wins → summarize
- Call
reporting_get_available_datesto get the snapshot dates for the current account. - Call
reporting_get_winswithstartDateset to the snapshot closest to one week ago andendDateset to the most recent snapshot. - Summarize the
rankingWins,mentionWins, andpositionMovementsinto a digest: new rankings, new AI Overview mentions, and the biggest position improvements (positiveorganicDelta/aiOverviewDelta).
3. AI Overview visibility check
Tools:reporting_get_trend → reporting_get_wins →
content_planner_list_seed_terms
- Call
reporting_get_trend(defaultrankingmode,ratey-axis) to see whether visibility is rising or falling over the period. - Call
reporting_get_winsbetween the period’s first and last snapshots to list the new AI Overview rankings and mentions behind the trend. - Call
content_planner_list_seed_terms(defaultgoogle-rankingmode) to spot high-priority seed terms where you are not yet in the AI Overview — candidates for the next content push.
4. Content pipeline: from seed terms to questions
Tools:content_planner_list_seed_terms → content_planner_list_questions
- Call
content_planner_list_seed_termswithpriorityTier: ["high"]to get the highest-priority seed terms and their aggregate metrics. - Call
content_planner_list_questionswith theseedIdof a chosen term to list the questions under it, including per-question search intelligence (organic and AI Overview positions, brand mentions). - Use the questions with no AI Overview presence as the brief for the next articles.
See also
- Available MCP tools — full input and output reference
- List available accounts — account selection details
- Where am I winning in AI Overviews? — reading the wins result