Skip to main content
Glama

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool has a clearly distinct purpose: converting to docx, converting to xlsx, and analyzing the document. There is no overlap or ambiguity between them.

    Naming Consistency4/5

    Two tools follow a consistent 'convert_markdown_to_*' pattern, but the third tool 'analyze_and_suggest' breaks that pattern, using a different verb structure. This minor inconsistency prevents a perfect score.

    Tool Count4/5

    Three tools is a small but reasonable set for the server's purpose. Each tool serves a clear function, and the count feels appropriate for the focused scope of Markdown-to-document conversion and analysis.

    Completeness3/5

    The server covers the core conversion to Word and Excel, plus analysis, but lacks other common output formats like PDF or HTML. For a document conversion tool, this is a notable gap, though the specialized Chinese government formatting focus partly justifies the limitation.

  • Average 4.6/5 across 3 of 3 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 4 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

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

    The description discloses that the tool generates an output file at a specific path with a defined naming convention, and returns a summary string. It also details six analysis categories, providing transparency about the scope of analysis. No annotations are provided, so the description must carry the behavioral burden, which it largely does.

    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 well-structured with a brief introductory sentence followed by a bulleted list of analysis categories, and ends with parameter and return documentation. Every sentence earns its place with no redundancy or filler.

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

    Completeness5/5

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

    Given the tool has only 1 parameter, no annotations, an output schema, and two clearly different sibling tools, the description is complete. It explains what the tool does, what it analyzes, what it produces, and the output format.

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

    Parameters4/5

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

    The description adds meaning beyond the input schema by specifying the parameter is an absolute path and that the file must be a Markdown file. With schema description coverage at 0%, the description effectively documents the single parameter. A baseline of 4 is appropriate because there is only 1 parameter and the description covers it well.

    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 uses a specific verb ('Analyze and generate') and resource ('Markdown document'), clearly distinguishing it from sibling tools that convert to other formats. The six bulleted categories provide a detailed breakdown of what the analysis covers.

    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 explicitly states the tool performs semantic analysis and generates a structured report, implying its use case as a quality-check step. It doesn't explicitly mention when not to use it versus alternatives, which is acceptable given the sibling tools have very different purposes (format conversion).

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

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

    With no annotations provided, the description carries full burden. It transparently discloses the default formatting behavior, the option to specify a custom format spec, reference docx overlay, and the ability to skip formatting entirely. It also explains caching behavior and auto-suggest report generation. However, it does not state if the operation is destructive, requires authentication, or has rate limits, though conversion tools typically are non-destructive and the output is a new file.

    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 well-structured with a brief introductory sentence, detailed default formatting specs, then a clear parameter list with explanations. It is somewhat verbose in the formatting details but each section adds value. The parameter list is front-loaded after the formatting block, which is appropriate. Could be slightly more concise by reducing formatting specifics to a summary, but the detail is helpful for this domain.

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

    Completeness5/5

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

    Given the complexity (8 parameters, 1 required), zero schema coverage, and the presence of an output schema (which is noted but not needed since the description explains the return value), the description is complete. It covers all parameters, provides usage context, explains default behavior, and describes the return value. The automatic detection of the output schema is not required due to the detailed summary documentation.

    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 description coverage is 0%, so the description completely compensates by documenting all 8 parameters with clear explanations of their purpose, defaults, and behavior (e.g., 'skip_format: If True, bypass ALL formatting (pure pandoc output)'). It adds meaning beyond the schema, such as the effect of 'no_cache_template' and the auto-suggest report details.

    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 converts Markdown to Word with formatting, identifies the default Chinese government formatting, and provides detailed style specs. It is specific about the verb ('Convert'), resource ('Markdown file to Word (.docx)'), and distinguishes from siblings like 'convert_markdown_to_xlsx' which converts to a different format.

    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 for when to use this tool (converting Markdown to .docx with specific formatting) and explains the default formatting. It doesn't explicitly state when not to use it or mention alternatives among siblings, but the specificity of the conversion and the siblings (e.g., xlsx conversion, analysis) implies when this is appropriate. It could be improved by stating it's for Chinese government document formatting and not for simple conversions.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior5/5

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

    The description thoroughly discloses behavioral traits: it extracts tables in document order, creates separate worksheets, preserves styling (merged cells, bold, alignment), and details font, header, cell formatting, and column width estimation. Since no annotations are provided, this comprehensive disclosure fully covers the tool's behavior beyond what annotations would have provided.

    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 exceptionally concise and well-structured: a brief overview sentence, bullet-pointed styling details, and a labeled Args section with clear parameter explanations. Every sentence adds value without redundancy, and the front-loaded overview immediately conveys the tool's core function.

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

    Completeness5/5

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

    Given the tool has 4 parameters and no annotations, the description is remarkably complete. It explains the conversion process, styling, default behaviors, and return value (summary string). With an output schema present, the description doesn't need to detail return values further, making this fully adequate for an AI agent to use correctly.

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

    Parameters4/5

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

    The description adds significant meaning beyond the plain input schema: it explains input_path's purpose (absolute path to Markdown file), output_path's default calculation, and the optional overrides for font_name and body_size. With 0% schema description coverage, the description brilliantly compensates by detailing the exact role of each parameter, though it could link parameters to specific parts of the text more explicitly.

    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 converts Markdown tables to an .xlsx file, specifying both content sources (HTML <table> and Markdown pipe tables) and the output format (Excel). It distinguishes itself from siblings like convert_markdown_to_docx by focusing on .xlsx output.

    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 implies when to use this tool (when needing to convert Markdown tables to Excel), but doesn't explicitly state when not to use it or provide alternatives. However, the sibling list includes convert_markdown_to_docx, offering a clear differentiation without explicit when-not language.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

md2doc MCP server

Copy to your README.md:

Score Badge

md2doc MCP server

Copy to your README.md:

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/fengredrum/md2doc'

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