Skip to main content
Glama
pdfcrowd

PDF Export for AI Agents

Official
by pdfcrowd

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PDFCROWD_API_KEYYesYour PDFCrowd API key. Use 'demo' for testing with a watermark.
PDFCROWD_USERNAMEYesYour PDFCrowd username. Use 'demo' for testing with a watermark.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pdfcrowd_create_pdfA

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_infoC

Get usage tips and upgrade info for PDF Export

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: pdfcrowd_create_pdf is for creating PDFs from content, while pdfcrowd_info is for retrieving usage information and guidelines. There is no overlap in functionality, making it easy for an agent to choose the right tool for each task.

Naming Consistency5/5

Both tools follow a consistent naming pattern with the prefix 'pdfcrowd_' followed by a descriptive verb_noun combination (create_pdf and info). This consistency makes the tool set predictable and easy to understand at a glance.

Tool Count2/5

With only two tools, the server feels thin for its purpose of PDF export for AI agents. While the core PDF creation tool is present, the lack of supporting tools (e.g., for managing PDFs, handling errors beyond info, or advanced formatting) limits functionality and may require agents to work around gaps.

Completeness2/5

The tool set is severely incomplete for PDF export operations. It includes creation and info retrieval but lacks essential tools for updating, deleting, or listing PDFs, as well as tools for handling common PDF tasks like merging or splitting. This will likely cause agent failures in more complex workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues