gsc_keyword_expand
Validate brainstormed keyword candidates against Search Console data to find net-new terms with no current footprint. Returns a footprint verdict and confidence band for each candidate.
Instructions
Ground LLM-brainstormed keyword candidates against your own Search Console data to find net-new terms you have no current footprint on. YOU (the host) supply candidates -- brainstorm them from the site's winning queries first (call gsc_top_queries). For each candidate this returns a footprint verdict (covered / thin / none) and a confidence band from sibling-strength (does it share tokens with queries that already win impressions). 'none' means no VISIBLE footprint, not no demand (GSC hides ~75% of impressions); net-new terms are scored hypotheses, not facts. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Window for owned-query footprint. Defaults to 90 (wider = more footprint visible). | |
| site_url | No | Defaults to the configured default site. | |
| candidates | Yes | Candidate keyword/topic strings the host brainstormed. Required, 1-300. | |
| impressions_min | No | Impressions at/above which an exact match counts as 'covered'. Defaults to 10. |