tasks_search
Filter and search tasks by status, ID, or text within the MCP Tasks server for efficient task management and prioritization.
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) |