Skip to main content
Glama

asana_add_to_project

Idempotent

Add a task to a project, with optional placement in a specific section. Use this to organize tasks into projects and sections directly.

Instructions

Add a task to a project, optionally placing it in a specific section. Fixes: no MCP tool for addProject + section placement.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_gidYesTask GID to add
project_gidYesTarget project GID
section_gidNoOptional section GID within the project
Install Server

TDQS

A3.6/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=true, so the safety profile is known. The description adds the option of placing in a section, which is also captured by the section_gid parameter. It does not disclose any additional behavioral traits such as what happens if the task is already in the project, but the idempotent hint suggests safe repetition. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the core purpose. The second sentence ('Fixes: no MCP tool for addProject + section placement.') is a developer-oriented note that adds historical context but is not essential for invoking the tool. Overall, it is concise with minimal waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with clear parameters and annotations, but since there is no output schema, the description does not explain what is returned. For a straightforward add-to-project operation, this may be sufficient, but the lack of any mention of return values or error conditions means an agent has to guess the response format.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema descriptions cover 100% of parameters, with clear descriptions for task_gid, project_gid, and section_gid. The description's mention of 'optionally placing it in a specific section' merely restates the section_gid schema description, adding no extra semantic value beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the action ('Add a task to a project') and the optional section placement, distinguishing it from siblings like asana_remove_from_project or asana_add_tag. The verb 'Add' plus the resource 'project' makes the tool's purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage (when adding a task to a project), but does not explicitly state when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. The 'Fixes: no MCP tool for addProject + section placement' line provides some context but is not a clear usage guideline for an agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/jtalk22/asana-mcp-server'

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