Skip to main content
Glama

WayStation MCP Server

Official

listAsanaTasks

Retrieve Asana tasks by workspace, project, assignee, and completion status using WayStation MCP Server integration to streamline task management and productivity workflows.

Instructions

Retrieves tasks from Asana filtered by project, assignee, and completion status.

Input Schema

NameRequiredDescriptionDefault
assigneeIdNoFilter tasks to a specific assignee ID. Use "me" for the current user.
completedNoFilter tasks by completion status
projectIdNoFilter tasks to a specific project ID
workspaceIdYesFilter tasks to a specific workspace ID

Input Schema (JSON Schema)

{ "properties": { "assigneeId": { "description": "Filter tasks to a specific assignee ID. Use \"me\" for the current user.", "type": "string" }, "completed": { "description": "Filter tasks by completion status", "type": "boolean" }, "projectId": { "description": "Filter tasks to a specific project ID", "type": "string" }, "workspaceId": { "description": "Filter tasks to a specific workspace ID", "type": "string" } }, "required": [ "workspaceId" ], "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