Skip to main content
Glama

set_project_field

Add a column to a project, or edit the one that already has this name. Keyed by name rather than by id: 'make sure there is a Segment field with these options' is the request, and a name is what you just read. A field's KIND cannot be changed once it exists. Project lead or admin only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iconNoThe glyph that mark wears, from the palette list_project_fields returns. Not for a country field: that one marks a card with the flag of the country the issue holds, so passing an icon is refused rather than ignored.
kindNoWhat it holds: 'text', 'number', 'date', 'user', 'select' (a list) or 'country' (a country, written as its name or its two-letter code and shown with a flag). Required when creating; ignored when the field already exists, since a kind cannot change.
nameYesField name, e.g. 'Segment'. An existing field with this name is edited rather than duplicated.
newNameNoRename the field to this. Leave out to keep the name.
optionsNoFor a list: its options, as 'AI:green, Skins:orange, GameCards' or a JSON array of {name, color}. A colour is optional and must be one of: orange, amber, red, pink, purple, blue, teal, green. Options left out are REMOVED — send the whole set.
showIconNoMark a board card when this field has a value: true to switch the mark on, false off. Leave out to keep it as it is.
projectKeyYesProject key, e.g. 'CRM'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and meets it: it discloses that a field's kind cannot be changed once it exists, that omitting options removes them, and that an icon is refused for country fields. These are non-obvious behaviors that the agent needs to know to avoid errors.

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 dense but every sentence earns its place: the core purpose is front-loaded, followed by keying behavior, an example request, the kind immutability constraint, and access restriction. No filler or repetition.

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

Completeness5/5

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

For a 7-parameter tool with no output schema, the description covers all critical behavioral nuances: creation vs. editing, name keying, kind immutability, options replacement, icon restriction, and access control. The schema handles parameter specifics, and the description fills the behavioral gaps completely.

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

Parameters4/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, but the description adds significant context beyond the schema: it explains the name-keyed idempotency, the immutability of kind, the exact behavior for options (removal) and icon (refusal for country), which clarifies edge cases the schema alone doesn't convey.

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 opens with a clear verb and resource: 'Add a column to a project, or edit the one that already has this name.' It explicitly contrasts with sibling tools like delete_project_field and list_project_fields by describing the create-or-edit behavior, making the tool's role unambiguous.

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?

It states the access constraint 'Project lead or admin only' and explains the name-keyed behavior, which is a critical usage distinction. It doesn't explicitly name alternative tools, but the context (e.g., delete_project_field) is implied and the description is clear about when to use this tool for field creation/editing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources