list_gaps
Retrieve the AI-visibility fix queue for a domain or audit, showing each gap with its stable key, status, category, impact, effort, and concrete fix to prioritize and resolve visibility issues.
Instructions
The fix/action queue for a domain: each AI-visibility gap with its stable gapKey, current status (todo / doing / done), title, category, impact, effort, and the concrete fix. Pass a scanId (exact audit) OR a domain (uses that domain's newest audit). Use set_gap_status to update a gap. Requires a signed-in account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Bare domain, e.g. 'acme.com' — uses its most recent audit. Optional if `scanId` is given. | |
| scanId | No | Audit id (from list_audits) to read gaps from. Optional if `domain` is given. |