Skip to main content
Glama

mcp-server-asana

by roychri

asana_get_project

Retrieve detailed information about a specific Asana project using its ID. Include optional fields for enhanced project insights via the MCP server-asana integration.

Instructions

Get detailed information about a specific project

Input Schema

NameRequiredDescriptionDefault
opt_fieldsNoComma-separated list of optional fields to include
project_idYesThe project ID to retrieve

Input Schema (JSON Schema)

{ "properties": { "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" }, "project_id": { "description": "The project ID to retrieve", "type": "string" } }, "required": [ "project_id" ], "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