Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
markdown_to_pdfC

Convert markdown text into a formatted PDF.

Supports: # headings, bold, - lists, 1. numbered lists, code blocks, --- horizontal rules, paragraphs.

generate_pdfC

Generate a simple PDF from plain text content.

url_to_pdfA

Fetch a web page URL and save its content as PDF.

Uses Jina AI reader to get clean markdown.

extract_pdf_textB

Extract text content from a PDF file.

Args: source: File path, URL, or base64 PDF content

pdf_metadataC

Read metadata from a PDF file.

merge_pdfsB

Merge multiple PDF files into a single PDF.

Args: sources: List of file paths, URLs, or base64 PDF contents

convert_textD

Text format conversion and cleanup.

count_wordsA

Count words, characters, lines, and paragraphs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: text conversion, word counting, PDF extraction, PDF generation (two variants), PDF merging, metadata reading, and URL-to-PDF conversion. No two tools have overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., convert_text, extract_pdf_text, merge_pdfs). The naming is predictable and easy to understand.

Tool Count5/5

With 8 tools covering text conversion, word counting, and various PDF operations (extraction, generation, merging, metadata, URL conversion), the count is well-scoped for a document processing server.

Completeness4/5

Missing some common operations like converting PDFs to other formats or editing PDF content, but the set is complete for core document tasks (create, read, merge, convert, and get metadata).

Maintenance

ActivityInactive
ResponsivenessNo issues