Skip to main content
Glama

Server Details

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
sporty303/snapforge-mcp
GitHub Stars
0
Server Listing
snapforge-mcp

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: markdown extraction, PDF rendering, screenshot capture, and account signup. No overlap or ambiguity.

Naming Consistency5/5

All tools follow the same 'snapforge_<format>' pattern, making them predictable and easy to distinguish.

Tool Count5/5

Four tools is well-scoped for a service that converts URLs/HTML to different formats plus a signup process. Neither sparse nor excessive.

Completeness4/5

Covers the core conversion tasks (markdown, PDF, screenshot) and the necessary signup flow. Minor missing features like configurable screenshot options, but no major gaps for the stated purpose.

Available Tools

4 tools
snapforge_markdownSnapForge URL to MarkdownA
Read-only
Inspect

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. Requires a SnapForge API key (no key? call snapforge_signup first).

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoPublic http/https URL to render. Provide either url or html.
htmlNoRaw HTML to render instead of a URL (max 2MB). Provide either url or html.
delayNoExtra wait in milliseconds before capture (0–10000)
waitUntilNoWhen to consider the page ready: "load" (default) or "networkidle"

Output Schema

ParametersJSON Schema
NameRequiredDescription
markdownYesThe extracted Markdown content
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations (readOnlyHint=true, destructiveHint=false) already indicate a safe read operation. The description adds value by disclosing the API key requirement and the nature of the tool (extraction of web content). It does not contradict annotations, and the description's claim of 'Extract' aligns with the readOnlyHint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core action and resource. Every sentence serves a purpose: first sentence states what the tool does, second adds use case and prerequisite. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists, the description does not need to explain return values. It covers input types (URL/HTML), required API key, and a typical use case. It lacks mention of the optional parameters (delay, waitUntil) but those are documented in the schema. For a read-only extraction tool, the description is fairly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already describes all parameters. The description reiterates the two main inputs ('public URL or raw HTML') but adds no extra syntax or format details beyond what the schema provides. A score of 3 is appropriate given the high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool extracts a clean Markdown version of a public URL or raw HTML, using article extraction and HTML-to-Markdown conversion. The mention of 'SnapForge URL to Markdown' in the title and the explicit verb 'Extract' with resource 'Markdown version' strongly distinguishes it from sibling tools like snapforge_pdf and snapforge_screenshot.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a specific use case ('Great for feeding live web content to an LLM') and a prerequisite ('Requires a SnapForge API key'), and directs users to snapforge_signup if no key. While it doesn't explicitly differentiate from sibling tools beyond purpose, the context of Markdown extraction is implied as the unique use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

snapforge_pdfSnapForge PDFA
Read-only
Inspect

Render a public URL or raw HTML to a PDF (returned as an embedded resource). Requires a SnapForge API key (no key? call snapforge_signup first).

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoPublic http/https URL to render. Provide either url or html.
htmlNoRaw HTML to render instead of a URL (max 2MB). Provide either url or html.
delayNoExtra wait in milliseconds before capture (0–10000)
marginNoCSS size applied to all margins, e.g. "1cm"
landscapeNoLandscape orientation (default false)
waitUntilNoWhen to consider the page ready: "load" (default) or "networkidle"
pageFormatNoPaper size when paginating (default A4)
singlePageNoOutput one continuous page sized to the content height (no A4 pagination)
printBackgroundNoInclude CSS background colors and images (default true)

Output Schema

ParametersJSON Schema
NameRequiredDescription
bytesYesSize of the generated PDF in bytes
mimeTypeYesAlways application/pdf
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide readOnlyHint=true, openWorldHint=true, etc. The description adds context about requiring an API key and returning an embedded resource. No contradictions, but no additional behavioral details (e.g., size limits, timeouts) are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with purpose and a key usage note. No filler; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 9 parameters and an output schema, but the description covers the core function and a critical prerequisite. It is sufficient for agent selection; missing details are likely in the schema and output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents all parameters. The description briefly mentions 'public URL or raw HTML', a reference to two parameters, but adds no further meaning beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Render a public URL or raw HTML to a PDF', specifying the action and resource. The title 'SnapForge PDF' and sibling context (markdown, screenshot) make the tool's purpose distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions the prerequisite of an API key and directs users without a key to snapforge_signup. However, it does not explicitly compare to siblings or specify when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

snapforge_screenshotSnapForge screenshotA
Read-only
Inspect

Capture a screenshot of a public URL or raw HTML as a PNG/JPEG image. Full-page by default. Requires a SnapForge API key (no key? call snapforge_signup first).

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoPublic http/https URL to render. Provide either url or html.
htmlNoRaw HTML to render instead of a URL (max 2MB). Provide either url or html.
delayNoExtra wait in milliseconds before capture (0–10000)
scaleNoDevice pixel ratio for high-DPI/retina output (1–3)
widthNoViewport width in pixels (100–3840)
formatNoImage format: "png" (default) or "jpeg"
heightNoViewport height in pixels (100–2160)
qualityNoJPEG quality 1–100 (ignored for PNG)
fullPageNoCapture the full scrollable page (default true)
waitUntilNoWhen to consider the page ready: "load" (default) or "networkidle"

Output Schema

ParametersJSON Schema
NameRequiredDescription
bytesYesSize of the returned image in bytes
mimeTypeYesImage MIME type, e.g. image/png
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate read-only and open-world behavior. Description adds capture context (full-page, API key) but does not disclose rate limits or other constraints. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences with all key information front-loaded. No redundant text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given high parameter count (10) but full schema coverage and output schema present, description covers purpose, prerequisites, and defaults adequately. Could mention output schema briefly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with detailed descriptions per parameter. Description adds no extra parameter semantics beyond mentioning URL vs HTML choice and default format. Baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool captures a screenshot from a URL or raw HTML as PNG/JPEG, mentions full-page default, and distinguishes from siblings by requiring SnapForge API key. Specific verb and resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly mentions API key prerequisite and suggests signup alternative, provides default behavior (full-page). Does not explicitly state when not to use, but context with siblings is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

snapforge_signupSnapForge signup (free API key)AInspect

Create a free SnapForge account (100 renders, one-time free trial, not a monthly allowance) with just an email address and get the API key instantly. The key is bound to the current MCP session, so the screenshot/pdf/markdown tools work immediately after signup, no browser needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYesEmail address to attach the API key to (the key is also emailed there)

Output Schema

ParametersJSON Schema
NameRequiredDescription
planYesPlan name (free)
apiKeyYesYour SnapForge API key
monthlyQuotaYesRenders included: 100 in total on the free trial (no monthly reset), per month on paid plans
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds significant behavioral context beyond annotations: it specifies the one-time free trial nature (100 renders, not monthly), that the key is bound to the current MCP session, and that no browser is needed. Annotations are non-contradictory.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with critical information (free trial, instant key, session binding). No wasted words; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simplicity (1 parameter, clear purpose), the description is complete enough. It explains the effect and prerequisite. Could mention the output (e.g., returns the key), but the immediate result is implied and the focus on enabling sibling tools is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 100% of parameters with description, and the description adds extra context: 'the key is also emailed there', which informs the user of an additional effect beyond the immediate API key return.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it creates a free SnapForge account with just an email and returns an API key instantly. It distinguishes itself from sibling tools (snapforge_markdown, snapforge_pdf, snapforge_screenshot) by being the signup step that enables them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implicitly guides when to use this tool (before using screenshot/pdf/markdown tools) by stating the key is bound to the session and those tools work immediately. However, it does not explicitly state when not to use it or mention alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.