Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MINTPDF_API_KEYNoOptional MintPDF API key. Raises the monthly render limit. Free key at https://mintpdf.dev
MINTPDF_BASE_URLNoPoint at a self-hosted MintPDF instance instead of the hosted one.https://mintpdf.dev

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_pdfA

Renders HTML or Markdown into a PDF and returns a download URL valid for one hour. Provide exactly one of html or markdown. Markdown is styled with a clean default stylesheet, so it is the quickest way to produce a presentable document.

pdf_from_urlA

Loads a public web page and renders it to PDF, returning a download URL valid for one hour. Only public http/https addresses are allowed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

Each tool accepts a different input source—local HTML/Markdown versus a public URL—so there is no overlap in usage. An agent can easily choose based on whether the content is available directly or needs to be fetched from the web.

Naming Consistency4/5

Both tool names are clear and descriptive, but 'generate_pdf' uses a verb-first pattern while 'pdf_from_url' leads with a noun, creating a slight inconsistency. The naming is still readable and understandable, so the deviation is minor.

Tool Count3/5

With only two tools, the server feels minimal for its purpose. It covers the two most common PDF generation scenarios but lacks additional options, making it borderline in terms of scope.

Completeness4/5

The server covers the essential workflows for PDF generation: creating from direct content or from a live URL. Missing features like advanced styling or batch processing are minor and not critical for the primary use case.

Maintenance

ActivityMaintained
ResponsivenessNo issues