Skip to main content
Glama
MartinCley

Excel MCP Cleyrop

by MartinCley

generate_excel

Generate Excel (.xlsx) workbooks from structured data and charts, then deposit them into Cleyrop project data or return a download link.

Instructions

Génère un classeur Excel (.xlsx) et le livre à l'utilisateur.

Le LLM appelant fournit le CONTENU (feuilles, colonnes typées, lignes, options comme totaux/graphiques). Le serveur construit le fichier, applique le thème, puis le livre :

  • si un projet est ciblé (project, ou défaut EXCEL_MCP_DEFAULT_PROJECT / CLEYROP_PROJECT_SLUG) : dépose le fichier dans les données de travail du projet Cleyrop, où l'utilisateur le télécharge via l'UI. Nécessite un compte de service avec droits d'écriture (un token personnel est en lecture seule).

  • sinon : renvoie un lien de téléchargement HTTP (utile seulement si le tool a une URL publique, EXCEL_MCP_PUBLIC_URL) + le blob embarqué.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
specYes
projectNoId ou slug du projet Cleyrop où DÉPOSER le fichier (cf. cleyrop_list_projects). Nécessite un compte de service avec droits d'écriture. Si absent, le fichier est renvoyé en TÉLÉCHARGEMENT.
cleyrop_folderNoDossier de destination dans les données de travail (créé si absent). Vide = racine du projet.
userNoIdentifiant/email du demandeur, pour le nommage et l'audit.
Behavior4/5

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

The description covers key behaviors: file construction, theme application, and two delivery modes with conditions (project vs. download). It also mentions authentication requirements (service account). Without annotations, it provides good transparency but could mention potential side effects or limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with bullet points and sections, front-loading the purpose and then detailing delivery modes. It is appropriately sized for the tool's complexity, though slightly verbose.

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?

Given the complex spec and no output schema, the description could elaborate more on the output format (e.g., structure of the download link and blob). It adequately covers delivery modes and auth, but gaps in output details reduce completeness.

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 description coverage is high (75%), and the schema already thoroughly documents parameters and nested objects like Workbookspec. The description adds little beyond repeating some delivery details, so it adds limited value over 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 generates an Excel workbook (.xlsx) and delivers it to the user, specifying two distinct delivery methods (project deposit or download link). It distinguishes itself from siblings like 'get_excel_schema' and 'cleyrop_list_projects' by focusing on generation and delivery.

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 clear context for when to use this tool (to generate Excel files) and outlines prerequisites like service account permissions for project deposit. However, it does not explicitly state when not to use it or offer direct alternatives beyond the sibling tools listed.

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/MartinCley/Excel-MCP'

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