List My Research Reports
list_my_reportsCursor-paginated newest-first listing of the caller's own reports (owner-scoped). Filters compose with AND; status defaults to 'ready' so pass status='draft' or 'all' to see drafts. Use cursor from the previous response's next_cursor to fetch the next page (limit max 100). Sample tier rejected (no per-author state).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. | |
| cursor | No | Cursor from previous `next_cursor`. | |
| status | No | Filter by status. Default 'ready' (excludes drafts + delisted). | ready |
| ticker | No | Filter to a single ticker (case-insensitive). | |
| report_type | No | Filter by report type. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | Yes | Provenance envelope — data lineage for every MCP response | |
| reports | Yes | ||
| next_cursor | Yes |