Skip to main content
Glama
ImYourBoyRoy

web-scraper-server

by ImYourBoyRoy

configure_scraper

Configure browser settings for web scraping: set headless mode, timeouts, and profile paths to prepare the scraper for data extraction.

Instructions

Configure browser settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headlessNo
timeout_msNo
browser_typeNo
host_profiles_pathNo
native_profile_dirNo
interactive_channelNo
native_context_modeNo
host_learning_enabledNo
host_profiles_enabledNo
native_fallback_policyNo
host_profiles_read_onlyNo
interactive_profile_dirNo
native_browser_channelsNo
native_browser_headlessNo
host_learning_apply_modeNo
interactive_context_modeNo
restart_interactive_sessionNo
host_learning_promotion_thresholdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only says 'Configure browser settings' and gives no indication of side effects, persistence, whether it modifies current sessions, or what state changes occur. This is completely inadequate for a configuration tool.

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

Conciseness2/5

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

The description is a single short sentence, which is concise but under-specified. It does not convey what settings are configurable or how to use the tool, so it is not effective conciseness; it's a placeholder-level description.

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

Completeness1/5

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

Despite the tool having 18 parameters, no annotations, no output schema details, and no parameter descriptions, the description provides almost no context. It fails to explain what each configuration option does, what the expected inputs are, or the effect of calling this tool, making it completely inadequate for the tool's complexity.

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

Parameters1/5

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

Schema coverage is 0% and the description provides no parameter details. With 18 parameters including headless, timeout_ms, browser_type, and various profile paths, the description adds no meaning beyond the raw schema names and types. The complete lack of parameter information fails to compensate for the poor schema.

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

Purpose3/5

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

The description states the general purpose ('Configure browser settings') with a verb and resource, but it is vague and does not differentiate from sibling tools like configure_stealth or configure_runtime, which also configure browser-related settings. It does not mention the scraper context or any specific settings area.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus the many sibling configuration tools. There are no mention of use cases, prerequisites, or alternatives, so the description has no usage 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/ImYourBoyRoy/WebScraperToolkit'

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