Skip to main content
Glama

add_endnote

Add an endnote to a paragraph in a Word document by supplying a paragraph ID and endnote text, creating both the definition and a superscript reference.

Instructions

Add an endnote to a paragraph.

Creates the endnote definition in endnotes.xml and adds a superscript reference in the target paragraph.

Args: para_id: paraId of the paragraph to attach the endnote to. text: Endnote text content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
para_idYes
textYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden. It reveals that the tool creates an XML definition and a superscript reference, but lacks details on prerequisites, side effects, or permissions. It adds some transparency but is not comprehensive.

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, front-loads the main purpose, and provides parameter details in a clear, structured format. Every sentence adds value without redundancy.

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 the output schema exists, the description covers purpose, parameters, and key behavioral effects. It adequately describes the tool for an agent, though it could mention that the document must be open or that changes are in-memory.

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 explains both parameters: para_id as the paragraph ID and text as the endnote content. This adds meaning beyond the schema's basic type definitions.

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 adds an endnote to a paragraph, specifies the internal action (creating definition in endnotes.xml and adding superscript reference), and the resource (endnote) is distinct from siblings like add_footnote.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for adding endnotes but does not explicitly differentiate from alternatives like add_footnote or specify when to use this tool over others. No when-not or exclusions are provided.

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/SecurityRonin/docx-mcp'

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