Skip to main content
Glama
jackdark425

AI Group Markdown to Word MCP Server

by jackdark425

Markdown 转 Word

markdown_to_docx

Convert Markdown to professional Word documents with customizable templates, styles, images, headers, footers, and watermarks for academic, business, or technical use.

Instructions

将Markdown文档转换为Word文档(DOCX格式),支持样式配置、模板系统和多种图像嵌入方式(本地文件、网络图片、Base64编码)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
markdownNoMarkdown格式的文本内容(与inputPath二选一)
inputPathNoMarkdown文件路径(与markdown二选一)
filenameYes输出的Word文档文件名,必须以.docx结尾
outputPathNo输出目录,默认为当前工作目录
templateNo模板配置。使用预设模板可以快速应用专业样式,也可以与styleConfig组合使用
styleConfigNo样式配置对象。支持主题系统(theme)、水印(watermark)、页眉页脚(headerFooter)、自动目录(tableOfContents)、表格样式(tableStyles)、图片样式(imageStyles)等。可与template组合使用以覆盖模板的默认样式

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
sizeYes
messageNo
successYes
filenameYes
Behavior2/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. It mentions support for style configuration, templates, and image embedding, but lacks critical behavioral details such as whether this is a read-only or destructive operation, error handling, performance characteristics, or output location behavior. For a complex conversion tool, this is a significant gap.

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 extremely concise - a single sentence that efficiently communicates the core functionality and key features. Every word earns its place, with no redundant information. The structure is front-loaded with the primary purpose followed by supporting features.

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 tool's complexity (6 parameters, nested objects) and the presence of an output schema, the description is moderately complete. It covers the basic conversion purpose and mentions key features, but lacks guidance on usage scenarios, behavioral constraints, and parameter interactions. The output schema reduces the need to describe return values, but more context about the tool's operation would be helpful.

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?

The description adds minimal parameter semantics beyond the schema. It mentions 'style configuration, template system, and multiple image embedding methods' which loosely maps to the 'styleConfig', 'template', and image handling capabilities, but doesn't explain parameter interactions or provide usage examples. With 100% schema description coverage, the baseline is 3 as the schema does most of the documentation work.

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 specific verb ('convert') and resource ('Markdown document to Word document'), specifying the output format (DOCX). It distinguishes from siblings by focusing on document conversion rather than table creation or listing operations, making the purpose unambiguous and well-defined.

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 provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, constraints, or scenarios where this conversion is appropriate compared to other document processing tools. Usage context is implied but not explicitly stated.

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/jackdark425/aigroup-mdtoword-mcp'

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