Skip to main content
Glama

WayStation MCP Server

Official

searchAsanaTasks

Search and filter Asana tasks by workspace, project, and completion status using specific query terms to streamline task management and organization.

Instructions

Searches for tasks in Asana that match the search term, with optional filtering by workspace, project, and completion status.

Input Schema

NameRequiredDescriptionDefault
projectIdNoFilter tasks to a specific project ID
queryYesThe query text to search for in task names and descriptions
workspaceIdYesThe workspace ID to search within

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "Filter tasks to a specific project ID", "type": "string" }, "query": { "description": "The query text to search for in task names and descriptions", "type": "string" }, "workspaceId": { "description": "The workspace ID to search within", "type": "string" } }, "required": [ "workspaceId", "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/waystation-ai/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server