Searches for tasks by keyword across all projects the authenticated user belongs to. Matches against task names and descriptions. Returns up to 20 results with project context and priority information.
Safety: Read only
Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
query |
string | yes | Search keyword to find in task names and descriptions. |
Example prompt
Use search-tasks-tool to help me with the relevant Taskavel task.
Example call
{
"name": "search-tasks-tool",
"arguments": {}
}