asana_search_tasks
ActiveTool of Asana
declared in 0.1.0
Search tasks across a workspace by keyword. Returns matching tasks with ID, name, completion status, and assignee. Requires workspace ID.
Parameters schema
{
"type": "object",
"examples": [
{
"text": "website redesign"
},
{
"text": "bug fix",
"limit": 50,
"workspace": "1234567890123456"
}
],
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Search query text"
},
"limit": {
"type": "number",
"description": "Number of results to return (default 20, max 100)"
},
"workspace": {
"type": "string",
"description": "Workspace GID (auto-resolved if omitted)"
}
}
}Parent server
Asana
https://github.com/pipeworx-io/mcp-asana
1/7 registries