search_tasks
Find any task across all visible projects using text search or server-side filters, with each result reporting its project ID for easy location.
Instructions
Search tasks across every project you can see.
list_tasks needs to be told a project. This is the tool for "find this task,
I do not remember where it lives", and every result reports its project_id.
query is a text search over titles and descriptions. filter and sort_by are
the same server-side syntax list_tasks takes. Vikunja documents the text search
as incompatible with a filter. Use one or the other.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| query | No | ||
| filter | No | ||
| sort_by | No | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |