list_tasks
List tasks from the registry with optional status or type filters, returning a consistent snapshot of matched tasks with counts.
Instructions
Enumerate all tasks in the FUCMCPTaskRegistry with optional status / type filters and a limit. Atomic snapshot under the registry's lock so the result is internally consistent. Returns total/matched/returned counts plus task records mirroring poll_task's shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_filter | No | Optional. If set, only tasks with this status are returned. | |
| type_filter | No | Optional. Exact-match filter on task type (e.g. 'sleep'). | |
| limit | No | Optional. Max items to return. Default 100; clamped to [1, 500]. |