Skip to main content
Glama

evaluate_web_task

Run a browser agent on any URL to complete a natural-language task and get a structured evaluation report with screenshots, console errors, network failures, and agent step timeline.

Instructions

Run a browser agent for a natural-language task and return a rich evaluation report.

One-shot evaluator — give it a URL and a task, get back a structured report with screenshots, console errors, network failures, and an agent step timeline. No need to discover/record/replay first.

Args: app_url: The website URL to evaluate task: Natural-language description of what to test (e.g. "Try the signup flow and note UX issues") profile_name: Optional auth profile name for authenticated pages headless: Run browser in headless mode (default: False — shows the browser) max_steps: Maximum agent steps (default: 25) capture: Evidence to capture: "screenshots", "console", "network", "trace" (default: all four) format: Report format: "markdown" (default), "text", or "json" save_as_recorded_flow: If True, promote the evaluation into a recorded flow for regression flow_name: Flow name to use when saving as recorded flow (auto-generated if omitted)

Returns: dict with summary, agent_steps, evidence (console_errors, network_failures, screenshots, trace_path), pass_fail, run_id, and formatted_report

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
formatNomarkdown
app_urlYes
captureNo
headlessNo
flow_nameNo
max_stepsNo
profile_nameNo
save_as_recorded_flowNo
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the tool launches a browser, shows the browser by default (headless=false), can save as a recorded flow via save_as_recorded_flow, and captures specific evidence types. It could further mention side effects, resource usage, or auth prerequisites, but covers the major behaviors well.

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?

Structured with an opening summary, 'Args' list, and 'Returns' section. Although lengthy, every line adds value for a 9-parameter tool, and the front-loaded purpose sentence lets an agent quickly identify the tool's role.

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

Completeness5/5

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

Given no output schema and no annotations, the description is remarkably complete. It covers the input parameters, return value fields, and a key usage scenario (one-shot evaluation). The description fully compensates for the missing structured metadata.

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?

The input schema provides no descriptions (0% coverage), but the description documents all 9 parameters with meanings and defaults. It adds critical semantics like capture options, format choices, and the save_as_recorded_flow behavior, fully compensating for the schema gap.

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 the tool runs a browser agent for a natural-language task and returns a rich evaluation report. It specifies the resources (URL and task) and distinguishes it from sibling tools like record_test_flow by framing it as a one-shot evaluator.

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?

Provides clear context: use for one-shot evaluation without prior recording, explicitly noting 'No need to discover/record/replay first.' While it implies alternatives like record_test_flow, it does not explicitly name alternatives or say when not to use this tool, so it falls just short of full 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/n2400813g/blop-mcp'

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