List Opportunity Pool
list_opportunity_poolList suggestions waiting on a decision, newest and most useful first.
This is Trakkr's unified suggestion pool: every recommendation system (search gaps, crawler, site audit, outreach, Reddit, content ideas, competitors, perception) writes here, so one call sees all of them. Nothing in this list is committed work yet - a person or an agent has to decide, and committing is what freezes a measurement plan so the change can earn a measured result later.
NOT the same tool as get_opportunities, which lists citation outreach
targets (a different object). Both are supported.
Ordering is deterministic: impact bands first, then each family's freshest items round-robin, so a high-volume source cannot crowd out everything else.
Common recipes:
What should we do next: list_opportunity_pool(brand_id)
Only page fixes: list_opportunity_pool(brand_id, family="fix")
Highest impact first: list_opportunity_pool(brand_id, impact="high")
Args: brand_id: The brand (required). family: The verb family. fix | refresh | create | earn | discuss | optimize | setup | play. kind: Comma-separated kinds, e.g. 'search_gap,audit_fix'. impact: low | medium | high. limit: 1-200. Default 50. cursor: Opaque cursor from a previous response's meta.next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| limit | No | ||
| cursor | No | ||
| family | No | ||
| impact | No | ||
| brand_id | Yes | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. |