Skip to main content
Glama
nic01asFr
by nic01asFr

list_columns

Lists all columns in a specified Grist table to explore its structure. Use after listing tables to understand column schema before reading or modifying records.

Instructions

Liste toutes les colonnes dans une table Grist.

Prérequis: - list_tables: Pour obtenir un table_id valide

Flux de travail typique: 1. list_tables(doc_id) → obtenir table_id 2. list_columns(doc_id, table_id) → explorer la structure 3. list_records(doc_id, table_id) → obtenir les données

Voir aussi: - create_column: Pour ajouter une nouvelle colonne - modify_column: Pour modifier une colonne existante

Args: doc_id: L'ID du document table_id: L'ID de la table

Returns: Dict avec: - success (bool): Indique si l'opération a réussi - message (str): Message de succès ou d'erreur - columns (List): Liste des colonnes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
table_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description explains the return structure (success, message, columns) and implies a read operation. While no annotations exist, the description is transparent about behavior, though it does not explicitly state it is read-only.

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?

Structured with clear sections (Prérequis, Flux de travail typique, Voir aussi, Args, Returns), every sentence is informative and no excessive wording, making it concise yet complete.

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?

Given the tool's simplicity and the presence of an output schema, the description covers prerequisites, workflow, parameters, and returns comprehensively, leaving no gaps for an AI agent.

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

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage, the description adds meaning by defining parameters ('doc_id: L'ID du document', 'table_id: L'ID de la table') and integrates them into the workflow, fully compensating for the schema's lack of details.

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 'Liste toutes les colonnes dans une table Grist', providing a specific verb ('list') and resource ('columns'), and distinguishes it from siblings like 'create_column' by specifying the action.

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

Usage Guidelines5/5

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

Explicitly lists prerequisites ('list_tables'), provides a typical workflow (1. list_tables, 2. list_columns, 3. list_records), and references alternative tools ('create_column', 'modify_column') under 'Voir aussi', guiding when to use this tool.

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