Skip to main content
Glama

scrape_with

Run any registered scraper by name, including plugins, by providing the scraper name and optional arguments.

Instructions

Run any registered scraper by name, including plugins, with arbitrary args.

This is the generic entry point for scrapers that don't have a dedicated tool of their own — notably third-party plugins. Call list_available_scrapers first to see valid names.

Args: name: A scraper name from list_available_scrapers, e.g. "wikipedia". args: Keyword arguments passed to that scraper's scrape() method.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNo
nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
countNo
errorsNo
scraperNo
source_urlsNo
Behavior3/5

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

With no annotations, the description carries full burden. It describes the tool's function but does not disclose potential side effects, error handling, or behavior on invalid input, leaving gaps.

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?

Four sentences, each purposeful: purpose, context, and parameter descriptions in a clear, efficient structure with 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 2 params and output schema exists, description adequately explains the tool's role and usage guidance, but could mention response variability by scraper.

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?

Schema coverage is 0%, so description adds meaning by explaining 'name' comes from list_available_scrapers and 'args' are keyword arguments for the scraper's scrape() method, though it lacks examples or constraint details.

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 runs any registered scraper by name, including plugins, and explains it is the generic entry point for scrapers without dedicated tools, distinguishing it from siblings.

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 advises to call list_available_scrapers first to see valid names and indicates this tool is for scrapers without dedicated tools, providing clear when-to-use 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/mldsveda/PyScrappy'

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