Skip to main content
Glama

mcp-server-asana

by roychri

asana_create_project_status

Create and post a project status update in Asana by specifying the project ID, text content, title, and color (green, yellow, red) for tracking progress.

Instructions

Create a new status update for a project

Input Schema

NameRequiredDescriptionDefault
colorNoThe color of the status (green, yellow, red)
html_textNoHTML formatted text for the status update
opt_fieldsNoComma-separated list of optional fields to include
project_gidYesThe project GID to create the status for
textYesThe text content of the status update
titleNoThe title of the status update

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "The color of the status (green, yellow, red)", "enum": [ "green", "yellow", "red" ], "type": "string" }, "html_text": { "description": "HTML formatted text for the status update", "type": "string" }, "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" }, "project_gid": { "description": "The project GID to create the status for", "type": "string" }, "text": { "description": "The text content of the status update", "type": "string" }, "title": { "description": "The title of the status update", "type": "string" } }, "required": [ "project_gid", "text" ], "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