Skip to main content
Glama
GleidsonFerSanP

PDF Utilities MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 7 tools

Disambiguation3/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessUnresponsive