List Claims
list_claimsList the caller's saved claims, most-recent-first, with AND-composed filters and cursor pagination. Filter by ticker, claim_type (assertion/prediction/judgment), tag, or lifecycle status (open/confirmed/refuted/expired/stale/needs_review). Archived claims are excluded unless include_archived is set.
Tier: all paid + free tiers (sample rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter to claims carrying this topical tag. | |
| limit | No | Page size (max 100). | |
| cursor | No | Pagination cursor from a previous page's next_cursor. | |
| status | No | Filter by lifecycle status, or 'all'. | all |
| ticker | No | Filter to claims referencing this ticker. | |
| claim_type | No | Filter by epistemic type. | |
| include_archived | No | Include soft-deleted claims. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | Yes | Provenance envelope — data lineage for every MCP response | |
| claims | Yes | ||
| next_cursor | Yes | ||
| total_count | Yes |