Skip to main content
Glama
by cristip73

asana_create_project

Create a new project in Asana with customizable settings including team assignment, layout options, due dates, and member permissions to organize work effectively.

Instructions

Create a new project in a workspace

Input Schema

NameRequiredDescriptionDefault
workspace_idNoThe workspace ID to create the project in (optional if DEFAULT_WORKSPACE_ID is set)
nameYesName of the project to create
team_idNoREQUIRED for organization workspaces: The team GID to share the project with
publicNoWhether the project is public to the organization
archivedNoWhether the project is archived
colorNoColor of the project (light-green, light-orange, light-blue, etc.)
membersNoArray of user GIDs that are members of this project
followersNoArray of user GIDs that are followers of this project
project_briefNoHTML-formatted string containing the description for the project brief
layoutNoThe layout of the project (board, list, timeline, or calendar)list
default_viewNoThe default view of the project (list, board, calendar, timeline, or gantt)
due_onNoThe date on which this project is due (YYYY-MM-DD format)
start_onNoThe day on which work for this project begins (YYYY-MM-DD format)
notesNoFree-form textual information associated with the project
html_notesNoHTML-formatted notes for the project
opt_fieldsNoComma-separated list of optional fields to include

Input Schema (JSON Schema)

{ "properties": { "archived": { "default": false, "description": "Whether the project is archived", "type": "boolean" }, "color": { "description": "Color of the project (light-green, light-orange, light-blue, etc.)", "type": "string" }, "default_view": { "description": "The default view of the project (list, board, calendar, timeline, or gantt)", "type": "string" }, "due_on": { "description": "The date on which this project is due (YYYY-MM-DD format)", "type": "string" }, "followers": { "description": "Array of user GIDs that are followers of this project", "items": { "type": "string" }, "type": "array" }, "html_notes": { "description": "HTML-formatted notes for the project", "type": "string" }, "layout": { "default": "list", "description": "The layout of the project (board, list, timeline, or calendar)", "type": "string" }, "members": { "description": "Array of user GIDs that are members of this project", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Name of the project to create", "type": "string" }, "notes": { "description": "Free-form textual information associated with the project", "type": "string" }, "opt_fields": { "description": "Comma-separated list of optional fields to include", "type": "string" }, "project_brief": { "description": "HTML-formatted string containing the description for the project brief", "type": "string" }, "public": { "default": false, "description": "Whether the project is public to the organization", "type": "boolean" }, "start_on": { "description": "The day on which work for this project begins (YYYY-MM-DD format)", "type": "string" }, "team_id": { "description": "REQUIRED for organization workspaces: The team GID to share the project with", "type": "string" }, "workspace_id": { "description": "The workspace ID to create the project in (optional if DEFAULT_WORKSPACE_ID is set)", "type": "string" } }, "required": [ "name" ], "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