Skip to main content
Glama
nic01asFr
by nic01asFr

modify_column

Modifies properties of an existing column in a Grist document, including its ID, type, label, formula, and display options.

Instructions

Modifie les propriétés d'une colonne.

Prérequis: - list_columns: Pour obtenir un column_id valide

Args: doc_id: L'ID du document table_id: L'ID de la table column_id: L'ID actuel de la colonne new_column_id: Nouvel ID pour la colonne (optionnel) column_type: Nouveau type de données (optionnel) label: Nouveau libellé d'affichage (optionnel) formula: Nouvelle formule (optionnel, "" pour supprimer) widget_options: Nouvelles options d'affichage (optionnel) visible_col: Nouveau colRef pour les Ref (optionnel) untie_col_id_from_label: Dissocier l'ID du label (optionnel) description: Nouvelle description (optionnel)

Returns: Dict avec statut et message de l'opération

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNo
doc_idYes
formulaNo
table_idYes
column_idYes
column_typeNo
descriptionNo
visible_colNo
new_column_idNo
widget_optionsNo
untie_col_id_from_labelNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states 'modifies' (mutation) and lists parameters. Lacks details on authorization, side effects, reversibility, or rate limits.

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?

Well-structured with clear sections (Prerequisites, Args, Returns) and brief parameter descriptions. No wasted words; each sentence adds value.

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?

Covers purpose, prerequisites, all parameters, and return type. However, lacks examples, constraints, or error handling details. Output schema exists but description provides only vague return format.

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 0%, so description must compensate. It lists all 11 parameters with brief explanations (e.g., 'formula: empty string to remove'). Adds meaning beyond the schema, though not deeply specifying valid values.

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

Purpose4/5

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

The description states 'modify column properties' clearly with a specific verb and resource. It distinguishes from siblings like create_column or delete_column implicitly, but does not explicitly differentiate.

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?

Provides a prerequisite (list_columns to get column_id) which is helpful. However, no guidance on when not to use this tool or comparison with alternatives like update_grist_records.

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

Install Server

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/nic01asFr/mcp-server-grist'

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