Count Tasks
task_count:
Instructions
Return the count of tasks matching a filter as a plain number. More efficient than task_list when you only need the count, not the task data. Uses the same filter syntax as task_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | Yes | Filter expression. Same syntax as task_list. Examples: 'status:pending', '+OVERDUE', 'project:backend +bug'. Leave empty for all pending tasks. |