Skip to main content
Glama

report_outcome

Associate a task outcome (success, failure, or quality score) with a navigation ID for use in probabilistic policy attribution.

Instructions

Bind a task outcome (success/failure/quality) to a previous navigation_id from a navigate() call. Used by the policy framework's outcome protocol โ€” see docs/probabilistic-policy.md ยง4.5. v0 emits an outcome_reported NDJSON event for the navigation; no posterior updates yet. Drivers should call this once per agent task so future Bayesian phases (B/D-2) can attribute extraction success/failure to specific policy decisions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoOptional human-readable error/explanation when success=false.
navigation_idYesThe id returned by navigate() โ€” joins this outcome to the policy_trace event.
qualityNoOptional 0..1 quality score (e.g. fraction of expected fields extracted).
successYesDid the agent's task succeed?
task_classNoWhat kind of task succeeded/failed. Lets future posteriors condition on task class.
task_idNoOptional opaque id chosen by the driver for cross-system correlation.
Behavior4/5

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

With no annotations, the description discloses that v0 emits an NDJSON event and that no posterior updates are yet implemented. It also mentions future Bayesian phases. However, it does not discuss side effects of multiple calls, error cases, or permission requirements.

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 sentences (approx. 80 words), front-loaded with the core purpose, and each sentence serves a clear role: purpose, reference, version behavior, and usage guidance. No wasted words.

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

Completeness3/5

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

Given the tool has 6 parameters, 2 required, and no output schema, the description covers the main usage and link to documentation but does not describe the return value or how errors are reported. It is adequate but not fully self-contained.

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?

Schema coverage is 100%, so descriptions for all 6 parameters are present in the schema. The description adds minimal extra context (e.g., linking navigation_id to policy_trace event, quality as 0..1 score) but overall does not significantly augment the schema beyond what is already provided.

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 verb ('Bind') and resource ('task outcome to a previous navigation_id'), and distinguishes it from sibling tools like navigate or extract by specifying its role in the policy framework's outcome protocol.

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 explains this tool is part of the policy framework, references documentation, and instructs drivers to call it once per agent task. It implies when to use (after navigate, once per task) but does not explicitly state when not to use or name alternatives.

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/protostatis/unbrowser'

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