Skip to main content
Glama
mrphrazer

Binary Ninja Headless MCP

by mrphrazer

session.open_bytes

Decode and open a binary session from base64-encoded data. Specify the base64 string to load the session for analysis or modification.

Instructions

Open a binary session from base64-encoded bytes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionsNo
filenameNo
read_onlyNo
data_base64Yes
deterministicNo
update_analysisNo
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states the action without mentioning side effects, permissions, whether the session is mutable, or what happens to the loaded binary. The agent is left uninformed about critical behavioral traits like read-only defaults or the effect of the `update_analysis` parameter.

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 a single sentence, which is concise. However, it is too terse given the complexity of the tool (6 parameters, no annotations, no output schema). It does not earn its brevity by covering all necessary information. A more informative description of similar length could exist, but the current one is under-specified.

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 tool's complexity (6 parameters, nested object, no annotations, no output schema), the description is woefully incomplete. It only covers the core purpose, leaving the agent to guess the meaning and behavior of most parameters, the return value (since no output schema), and how the session is managed. This is insufficient for reliable selection and invocation.

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?

The schema description coverage is 0%, so the description must compensate. It only addresses the required parameter `data_base64` by mentioning base64-encoded bytes. The other five parameters (`options`, `filename`, `read_only`, `deterministic`, `update_analysis`) are entirely undocumented. While some parameter names are self-explanatory, the `options` object is opaque, and the description adds no meaning beyond the schema.

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 ('Open a binary session') and the specific input method ('from base64-encoded bytes'). This distinguishes it from sibling tools like session.open (likely file-based) and session.open_existing (likely opening an already-loaded session). The verb-resource pair is specific and unambiguous.

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 provides no guidance on when to use this tool versus alternatives such as session.open or session.open_existing. It does not mention scenarios, prerequisites, or exclusions. The agent must infer the appropriate context solely from the tool name and description.

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/mrphrazer/binary-ninja-headless-mcp'

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