Skip to main content
Glama
xiaobenyang-com

pdf-reader

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XBY_APIKEYYes你的实际apikey (Your actual API key)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
read_pdfA

Read and extract text content from a PDF file. Returns the full text content and metadata.

read_pdf_pageC

Read a specific page or range of pages from a PDF file.

get_pdf_metadataB

Get metadata information from a PDF file without reading all content.

search_pdfC

Search for specific text within a PDF file.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: get_pdf_metadata extracts metadata only, read_pdf extracts full text and metadata, read_pdf_page targets specific pages, and search_pdf finds text matches. An agent can easily differentiate between these functions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with clear, descriptive actions (get, read, search) and the noun 'pdf' or 'pdf_page'. There are no deviations in style or convention across the set.

Tool Count5/5

With 4 tools, this server is well-scoped for PDF reading operations. Each tool earns its place by covering essential functions (metadata extraction, full reading, page-specific reading, and text search) without being overly sparse or bloated.

Completeness4/5

The tool set covers core PDF reading workflows effectively, including metadata, text extraction, and search. A minor gap is the lack of tools for modifying PDFs (e.g., editing or merging), but this is reasonable for a 'reader' server focused on extraction and analysis.

Maintenance

ActivityInactive
ResponsivenessNo issues