Skip to main content
Glama

recipes_browser_agent_boundary_pack

Return browser-agent workspace classes, task profiles, controls, and evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionNo
risk_tierNo
task_profile_idNo
workspace_class_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

There are no annotations, so the description must carry the full disclosure burden. It indicates a read-like 'Return' behavior but does not explain how the optional parameters influence results, whether filters combine, or what categories of 'evidence' are returned. The behavioral model is too shallow for a tool in a large recipe family.

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

Conciseness4/5

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

The description is a single front-loaded sentence with no filler words. It lists the key return categories efficiently, though the brevity comes at the cost of crucial parameter and usage context.

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

Completeness2/5

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

Given four undocumented parameters, no annotations, and a large set of sibling recipes, a single sentence is insufficient. The output schema exists, but the description still fails to clarify how an agent should construct a call or what decision/risk_tier represent in this browser-agent context.

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, but it only loosely maps "workspace classes" and "task profiles" to workspace_class_id and task_profile_id. There is no explanation of decision or risk_tier, nor how the optional attributes are used.

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

Purpose4/5

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

The description uses the specific verb 'Return' and names the resource: browser-agent workspace classes, task profiles, controls, and evidence. This distinguishes it from other boundary-pack siblings by indicating browser-agent scope, though it could more explicitly explain what a 'boundary pack' is.

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?

The description does not state when to use this tool versus any alternative, nor does it describe when not to use it. The only usage signal is the implicit browser-agent scope, which is largely repeated from the tool name; no alternatives or exclusions are given.

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