Skip to main content
Glama
ImYourBoyRoy

web-scraper-server

by ImYourBoyRoy

browser_navigate

Use a browser to visit URLs, auto-solving Cloudflare and PerimeterX challenges. Provides page state (URL, title, status); creates a new session if none exists.

Instructions

Navigate the interactive browser to a URL. Auto-detects and solves Cloudflare and PerimeterX challenges. Returns page state (url, title, status). Creates a new session if none exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
wait_untilNodomcontentloaded

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It reveals key behaviors beyond the schema: auto-detecting and solving Cloudflare/PerimeterX challenges, returning page state (url, title, status), and creating a new session if none exists. This is meaningful context, though it omits details like side effects or failure modes.

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 four concise sentences, each adding distinct value: the core action, challenge-solving, return value, and session auto-creation. It is front-loaded with the primary function and contains zero filler.

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 the tool's complexity (browser automation, challenges, session management) and lack of annotations, the description covers the essential behaviors and return type. It does not detail error handling or wait_until semantics, but with an output schema present and sibling tools providing contrast, it is reasonably complete for an agent to use correctly.

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%, so the description must compensate for parameter explanations. The description only implicitly references the 'url' parameter and completely omits 'wait_until', whose meaning and default behavior are left unexplained. This is a significant gap for an agent needing to set wait conditions.

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 states a specific verb and resource: 'Navigate the interactive browser to a URL.' It clearly distinguishes from siblings like browser_click, browser_type, and browser_read_page, and adds unique capabilities (challenge solving, session creation) that further clarify its role.

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?

The description provides clear context for when to use this tool: as the entry point for browser navigation, with automatic challenge solving and session creation. It does not explicitly name alternatives or exclusions, but the context makes the primary use case clear, which aligns with a score of 4.

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