Skip to main content
Glama
nic01asFr
by nic01asFr

download_document_excel

Download a Grist document as an Excel file. Optionally specify a table and header format for the export.

Instructions

Télécharge un document Grist au format Excel.

Prérequis: - list_documents: Pour obtenir un doc_id valide

Args: doc_id: L'ID du document table_id: L'ID de la table à exporter (optionnel, première table par défaut) header: Format des en-têtes (label, id, ou none)

Returns: Dict avec statut, message et contenu encodé en base64

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
headerNolabel
table_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries full burden and does well: it explains prerequisites, parameter behavior, and return format (base64 encoded content). There are no contradictions.

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 concise and well-structured: purpose sentence, then sections for prerequisites, args, and returns. Every sentence adds value without redundancy.

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 complexity (3 parameters, output schema exists), the description is complete: prerequisites, parameter explanations, and return format. It covers what an agent needs to invoke the tool correctly.

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?

Schema coverage is 0%, but the description fully compensates by explaining each parameter: doc_id (document ID), table_id (optional, defaults to first table), header (value options: label, id, none). This adds meaning beyond 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 tool downloads a Grist document in Excel format. It is specific with verb and resource, and distinguishes from siblings like download_document_sqlite and download_table_csv by specifying the format.

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 provides a prerequisite (list_documents to get valid doc_id), indicating when to use this tool. It does not explicitly mention alternatives for other formats, but the sibling list implies these exist.

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