Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PDFCROWD_API_KEY | Yes | Your PDFCrowd API key. Use 'demo' for testing with a watermark. | |
| PDFCROWD_USERNAME | Yes | Your PDFCrowd username. Use 'demo' for testing with a watermark. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pdfcrowd_create_pdf | Export any content (including charts) to PDF. If input isn't HTML, create a well-designed layout first. IMPORTANT: Call pdfcrowd_info(topic: "parameters") to get the full input schema. IMPORTANT: Before creating HTML, first call pdfcrowd_info(topic: "html_layout") to get the layout guidelines. Do NOT pass PDFCrowd API parameters - this tool has its own schema. On error: Read the error message carefully and follow its guidance. Report configuration issues to the user instead of trying other PDF tools. |
| pdfcrowd_info | Get usage tips and upgrade info for PDF Export |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |