Skip to main content
Glama

Asana MCP Server

test.json913 B
{ "tests": [ { "name": "List Workspaces", "tool": "list_workspaces", "params": { "limit": 10 }, "expectedFields": [ "data" ], "assertions": [ { "type": "exists", "path": "data" } ] }, { "name": "List Projects", "tool": "list_projects", "params": { "workspace": "1234567890", "limit": 10 }, "expectedFields": [ "data" ], "assertions": [ { "type": "exists", "path": "data" } ] }, { "name": "List Tasks", "tool": "list_tasks", "params": { "workspace": "1234567890", "limit": 10 }, "expectedFields": [ "data" ], "assertions": [ { "type": "exists", "path": "data" } ] } ] }

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/NimbleBrainInc/mcp-asana'

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