Skip to main content
Glama

browsernavigationagent

Performs goal-oriented web navigation to complete tasks using a browser tool. Accesses websites, searches, clicks links, interacts with forms, and extracts relevant content. Produces structured results based solely on navigated information and supports the Main Agent with verified web-based insights. Expected Runtime: ~30s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the main behaviors: accesses websites, searches, clicks, interacts with forms, extracts content, and produces structured results. It also adds a runtime expectation (~30s), which is useful for agent planning. It does not mention limitations or error cases, but for a web agent the core actions are well covered.

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 two sentences plus a runtime note, with the primary action front-loaded. Every sentence adds new information: the approach, the specific actions, the output nature, support role, and runtime. No redundancy or 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?

The description covers the tool's purpose, actions, output type, and runtime. An output schema exists, so return format specifics are likely handled there. The single parameter is implied. For a browser agent with a single task description prompt, this is fairly complete, though it could mention the structure of the results more explicitly.

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

Parameters3/5

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

The schema has 0% description coverage for the single parameter (task_description), so the description must compensate. The description implicitly explains that 'task_description' is the task to complete via 'to complete tasks', but it never explicitly names or describes the parameter. Since the parameter is self-explanatory in context, the description provides marginal value but does not fully compensate for the missing schema description.

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 clear verb ('Performs goal-oriented web navigation') and resource ('browser tool'), then enumerates specific actions (accesses websites, searches, clicks links, interacts with forms, extracts content). It also differentiates itself from the sibling agents by focusing on web navigation and producing structured results from navigated information, which is distinct from the other agent-like tools.

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 implies usage for tasks requiring web browsing and states it 'supports the Main Agent with verified web-based insights', giving context. However, it does not explicitly compare to alternatives or state when not to use it. The purpose is clear enough that an agent could infer when to call it, but it lacks explicit exclusions or alternative tool references.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources