Skip to main content
Glama
ImYourBoyRoy

web-scraper-server

by ImYourBoyRoy

run_challenge_diagnostic

Run target-site diagnostics in toolkit or matrix mode to identify anti-bot challenges and test stealth variants for a working scraping setup.

Instructions

Run target-site diagnostics in either toolkit-native or matrix smoking-gun mode. mode=toolkit -> scripts/diag_toolkit_route.py mode=matrix -> scripts/challenge_diagnostic_matrix.py

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNohttps://example.com/
modeNotoolkit
browserNochrome
headlessNo
variantsNobaseline,minimal_stealth,legacy_stealth
read_onlyNo
skip_holdNo
extra_argsNo
timeout_msNo
hold_methodNoauto
hold_secondsNo
artifacts_dirNo
save_artifactsNo
runs_per_variantNo
skip_interactiveNo
host_profiles_pathNo
require_2xx_statusNo
fixture_record_pathNo
fixture_replay_pathNo
include_headless_stageNo
auto_commit_host_profileNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It merely lists script mappings and does not state what the diagnostic run actually does (e.g., launching a browser, visiting the target site, or producing artifacts), nor does it mention side effects or output behavior. This is a significant transparency gap for a tool with 21 parameters and no annotation safety net.

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 exceptionally concise, front-loaded with the primary action, and uses a clear two-line mapping for the mode parameter. Every sentence provides useful information without wasted words, making it easy to parse.

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

Completeness2/5

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

Despite the tool's high complexity (21 parameters, output schema, no annotations), the description is minimal and does not cover the tool's overall workflow, side effects, or how the two modes differ beyond the script they invoke. While the output schema may explain return values, the description still lacks the contextual information needed to use this tool effectively.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only adds meaning for the 'mode' parameter (mapping it to scripts). The other 20 parameters, including 'browser', 'headless', 'variants', 'save_artifacts', and 'timeout_ms', receive no semantic explanation, so the description fails to compensate for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function ('Run target-site diagnostics') and specifies two distinct modes ('toolkit-native or matrix smoking-gun mode'), which gives it a specific resource and behavior. However, it does not explicitly differentiate from sibling diagnostic tools like run_bot_surface_diagnostic or run_browser_info_diagnostic_tool.

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 provides usage guidance for the mode parameter by mapping mode=toolkit and mode=matrix to specific scripts. It does not, however, explain when to choose this diagnostic tool over alternatives, nor does it mention any exclusions or prerequisites, leaving the broader use-case context implicit.

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/ImYourBoyRoy/WebScraperToolkit'

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