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 | Extract all text content from a PDF file |
| get_pdf_metadata | Extract metadata information from a PDF file (title, author, creation date, etc.) |
| read_pdf_pages | Extract text from specific pages or page range in a PDF |
| search_pdf | Search for text in a PDF and return all matches with context |
| get_pdf_page_count | Get the total number of pages in a PDF file |
| list_pdf_images | List all images embedded in a PDF file with their metadata (page, dimensions, type) |
| extract_pdf_image | Extract a specific image from a PDF by its index (use list_pdf_images to get available indices) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |