Skip to main content
Glama
pdf4me
by pdf4me

Enable Track Changes in Word

enable_tracking_changes_in_word

Enable track changes in a Word document by providing a local .docx or .doc file path. The tool processes the file and saves a new version with revision tracking on.

Instructions

Enable Word Track Changes via PDF4me /api/v2/EnableTrackingChangesInWord. Input is a local Word file path (.docx or .doc) which is sent as docContent Base64; docName defaults to the input filename. Saves a Word output file with track changes enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_dirNo
word_file_pathYes
output_file_nameNo
request_doc_nameNo
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explains the process (file sent as Base64, docName defaults to input filename) and that it saves a Word output file. However, it does not disclose potential side effects, permission requirements, or error behavior, so transparency is moderate.

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 two sentences, front-loaded with the main purpose. It includes useful technical details (API endpoint, Base64) without excessive verbosity, though the first sentence is dense and could be split for clarity.

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 absence of an output schema and annotations, the description provides most core details: purpose, input, default naming, and output. However, it does not describe the return value format or where the output file is saved, leaving some gaps for a tool with 4 parameters.

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 0%, so the description must compensate. It explains word_file_path as a local Word file path with allowed extensions, and that request_doc_name defaults to the input filename. It does not clarify output_dir or output_file_name semantics explicitly, though their names are self-explanatory.

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's specific function: 'Enable Word Track Changes' via the PDF4me API. It distinguishes itself from siblings like disable_tracking_changes_in_word and get_tracking_changes_in_word by specifying the exact action and output (a Word file with track changes enabled).

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 on how to use the tool: input is a local Word file path (.docx/.doc), and it saves an output file. It does not explicitly mention alternatives or when not to use it, but the purpose is unambiguous.

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/pdf4me/pdf4me-mcp'

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