Skip to main content
Glama

Attach custom field to project or portfolio

custom_field_attach

Attach an existing custom field to a project or portfolio, making it available for use in that context.

Instructions

Make an existing custom field available on a project or a portfolio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_gidNoAsana gid (numeric string). Use asana_find to look one up by name.
insert_afterNocustom_field_setting gid to place this after.
is_importantNoShow it in the sidebar / as a portfolio column (default false).
insert_beforeNocustom_field_setting gid to place this before.
portfolio_gidNoAsana gid (numeric string). Use asana_find to look one up by name.
custom_field_gidYesAsana gid (numeric string). Use asana_find to look one up by name.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that the tool makes a field 'available' but does not explain side effects (e.g., whether re-attachment is allowed, permission requirements, or impact if the field is already attached). These gaps leave an AI agent uncertain about the operation's effects.

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?

The description is a single, well-formed sentence that conveys the core functionality immediately. There is no redundancy or filler; every word earns its place.

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

Completeness2/5

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

For a tool with 6 parameters, a required one, and no output schema, the description is too sparse. It does not explain the logical relationship between project_gid and portfolio_gid (e.g., that one is required, or what happens if both are given). It also omits what the result looks like, leaving the agent without a complete picture.

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 coverage is 100%, so the baseline is 3. Each parameter has a clear description in the schema (e.g., 'Asana gid, use asana_find'). The tool description adds no extra meaning beyond the schema, but it also does not contradict or confuse. It adequately supports the schema.

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?

The description clearly states the action: attaching an existing custom field to a project or portfolio. The verb 'attach' and resource 'custom field' are specific, and it is easily distinguished from sibling tools like 'custom_field_create' (creates new fields) or 'asana_list_custom_fields' (lists fields).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. For instance, it does not explain that this tool is for attaching an already-existing field, while 'custom_field_create' is for creating a new one. No when-not or context cues are given.

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

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/plakorp/asana-admin-mcp'

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