Skip to main content
Glama
u9401066

asset-aware-mcp

by u9401066

docx

Perform document operations on Word and DFM files: read, write, convert, extract content, and track revisions via a single op-based API.

Instructions

Consolidated DOCX/DFM entrypoint.

The legacy DOCX tools remain registered and keep their original parameters and output formats. This wrapper only adds an operation-based facade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYes
forceNo
doc_idNo
strictNo
from_mdNo
block_idNo
file_pathNo
max_charsNo
dfm_contentNo
output_pathNo
track_changesNo
revision_authorNoAsset-Aware MCP
Behavior2/5

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

No annotations are present, so the description must carry the behavioral disclosure burden. It states only that the wrapper preserves legacy parameters/outputs and adds an operation-based facade; it does not disclose side effects, permissions, failure behavior, return shapes, or what operations mutate state.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and free of wordiness, but this is under-specification rather than useful conciseness. For a 12-parameter consolidated entrypoint, three high-level sentences do not provide actionable structure.

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

Completeness1/5

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

Given zero schema coverage, no output schema, no annotations, and many sibling tools, the description is wholly insufficient. An agent cannot determine how to invoke this tool correctly, what operation to choose, or what the tool will return.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description explains none of the 12 parameters. It only references an 'op' concept without enumerating valid operations, required arguments, parameter interdependencies, or even the meaning of 'force', 'strict', 'from_md', and 'dfm_content'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description calls itself a 'Consolidated DOCX/DFM entrypoint' and a 'wrapper'/'operation-based facade,' but never states what the tool actually does or which operations it exposes. It is not a tautology, but it is too vague to distinguish from the many functional sibling tools.

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

Usage Guidelines2/5

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

The description notes that legacy DOCX tools remain registered, which implies they can be used directly, but it gives no guidance on when to use this wrapper instead. There are no explicit alternatives, conditions, or exclusions.

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/u9401066/asset-aware-mcp'

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