Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
default_prompt | Create default tool usage prompt |
pdf_prompt | Create PDF processing prompt |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
status://api | |
help://usage |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
convert_pdf_url | Convert PDF URL to Markdown, supports single URL or URL list
Args:
url: PDF file URL or URL list, can be separated by spaces, commas, or newlines
enable_ocr: Whether to enable OCR (default: True)
Returns:
dict: Conversion result information |
convert_pdf_file | Convert local PDF file to Markdown, supports single file or file list
Args:
file_path: PDF file local path or path list, can be separated by spaces, commas, or newlines
enable_ocr: Whether to enable OCR (default: True)
Returns:
dict: Conversion result information |