You're viewing a demo portfolio

Join the waitlist
PRSM

asana_search_tasks

Active

Tool 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)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Asana

https://github.com/pipeworx-io/mcp-asana

1/7 registries
View full server →
asana_search_tasks — Asana — PRSM MCP