Skip to main content
Glama
escapeWu

chrome-agent-bridge

by escapeWu

List debugger blackboxes

blackbox_list

Provide a session ID to retrieve the list of blackbox patterns maintained for that Raw session.

Instructions

List blackbox patterns maintained for a Raw session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
Behavior3/5

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

With no annotations provided, the description carries the burden of disclosing behavior. 'List' implies a read-only operation, but the description doesn't state whether an active session is required, whether results are paginated, or what the return format looks like. It adds minimal behavioral context beyond the verb.

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 a single, front-loaded sentence with no wasted words. It efficiently conveys the core purpose without redundancy.

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?

The tool is simple, but with no output schema and sparse annotations, the description should clarify what the list contains, how it is returned, or any preconditions (e.g., active session). It merely states the resource and scope, leaving the agent to guess at behavior and return structure.

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 coverage is 0% and the only parameter, sessionId, is not explained in the description. The phrase 'for a Raw session' loosely connects to sessionId, but it lacks detail about the expected format, semantics, or how it relates to other session tools.

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 action ('List'), the resource ('blackbox patterns'), and the scope ('maintained for a Raw session'). It distinguishes from sibling tools like blackbox_add and blackbox_add_common, which add patterns rather than listing them.

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?

No explicit guidance on when to use this tool versus alternatives. While 'maintained for a Raw session' hints at a session context, it does not mention prerequisites, exclusions, or why one would choose this over other debugger tools.

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/escapeWu/chrome-agent-bridge'

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