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 |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_pdf | Convert PDF files to Markdown format using marker (recommended) or pymupdf4llm |
| discover_pdfs | Recursively scan directory trees to locate all PDF files |
| check_conversions | Analyze PDF collection to determine conversion status |
| convert_missing | Convert only PDFs that lack companion Markdown files |
| analyze_content | Analyze markdown files to automatically determine document categories |
| organize_structure | Create hierarchical directory structure and move files to appropriate locations |
| full_workflow | Execute end-to-end document organization pipeline |
| init_project_docs | Initialize Universal Project Documentation Standard structure |