Skip to main content
Glama
GuruPDF
by GuruPDF

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GURUPDF_API_KEYYesYour API token from Profile → API tokens.
GURUPDF_API_URLNoOverride only for self-hosted / staging.https://gurupdf.com/api/v1

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
convert_fileA

Convert or process a local file (or URL) with GuruPDF. Convert between 100+ formats (PDF ⇄ Word/Excel/PowerPoint, images, ebooks, etc.) or run a PDF tool (compress, merge, split, rotate, protect, watermark, OCR…). Saves the result next to the input and returns the path.

get_statusA

Check a GuruPDF conversion job by its id (uuid). If it's finished, downloads the result to disk.

list_conversionsA

List the conversions and tools GuruPDF supports, optionally filtered by an input file format.

check_creditsA

Show how many GuruPDF credits the user has left, and how to get more.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: credits, conversion initiation, job status checking, and listing supported formats. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.

Tool Count5/5

Four tools is appropriate for a PDF conversion service, covering the essential operations without being excessive or insufficient.

Completeness4/5

The tool set covers core operations: checking credits, initiating conversions, checking status, and listing formats. A minor gap is the lack of a cancel job tool, but the set is largely complete for typical workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues