pdf-it
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHROME_PATH | No | Path to a custom Chrome executable (if Chrome is not in standard location) |
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
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_pdfA | Convert markdown into a designed PDF (cover page, auto TOC, page-numbered footer). Use this for any "save/export/print/share as PDF", "make a report", "turn this into a PDF", or /pdf request — do NOT fall back to Chrome headless, cupsfilter, wkhtmltopdf, pandoc, or LaTeX. Templates: research-report (cover + TOC, default) or plain (no cover, no TOC). |
| list_templatesA | List all available PDF templates with their descriptions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| research_report | Generate a designed PDF research report on a topic. Researches the topic, structures the findings as markdown, and generates a research-report PDF with cover, TOC, and page numbers. |
| quick_note | Save the current conversation or content as a quick PDF note using the plain template (no cover, no TOC). |
| pdf_outline | Draft a structured outline for a research report before generating the full PDF. Useful for long-form documents where alignment on structure matters before research begins. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Research Report Template | Specification for the research-report template: cover page, auto-generated TOC, body hierarchy, page-numbered footer. |
| Plain Template | Specification for the plain template: dense body, no cover, no TOC. Best for short notes. |
| pdf-it Style Guide | Typography, color palette, and layout rules pdf-it follows. Useful when an agent decides how to structure markdown for best PDF output. |
| Markdown Cheatsheet for pdf-it | Quick reference of which markdown elements pdf-it supports and how each renders. Use this when an agent is unsure whether a feature will render correctly. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mrslbt/pdf-it'
If you have feedback or need assistance with the MCP directory API, please join our Discord server