Skip to main content
Glama

convert_notes

Convert footnotes to endnotes or endnotes to footnotes in Word documents, applying the change to all notes or a single note by ID or position.

Instructions

Convert footnotes to endnotes or back. direction: footnotes_to_endnotes | endnotes_to_footnotes; give note_id or position for ONE note, neither for ALL. Word renumbers automatically. 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
backupNo
note_idNo
positionNo
directionYes
file_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations exist, so the description bears full responsibility for side effects. It discloses Word's automatic renumbering, the backup slots and rotation behavior, atomic validated saving, and refusal to run while Word has the document open—strong coverage for a mutating tool.

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?

Four tightly packed clauses deliver core operation, parameter rules, and side effects with no filler. Information is front-loaded: operation first, then selection semantics, then behavioral caveats.

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?

For a five-parameter mutation tool with no annotations, the description covers selection semantics, renumbering, backup behavior, save atomicity, and the Word-open refusal. The existence of an output schema relieves it from documenting return values.

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%, and the description compensates by defining direction's allowed values, the note_id/position selection rule for one note vs all, and the backup flag's precise effect. file_path is left to self-evidence, which is acceptable.

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 opening clause "Convert footnotes to endnotes or back" names a precise operation and resource, immediately distinguishing it from sibling footnote/endnote tools. The direction syntax and one-note-vs-all scoping make its function unambiguous.

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?

It explicitly instructs when to supply note_id or position (ONE note) and when to omit them (ALL), which is the central usage decision. It doesn't name alternative tools, but no sibling performs the same conversion, so the context is still clear.

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