Skip to main content
Glama

SnapForge URL to Markdown

snapforge_markdown
Read-only

Extract clean Markdown from public URLs or raw HTML. Convert web content into Markdown format ready for language models.

Instructions

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.

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
savedPathYesAbsolute path to the saved .md file
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds behavioral context by mentioning 'article extraction + HTML→Markdown', which implies content processing beyond simple conversion. No contradictions. No mention of rate limits or auth, but acceptable given annotation coverage.

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 contains no unnecessary 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 of the tool (4 parameters, output schema exists), the description is fairly complete. It explains the core transformation and a primary use case. Lacks mention of error conditions or output details, but the output schema covers return format.

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 parameters are already well-documented. The description adds little beyond reiterating that 'url' or 'html' are alternatives, which is already in the schema. Baseline 3 is appropriate.

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, and distinguishes itself from sibling tools (screenshot, PDF) by focusing on text extraction. The verb 'Extract' and resource 'Markdown version' are specific.

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 clear use case ('great for feeding live web content to an LLM') and implicitly distinguishes from siblings by format (Markdown vs screenshot/PDF). However, it does not explicitly state when not to use or name alternatives, limiting full guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sporty303/snapforge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server