Skip to main content
Glama

md to pdf

md_to_pdf

Markdown → styled PDF. Send markdown text or a URL to a .md file, get a print-ready PDF back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
markdownNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / markdown
      Added value: +{}
    • addedInput schema / properties / url
      Added value: +{}
  2. First observed

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are present, so the description must carry the full burden. It discloses the input delivery modes (text or URL) and output style (styled, print-ready), but does not address authentication, network access for URLs, error handling, or confirm that no mutation of source files occurs.

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 entire description is one compact sentence with the conversion concept front-loaded via 'Markdown → styled PDF'. Every word adds value, and there is no redundancy or filler.

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

Completeness4/5

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

For a tool with only 2 parameters, no output schema, and no annotations, the description sufficiently covers the input modes and output quality. It lacks edge-case or limitation details, but is complete enough for a straightforward conversion tool.

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?

Schema coverage is 0%, so the description must compensate. It does so by explicitly mapping 'markdown text' to the markdown parameter and 'URL to a .md file' to the url parameter. It does not explain optionality or behavior when both are supplied, but the core semantics are clear.

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 opens with 'Markdown → styled PDF', a specific verb+resource conversion. It clearly states input types (markdown text or URL to a .md file) and output (print-ready PDF), distinguishing it from sibling tools by the target format (PDF vs HTML, DOCX, EPUB, etc.).

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 makes it clear when to use this tool: whenever a PDF is needed from markdown content. However, it neither mentions alternatives nor explicitly states when not to use it, so it falls short of offering comparative guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.