Skip to main content
Glama
escapeWu

chrome-agent-bridge

by escapeWu

Extract WebAssembly strings

wasm_string_extract

Extract printable strings from WASM binaries, organized by section, with automatic classification of URLs, hashes, base64, and file paths.

Instructions

Extract printable strings by WASM section and classify URLs, hashes, base64, and paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputPathNo
minLengthNo
maxStringsNo
inputBase64No
Behavior3/5

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

No annotations are present, so the description carries the burden. It discloses that strings are printable, organized by WASM section, and classified, which adds insight beyond the title. However, it does not disclose input modes (file vs base64), output format, limits, or edge cases, leaving key behaviors undocumented.

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?

A single sentence that is clear and front-loaded, with no redundant wording. It earns its place by adding classification details that go beyond the title.

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 lack of an output schema, missing parameter explanations, and no annotations, the one-sentence description is insufficient for an agent to fully understand how to invoke the tool or interpret results, especially for a 4-parameter tool. It lacks essential details like return value structure and parameter semantics.

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?

The input schema has zero description coverage for its four parameters (inputPath, minLength, maxStrings, inputBase64), and the description does not mention any of them. It provides no assistance in understanding what these values mean or how they relate to the extraction behavior, failing to compensate 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 states a specific action ('Extract printable strings') with a clear resource ('WebAssembly') and adds scope ('by WASM section' and classification of URLs/hashes/base64/paths), distinguishing it from sibling tools like wasm_inspect. This is a precise, non-redundant statement of purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies its use when you need to extract strings from WebAssembly binaries, but it provides no explicit guidance on when to use it over alternatives like wasm_inspect or binary analysis tools. There are no exclusions or context signals to help an agent decide.

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