analyze_citation_structure
Check how AI answers are structured for a keyword: list openings, passage length, source counts, and cited domains. Get an evidence-based model to shape content that triggers citations.
Instructions
Analyze the structural shape of the AI-generated answer actually cited for a keyword: does it lead with a list, how long is the opening passage, how many sources does it cite and from which domains. Use this to understand what a winning AI-search answer looks like for a topic, e.g. before writing content meant to get cited.
Read-only: no side effects, safe to retry. Costs 1 quota unit/call (free tier: 3 checks/month total across all tools).
Returns: {"keyword", "leads_with_list" (bool), "opening_word_count" (int), "opening_has_number" (bool), "num_sources_cited" (int), "source_domains" (list of up to 10 domain strings)}.
Use analyze_citation_structure_batch instead if you need this for more than one keyword - one call per topic here adds up fast for a cluster.
Args: keyword: the topic/query to analyze, e.g. "how to reduce churn".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes |