Skip to main content
Glama
escapeWu

chrome-agent-bridge

by escapeWu

Transform binary payload

transform_workbench

Run a local binary transform pipeline on base64-encoded data with support for XOR, RC4, compression, and encoding steps for reproducible processing.

Instructions

Run a reproducible local binary transform pipeline over base64 input.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYes
inputBase64Yes
previewBytesNo
includeOutputBase64No
Behavior3/5

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

With no annotations, the description carries the full burden. It provides some useful context by calling the pipeline 'reproducible local', implying determinism and no external network calls. However, it does not disclose return format, error behavior, or side effects, so it only partially covers behavioral transparency.

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

Conciseness3/5

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

The description is extremely concise (one sentence, 10 words), which is good for brevity, but it lacks structure and does not front-load key information like the pipeline nature or parameter requirements. Under-specification prevents it from being truly well-structured.

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 the complexity (4 parameters, no output schema, no annotations), a single sentence is woefully incomplete. It ignores the transform steps, preview options, and output considerations. The description needs to cover more of the tool's operational surface to be contextually complete.

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

Parameters1/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 mentions 'base64 input' which hints at inputBase64. It does not explain the steps array, the op enum options, key/keyHex, previewBytes, or includeOutputBase64. This is severely insufficient for a 4-parameter tool.

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 a specific action: 'Run a reproducible local binary transform pipeline over base64 input.' It uses a strong verb ('Run'), identifies the resource ('binary transform pipeline'), and adds scope ('over base64 input'), which differentiates it from siblings like binary_decode or binary_encode that imply single operations.

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 gives no guidance on when to use this tool versus alternatives such as binary_decode or binary_encode. It does not mention exclusions, prerequisites, or explicitly name any sibling tools, leaving the agent without clear selection criteria.

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