Skip to main content
Glama

asana_get_project

Read-onlyIdempotent

Get a project's custom field settings and sections merged into one response, avoiding multiple API calls.

Instructions

Fetch one project with its custom_field_settings (field GIDs + enum option GIDs) AND its sections, merged into one response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opt_fieldsNoOverride the rich default opt_fields. Pass field paths e.g. ["name","assignee.name","custom_fields.display_value"].
project_gidYesProject GID
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safety profile is covered. The description adds that the response merges custom_field_settings and sections, which is useful behavioral context. It does not discuss pagination, errors, or permission requirements, but those are less critical for a read-only fetch.

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

Conciseness5/5

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

Single sentence with zero waste; it front-loads the main purpose and then specifies the key additions. Every word earns its place.

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

Completeness4/5

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

Given the read-only annotations and the clear statement of what is returned (project plus custom_field_settings and sections), the description is nearly complete. Minor missing context about output structure or error behavior is not critical for this simple fetch tool with no output schema.

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?

Schema description coverage is 100%: project_gid is described as 'Project GID' and opt_fields has a detailed description. The tool description adds no further parameter meaning, so baseline 3 applies since the schema does the heavy lifting.

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 verb ('Fetch'), resource ('one project'), and specific inclusions (custom_field_settings with field GIDs + enum option GIDs, plus sections), and notes they are merged into one response. This distinguishes it from sibling tools like asana_list_projects, asana_get_custom_field_settings, and asana_list_sections.

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 this tool is for fetching a single project with its related settings and sections in one call, but it does not explicitly state when to choose this tool over alternatives (e.g., when you only need sections, use asana_list_sections). No explicit exclusions or alternative routing is provided.

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