Skip to main content
Glama

fill_template

Fill placeholders and merge fields in a Word doc with provided data, editing the existing file. Missing keys trigger error, skip, or empty fill; automatic backup protects your work.

Instructions

Fill a template IN PLACE: replace every {{name}} with data[name] (safe across fragmented runs, first run's formatting kept) and set MERGEFIELDs to their values as plain text. missing: 'error' refuses and changes nothing if the template needs a key data lacks; 'skip' leaves those markers; 'empty' fills them with empty strings. To produce filled COPIES instead of editing in place, use mail_merge. Auto-backup: prev/anchor slots in .ks4w-backups (backup=False skips rotation only); atomic validated save. Refuses documents open in Word.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
backupNo
missingNoerror
file_pathYes

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 the full burden of behavioral disclosure, and it does so thoroughly: it states mutation occurs in place, formatting behavior across runs, missing-key semantics for each mode, auto-backup behavior, atomic validated saving, and refusal to operate on Word-open documents. This goes well beyond simply naming the operation.

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?

Every sentence and clause adds distinct value: scope, placeholder behavior, missing-mode semantics, copy alternative, backup behavior, save behavior, and safety condition. The information is dense but organized, front-loading the core purpose before details.

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 complexity of the tool, the lack of annotations, and the presence of an output schema, the description is complete enough for correct invocation. It covers mutation semantics, parameter behavior, failure modes, backup behavior, and a key operational restriction, leaving no critical gap.

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 description coverage is 0%, so the description must compensate, and it does: it explains the meaning of data[name], defines all missing modes ('error', 'skip', 'empty'), and clarifies backup=False behavior. It also makes the file_path and data semantics clear through usage context such as 'template' and 'data lacks'.

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 states a specific action ('Fill a template IN PLACE') and identifies both target mechanisms: replacing {{name}} placeholders and setting MERGEFIELDs. It also differentiates from mail_merge, so an agent can distinguish it from a closely related sibling without inspecting schemas.

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?

It gives an explicit when-to-use signal by contrasting in-place filling with producing copies, directing the agent to mail_merge for the copy behavior. It also details the missing-mode options and warns that the tool refuses documents open in Word, which helps an agent decide whether to call it.

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/nometalalchemist/KitchenSink4Word'

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