Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MISTRAL_API_KEY | Yes | Your Mistral AI API key for PDF content extraction |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_pdf_url | Convert a PDF from a URL to Markdown. The output is saved in the directory specified by --output-dir.
Args:
url: A single PDF URL or multiple URLs separated by spaces, commas, or newlines.
Returns:
A dictionary with the conversion results. |
| convert_pdf_file | Convert a local PDF file to Markdown. Output is saved in a new folder named after the PDF in its original directory.
Args:
file_path: Path to a local PDF file or multiple paths separated by spaces, commas, or newlines.
Returns:
A dictionary with the conversion results. |
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 |
|---|---|
| get_api_status | Get API status information |
| get_usage_help | Get tool usage help information |