Skip to main content
Glama
Sekharz

web-scrapper-mcp

by Sekharz

scrape_and_seed

Scrapes API documentation pages and seeds endpoint data into a SQLite database with source labeling.

Instructions

Scrape API documentation and seed a finanal-style SQLite database directly.

The target database must have an 'endpoints' table with columns: path, method, operation_id, summary, description, tags, parameters, source

Args: url: URL of the API documentation page. db_path: Absolute path to the SQLite database file. source_name: Label for the 'source' column (e.g. 'fmp', 'tapetide'). site_type: Optional site type override for the extractor.

Returns: {seeded: int, skipped: int, source: str, db_path: str}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
db_pathYes
site_typeNo
source_nameYes
Behavior3/5

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

With no annotations, the description bears full responsibility for behavioral disclosure. It mentions the required database table structure and return format, but lacks details on error conditions, idempotency, or whether existing data is overwritten.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably concise, with a brief summary followed by parameter definitions. It includes necessary details like the database table schema, which is valuable context, but could be slightly more compact without losing clarity.

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 four parameters, no output schema, and no annotations, the description provides the database schema and return format, and explains each parameter. However, it lacks details on error handling and preconditions, which would make it more complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Since schema description coverage is 0%, the description compensates by explaining each parameter clearly: url as 'URL of the API documentation page', db_path as 'Absolute path to the SQLite database file', source_name with examples, and site_type as an optional override. This adds significant meaning beyond the bare schema titles.

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 'Scrape API documentation and seed a finanal-style SQLite database directly', using specific verbs and resources. It distinguishes from siblings by combining scraping and seeding, while siblings like 'extract_api_endpoints' only extract and 'scrape_page' only scrape.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus siblings. The purpose of combining scraping and seeding is implied, but no direct guidance or exclusions are provided, leaving the agent to infer usage context.

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/Sekharz/web-scrapper-mcp'

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