PDF Utilities MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_pdfA | Extract text content from a PDF file. Optionally specify page range (e.g., "1-5" or "1,3,5"). |
| get_pdf_infoB | Get metadata and information about a PDF file (pages, title, author, size, etc.). |
| create_pdfB | Create a new PDF from text content with optional formatting and metadata. |
| merge_pdfsB | Merge multiple PDF files into a single PDF. |
| split_pdfC | Extract specific pages from a PDF into a new file. |
| update_pdf_metadataB | Update metadata (title, author, subject, keywords) of a PDF file. |
| extract_pagesB | Extract specific pages from a PDF into separate PDF files. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Most tools are distinct, but extract_pages and split_pdf have overlapping functionality; both extract specific pages, differing only in output format (separate files vs. single file). This could confuse an agent.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., create_pdf, merge_pdfs, read_pdf), making them predictable and easy to learn.
With 7 tools, the server is well-scoped for a PDF utility; each tool serves a distinct core operation without being too few or too many.
Core operations (create, read, merge, split, metadata) are covered, but common features like content editing (delete/rotate pages) or format conversion are missing, and the extract/split tools seem redundant.