Skip to main content
Glama

Update Custom Field Item

update_custom_field_item

Set a Trello card custom field value by card, field, and value. Handles text, number, checkbox, date, or dropdown; leave value empty to clear. Needs Trello Premium or Enterprise.

Instructions

Set the value of a custom field on a card. Requires Trello Premium or Enterprise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueNoValue object — key depends on field type: { text: '...' }, { number: '...' }, { checked: 'true' }, { date: '2024-01-01T00:00:00.000Z' }. Omit or pass empty to clear.
cardIdYesThe ID of the card
idValueNoFor dropdown fields: the ID of the option to select. Pass empty string to clear.
customFieldIdYesThe ID of the custom field

Schema Changelog

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

  1. First observedv1.2.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It discloses a key prerequisite ('Requires Trello Premium or Enterprise') and the mutating nature of the operation via 'Set'. It does not describe overwrite/replace semantics, permissions beyond the plan requirement, or clearing behavior, leaving notable gaps.

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?

Two short sentences with no redundant wording. The action is front-loaded and the licensing requirement is a useful second sentence.

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?

For a four-parameter mutation with no annotations and no output schema, the description is functional but thin. The schema covers parameter semantics, and the description adds the premium prerequisite, but it omits behavioral context such as what happens when a value already exists or how to select between value and idValue for different field types. These gaps prevent it from being fully complete.

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%; each of the four parameters has an explanatory description in the schema, including the value object and idValue for dropdowns. The tool description itself adds no parameter-level detail, so the baseline 3 applies.

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?

States a concrete action ('Set') on a specific resource ('the value of a custom field on a card'). This clearly separates it from sibling tools such as update_card (card fields) and create_custom_field (field definitions). No ambiguity about the operation's target.

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

Usage Guidelines4/5

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

The description gives clear context: this tool is for card custom-field values, not general card updates or custom-field definitions. It does not explicitly name alternatives or state when not to use it, but the scope is specific enough to route an agent correctly.

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/GabrielRamirez/trello-mcp'

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