Skip to main content
Glama

mcp-server-asana

by roychri

asana_get_multiple_tasks_by_gid

Retrieve detailed information for up to 25 Asana tasks using their GIDs. Specify optional fields for customized data output.

Instructions

Get detailed information about multiple tasks by their GIDs (maximum 25 tasks)

Input Schema

NameRequiredDescriptionDefault
opt_fieldsNoComma-separated list of optional fields to include
task_idsYesArray or comma-separated string of task GIDs to retrieve (max 25)

Input Schema (JSON Schema)

{ "properties": { "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" }, "task_ids": { "description": "Array or comma-separated string of task GIDs to retrieve (max 25)", "oneOf": [ { "items": { "type": "string" }, "maxItems": 25, "type": "array" }, { "description": "Comma-separated list of task GIDs (max 25)", "type": "string" } ] } }, "required": [ "task_ids" ], "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/roychri/mcp-server-asana'

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