Skip to main content
Glama
GOLayerone

layerone-mcp

Official
by GOLayerone

DocX — Mettre à jour un modèle

docx_update_template

Replace an existing template with a new .docx file. The old version is automatically archived, enabling rollback if necessary.

Instructions

Remplace un modèle existant par une nouvelle version (.docx). L'ancienne version est automatiquement archivée (rollback possible).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_idYesID du modèle à mettre à jour.
template_base64YesNouveau fichier .docx encodé en base64.
template_nameNoNom du fichier (défaut : template.docx).
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that the old version is archived and rollback is possible, adding valuable behavioral context. However, it does not mention any prerequisites or potential side effects beyond the archive.

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?

Two sentences, front-loaded with the main action, no extraneous words. Each sentence contributes purpose and behavior.

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

Completeness4/5

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

Given sibling tools for create, list, restore, etc., the description covers the update operation with archiving detail. No output schema, but description need not explain return values. Could mention that the template must already exist.

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 coverage is 100%, so baseline is 3. Description adds no additional meaning for parameters beyond what's in the schema (template_id, template_base64, template_name). The mention of archiving is not parameter-specific.

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?

Description clearly states the tool replaces an existing template with a new .docx version, using 'remplace' (replace) and 'modèle existant'. This verb+resource distinction sets it apart from siblings like docx_upload_template (create new) and docx_restore_template_version (revert).

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?

Description implies when to use: to update a template. It lacks explicit exclusions or alternatives, but the context of sibling tools provides some differentiation. Missing a note like 'for uploading a new template, use docx_upload_template'.

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/GOLayerone/layerone-mcp'

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