stagenth · 文档生成
Server Details
Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 3 of 3 tools scored.
Each tool converts Markdown to a distinct output format (docx, pdf, pptx), so there is no ambiguity about which tool to use for a desired format.
All tool names follow the consistent pattern 'md_to_<format>', using snake_case and clear verb_noun structure throughout.
Three tools is a well-scoped set for a document conversion server, covering the three most common office document formats without being excessive or insufficient.
The set covers the essential document output formats (Word, PDF, PowerPoint), though additional formats like HTML or plain text could be considered for completeness.
Available Tools
3 toolsmd_to_docxAInspect
把 Markdown 渲染成 Word(.docx) 文件,存进你的文件中转站并返回下载 URL(2 credit/次)。
覆盖标题/列表/代码块/引用/表格/粗斜体等常见结构;纯本地转换、不生成 AI 内容。失败自动退款。
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | 可选文档标题(作为 Word 大标题) | |
| filename | No | 可选输出文件名(默认自动命名) | |
| markdown_text | Yes | 要转成 Word 的 Markdown 文本 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses the conversion is local and non-AI, the cost (2 credit/次), and refund policy. It does not mention authentication or rate limits, but for a file conversion tool, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise (two sentences plus a bullet of covered structures). It front-loads the purpose with the verb and output format, and each piece of information is essential. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple conversion tool with no output schema, the description adequately covers what the tool does, what it supports (common Markdown structures), and what it returns (download URL). It could mention URL usage or expiration, but overall it is complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds no new parameter information beyond what the schema provides (e.g., optional document title, filename, markdown text). It does not enhance understanding of parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states '把 Markdown 渲染成 Word(.docx) 文件' (render Markdown to Word docx), specifying the verb, resource, and output format. It distinguishes from sibling tools (md_to_pdf, md_to_pptx) by targeting docx exclusively.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides context such as '纯本地转换、不生成 AI 内容' (pure local conversion, no AI content) and '失败自动退款' (auto refund on failure), giving guidance on when to use it. However, it lacks explicit when-not or alternative comparisons.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
md_to_pdfAInspect
把 Markdown 渲染成 PDF 文件,存进你的文件中转站并返回下载 URL(2 credit/次)。
纯本地渲染(markdown + weasyprint),中文正常显示;不生成任何 AI 内容。失败自动退款。
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | 可选文档标题,置于正文顶部居中 | |
| filename | No | 可选输出文件名(默认自动命名) | |
| markdown_text | Yes | 要转成 PDF 的 Markdown 文本 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses important behavioral traits: pure local rendering with weasyprint, Chinese language support, no AI content generation, automatic refund on failure, and a credit cost of 2 per use. These go beyond what annotations would provide, though no annotations exist. It does not mention authorization or destructive effects, but the context is clear for a file creation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with two clear paragraphs. The first sentence states the core action and result. The second paragraph adds technical details and policies. Every sentence adds value, no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (Markdown to PDF conversion) and lack of output schema, the description covers the process, result, cost, and failure policy. It does not explain the file transfer station or how the download URL is used, but it is sufficient for an agent to understand the tool's purpose and behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description does not add additional meaning to the parameters beyond what is in the schema. It briefly mentions 'optional title' and 'optional filename' but does not elaborate further.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool renders Markdown into a PDF, saves it to a file transfer station, and returns a download URL. It specifically mentions 'PDF' which distinguishes it from sibling tools md_to_docx and md_to_pptx.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for converting Markdown to PDF but does not explicitly mention when to use this tool over alternatives like md_to_docx or md_to_pptx. No exclusions or alternative recommendations are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
md_to_pptxAInspect
把 Markdown 渲染成 PPT(.pptx):# 封面 / ## 每页 / 列表作要点,落文件中转站返下载 URL。
AI 写好大纲一步出片;纯本地渲染、零外部成本;1 credit/次,失败自动退款。
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | 封面标题(可选,优先于 markdown 里的 #) | |
| filename | No | 输出文件名(可选,不含扩展名) | |
| markdown_text | Yes | Markdown 文本:`# ` 作封面标题、每个 `## ` 起一页、列表行作要点 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses key behaviors: local rendering, cost (1 credit), automatic refund on failure, output goes to file transfer station and returns download URL. No annotations present, so description carries full burden; it does so adequately.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short, efficient paragraphs. Front-loaded with purpose and formatting rules. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 3 parameters and no output schema, description covers main behavior, parameter usage, cost, and refund policy. Fairly complete for a conversion tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but description adds value by explaining how to use markdown_text with # and ##, and clarifies that title is optional and overrides #. Beyond baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states 'Render Markdown to PPT' with specific formatting rules (# for cover, ## for slides, lists for bullet points). Distinguishes from sibling tools (md_to_docx, md_to_pdf) by specifying output format.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Mentions 'AI writes an outline in one step' as a usage scenario and highlights local rendering with zero external cost, but does not explicitly compare to siblings or provide when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!