Skip to main content
Glama
FileToPDF

FileToPDF MCP server

Official
by FileToPDF

Convert Markdown to PDF

convert_markdown

Render Markdown content to a PDF document with optional custom CSS and layout settings. Supports page orientation, margins, scale, and more.

Instructions

Render a raw Markdown string to a PDF, with optional CSS and layout options. A sensible default stylesheet is applied when no CSS is given. Costs 1 credit on success. Returns the PDF as an embedded resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
markdownYesThe Markdown content to render.
cssNoOptional CSS to style the rendered Markdown (overrides the default stylesheet).
landscapeNoRender in landscape orientation. (Pro/Scale/trial only.)
paperWidthNoPaper width in inches, or with a unit e.g. "210mm".
paperHeightNoPaper height in inches.
marginTopNoTop margin in inches.
marginBottomNoBottom margin in inches.
marginLeftNoLeft margin in inches.
marginRightNoRight margin in inches.
scaleNoRender scale, 0.1–2.0.
printBackgroundNoPrint background graphics/colors.
preferCssPageSizeNoUse the page size declared in CSS @page rules.
nativePageRangesNoPage ranges to include, e.g. "1-3,5".
pdfaNoPDF/A conformance level, e.g. "PDF/A-2b". (Pro/Scale/trial only.)
pdfuaNoProduce an accessible PDF/UA document.
userPasswordNoPassword required to open the resulting PDF.
ownerPasswordNoOwner password controlling permissions on the resulting PDF.
save_pathNoOptional absolute path to also write the PDF to on disk.
Behavior3/5

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

The description adds that a sensible default stylesheet is applied and costs 1 credit, and returns PDF as an embedded resource. Annotations only provide openWorldHint=true, so description adds useful context but could disclose more behavioral details like error handling.

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 two sentences long, front-loading the action ('Render...PDF') and then adding key details. No redundant information, every word earns its place.

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?

Despite 18 parameters and no output schema, the description mentions return format and credit cost. However, it omits important context like error behavior, maximum input size, or support for advanced options like headers/footers. Adequate but with gaps.

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?

With 100% schema description coverage, the baseline is 3. The description provides a high-level overview of parameters (CSS, layout options) but does not add meaningful detail beyond what the schema already provides for each parameter.

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 it 'Render a raw Markdown string to a PDF' – a specific verb and resource. It distinguishes from siblings like convert_html and convert_file by specifying Markdown as input and PDF as output.

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

Usage Guidelines3/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 converting Markdown to PDF) and mentions a default stylesheet, but lacks explicit guidance on when not to use it or alternatives (e.g., convert_html for HTML input).

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/FileToPDF/filetopdf-mcp'

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