Skip to main content
Glama

SnapForge URL to Markdown

snapforge_markdown
Read-only

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).

Input Schema

TableJSON 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

TableJSON Schema
NameRequiredDescriptionDefault
markdownYesThe extracted Markdown content

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
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.