quire.searchFolderTasks
Search for tasks in a folder using a keyword and optional filters like status, priority, assignee, or tag.
Instructions
Search for tasks within a specific folder by keyword and optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | Yes | The folder ID (e.g., 'my-folder') or OID to search in | |
| keyword | Yes | Search keyword to match against task names and descriptions | |
| status | No | Filter by status: 0 (to-do) to 100 (complete) | |
| priority | No | Filter by priority: -1 (low), 0 (medium), 1 (high), 2 (urgent) | |
| assigneeId | No | Filter by assignee user ID | |
| tagId | No | Filter by tag ID |