Skip to main content
Glama

Server Details

Convert Markdown, HTML, and web pages to high-quality PDF with Prince.

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 3.7/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose based on input source: html_to_pdf converts HTML content, markdown_to_pdf converts Markdown content, and url_to_pdf fetches and converts from a URL. There is no ambiguity in tool selection as the input type determines which tool to use.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with the same suffix '_to_pdf', making them predictable and easy to understand. The naming convention is uniform across all three tools without any deviations.

Tool Count4/5

Three tools is reasonable for a PDF conversion server, covering the main input sources (HTML, Markdown, URLs). However, it might be slightly thin if additional operations like batch processing or template management are expected, but it's well-scoped for core functionality.

Completeness4/5

The tool set covers the essential PDF conversion workflows from different input sources, with consistent configuration options across tools. A minor gap is the lack of tools for managing templates or handling advanced PDF features like forms, but the core domain is adequately addressed.

Available Tools

3 tools
html_to_pdf
Read-only
Inspect

Convert HTML content to PDF using Prince.

Args:
    content: HTML content to convert
    style: Additional CSS to apply (inline stylesheet content)
    page_size: Page size (e.g., A4, letter)
    page_margin: Page margins (e.g., 20mm)
    javascript: Enable JavaScript execution
    pdf_profile: PDF profile (e.g., PDF/A-3b, PDF/UA-1)
    output_filename: Output filename for the PDF (default: "output.pdf")
ParametersJSON Schema
NameRequiredDescriptionDefault
styleNo
contentYes
page_sizeNo
javascriptNo
page_marginNo
pdf_profileNo
output_filenameNo
markdown_to_pdf
Read-only
Inspect

Convert Markdown content to PDF using Prince.

Args:
    content: Markdown content to convert
    style: Additional CSS to apply (inline stylesheet content)
    page_size: Page size (e.g., A4, letter)
    page_margin: Page margins (e.g., 20mm)
    javascript: Enable JavaScript execution
    pdf_profile: PDF profile (e.g., PDF/A-3b, PDF/UA-1)
    output_filename: Output filename for the PDF (default: "output.pdf")
ParametersJSON Schema
NameRequiredDescriptionDefault
styleNo
contentYes
page_sizeNo
javascriptNo
page_marginNo
pdf_profileNo
output_filenameNo
url_to_pdf
Read-only
Inspect

Fetch a URL and convert it to PDF using Prince.

Args:
    url: URL of a document to fetch and convert
    style: Additional CSS to apply (inline stylesheet content)
    page_size: Page size (e.g., A4, letter)
    page_margin: Page margins (e.g., 20mm)
    javascript: Enable JavaScript execution
    pdf_profile: PDF profile (e.g., PDF/A-3b, PDF/UA-1)
    output_filename: Output filename for the PDF (default: "output.pdf")
ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
styleNo
page_sizeNo
javascriptNo
page_marginNo
pdf_profileNo
output_filenameNo

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources