list_cortex_tickets
List your own filed missing capability tickets filtered by status, severity, or backend. Check ticket status before re-filing or to follow up after triage.
Instructions
Lists your own previously filed report_missing_capability tickets (auto-filtered by OAuth identity — you do not see other agents' tickets). Useful before re-filing a ticket, or to follow a ticket's status after triage by the platform team.
Possible statuses: open (just filed), triaged (the team looked at it), planned (work scheduled), resolved (capability shipped, resolvedPrUrl points at the PR), wont_fix (deliberately not implemented, triageNote explains why), duplicate (merged with another).
Returns: { tickets: [{ id, status, severity, contextTool, contextApp, whatIWanted, suggestedShape, triageNote, resolvedPrUrl, createdAt, updatedAt }] }, sorted by createdAt desc, max 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of tickets returned. Default 20, max 100. | |
| status | No | Filter by status. Optional. | |
| severity | No | Filter by severity as declared at filing time. Optional. | |
| contextApp | No | Filter by backend (a backend id, or 'cortex'). Optional. |