Skip to main content
Glama
by cristip73

asana_add_members_for_project

Add team members to an Asana project by providing user IDs and project ID to manage project collaboration and access.

Instructions

Add members to a project

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project ID to add members to
membersYesArray of user GIDs to add as members to the project
opt_fieldsNoComma-separated list of optional fields to include in the response

Input Schema (JSON Schema)

{ "properties": { "members": { "description": "Array of user GIDs to add as members to the project", "items": { "type": "string" }, "type": "array" }, "opt_fields": { "description": "Comma-separated list of optional fields to include in the response", "type": "string" }, "project_id": { "description": "The project ID to add members to", "type": "string" } }, "required": [ "project_id", "members" ], "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/cristip73/mcp-server-asana'

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