Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_pdf | Read content from a PDF file (local path or URL).
Returns a unified Markdwon string containing text, tables, and image references.
Args:
source: Local file path or URL to the PDF.
page_range: Format "1-5" or "10". If not provided, reads all pages.
extract_images: If True, extracts images to temp dir and links them. |
| get_pdf_metadata | Quickly retrieve metadata from a PDF without reading the full content. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_pdf | Create a prompt to summarize a PDF document. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |