tasks_search
Filter and retrieve tasks by status, text, or ID from MCP Tasks server. Use to search for tasks in progress, to-do, backlog, or other statuses with optional term matching and task ID lookup.
Instructions
Search tasks from specific statuses with optional text & ID filtering
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ids | No | Optional list of task IDs to search for | |
limit | No | Maximum number of results (only for really large task lists) | |
source_id | No | Source ID from task_setup() response - Defaults to most recent in the workspace if not provided - Try to always provide it! - If you don't have it, ask the user for a file path and call task_setup() | |
statuses | No | Specific statuses to get. Gets all if omitted | |
terms | No | Search terms to filter tasks by text or status (case-insensitive, OR logic, no regex or wildcards) |