pdf-reader
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XBY_APIKEY | Yes | 你的实际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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
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.
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.
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.
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.