List Citation Overrides
list_citation_overridesAuthor-only newest-first listing of the caller's citation corrections. Filterable by ticker (e.g. all AAPL corrections) or by a single fact_id (returns 0 or 1 row). Pair with save_citation_override and delete_citation_override. Sample tier rejected.
Agent use: call with ticker to introspect what corrections the user has previously applied on that ticker — useful for system prompts that respect prior corrections during regeneration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of citation overrides to return (1–100). Defaults to 20. | |
| cursor | No | Cursor from the previous response's `next_cursor` — the updated_at of the last row on that page. Omit for first page. | |
| ticker | No | Optional ticker filter, case-insensitive. Uppercased internally. | |
| fact_id | No | Optional fact_id filter — returns at most one row. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | Yes | Provenance envelope — data lineage for every MCP response | |
| overrides | Yes | ||
| next_cursor | Yes | ||
| total_count | Yes |