Skip to main content
Glama
Meerkats-Ai

Meerkats.ai MCP Server

Official
by Meerkats-Ai

scrape_url

Scrape any URL and retrieve content as markdown or HTML. Customize with tags, timeouts, and main-content-only extraction.

Instructions

Scrape a URL and return the content as markdown

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to scrape
formatsNoContent formats to extract (default: ['markdown'])
timeoutNoMaximum time in milliseconds to wait for the page to load
waitForNoTime in milliseconds to wait for dynamic content to load
excludeTagsNoHTML tags to exclude from extraction
includeTagsNoHTML tags to specifically include in extraction
onlyMainContentNoExtract only the main content, filtering out navigation, footers, etc.
Behavior2/5

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

No annotations are provided, so the description must shoulder behavioral transparency. It only states the basic action and default output, without disclosing that it can also return HTML, handle dynamic content (waitFor), or filter tags. This under-discloses significant behaviors.

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?

One sentence with no redundancy; directly front-loads the tool's purpose.

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

Completeness3/5

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

The schema is rich, but the description is minimal. It doesn't mention the tool's ability to return HTML or to handle dynamic content, though these are in the schema. For a tool with 7 parameters, this is adequate but not thorough.

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% and describes all 7 parameters, including formats, timeout, waitFor, and tag filtering. The description merely echoes the markdown default without adding semantic context beyond the schema.

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?

Description states 'Scrape a URL and return the content as markdown' – specific verb (scrape), resource (URL), and output format (markdown), clearly distinguishing from search/email sibling tools.

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?

Provides clear context: use when you need to scrape a specific URL. No exclusions or alternatives are mentioned, but sibling tools are unrelated (search, email), so the intended use case is unambiguous.

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/Meerkats-Ai/meerkats-mcp-server'

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