Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SNAPFORGE_API_KEYYesYour SnapForge API key
SNAPFORGE_BASE_URLNoBase URL for SnapForge API (default: https://snapforge.org)https://snapforge.org

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
snapforge_screenshotA

Capture a screenshot of a public URL or raw HTML and return it as an image (PNG/JPEG). Full-page by default.

snapforge_pdfB

Render a public URL or raw HTML to a PDF. The PDF is written to a temp file and its path is returned.

snapforge_markdownA

Extract a clean Markdown version of a public URL or raw HTML (article extraction + HTML→Markdown). Great for feeding live web content to an LLM.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct output format (image, PDF, markdown) with no overlap in functionality, making selection unambiguous.

Naming Consistency5/5

All tools follow the consistent prefix 'snapforge_' followed by a clear noun describing the output, forming a predictable pattern.

Tool Count5/5

Three tools is an appropriate scope for a server focused on converting web content to common formats—neither too few nor too many.

Completeness4/5

Covers the three most common output conversions (image, PDF, markdown), though additional options like plain text or specific rendering parameters are absent.

Maintenance

ActivitySlowing
ResponsivenessNo issues