Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| UV_PUBLISH_TOKEN | No | Your PyPI token for publishing | |
| UV_PUBLISH_PASSWORD | No | Your PyPI password for publishing | |
| UV_PUBLISH_USERNAME | No | Your PyPI username for publishing | 
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
| summarize-pdf | Creates a summary of a PDF document | 
| extract-text-from-pdf | Extract text from a specific page or range of a PDF | 
| analyze-pdf | Analyze a PDF and answer questions about its content | 
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
No resources  | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| open-pdf | Open a PDF file  | 
| close-pdf | Close an open PDF file  | 
| list-pdf-metadata | List metadata of an open PDF  | 
| get-pdf-page-count | Get the page count of a PDF  | 
| get-pdf-page-text | Get the text content of a specific page in a PDF  | 
| pdf-to-text | Extract all text from a PDF document  |