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

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint; the description adds context about article extraction and HTML-to-Markdown conversion, which clarifies the tool's internal processing beyond the annotations. No contradictions 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?

The description is two sentences long, each serving a distinct purpose: stating the tool's function and providing usage context. No redundant information, and the key points are front-loaded.

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 description covers core functionality, prerequisites, and usage scenario. With full schema coverage and an output schema, it is reasonably complete. Lacks mention of error conditions or rate limits, but these are often handled by the 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 description coverage is 100%, so the baseline is 3. The description aligns with schema parameters (url, html) but does not add new semantic details 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 uses a specific verb 'Extract' and resource 'clean Markdown version', which clearly states the tool's function. It distinguishes from sibling tools (snapforge_pdf, snapforge_screenshot, snapforge_signup) by focusing on Markdown output and mentioning the API key requirement.

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 includes a clear usage scenario ('Great for feeding live web content to an LLM') and prerequisite handling ('no key? call snapforge_signup first'). It lacks explicit 'when not to use' guidance, but the context of sibling tools provides implicit differentiation.

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.4/5.0
Disambiguation5/5

Each rendering tool targets a distinct output format (Markdown, PDF, screenshot), and the signup tool serves a separate purpose. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent 'snapforge_<format>' pattern, with the signup tool fitting the same convention. No mixing of styles.

Tool Count5/5

With 4 tools covering rendering to three common formats plus account creation, the count is well-scoped for the server's purpose.

Completeness4/5

The set covers the main rendering outputs users need. A minor gap is the lack of a tool to manage API keys or view usage, but the core workflow is complete.

Resources