Skip to main content
Glama
mrphrazer

Binary Ninja Headless MCP

by mrphrazer

memory.remove

Remove a specified range of bytes from a binary view at a given address and length, enabling precise binary patching or cleanup during reverse engineering analysis.

Instructions

Remove bytes from the view.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lengthYes
addressYes
session_idYes
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It implies a mutating operation ('remove') but provides no details: whether the operation is destructive, reversible, requires specific permissions, how the view is affected (e.g., shifting subsequent bytes), or what the return value is. This is a significant gap for a mutation tool.

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

Conciseness2/5

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

The description is extremely short (5 words), which under-specifies the tool. While conciseness is valued, it sacrifices content. The single sentence does not front-load critical information; it is more omission than efficiency. Every word is present, but the description fails to earn its place because it adds negligible value.

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

Completeness1/5

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

Given the tool's complexity (3 required params, no output schema, no annotations, and many sibling tools), the description is woefully incomplete. It fails to define 'view', explain parameter roles, or provide any usage context. An AI agent has virtually no actionable information to correctly invoke this tool.

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 0% description coverage, and the tool description adds no information about the parameters. It does not explain what 'session_id' represents (how to obtain it), the format of 'address' (integer vs string meaning), or the unit of 'length' (bytes? bits?). An agent cannot infer correct usage from the description alone.

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

Purpose3/5

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

The description states 'Remove bytes from the view.' which identifies the core action (remove) and resource (bytes from a view). However, 'view' is ambiguous and not defined, making it unclear whether this removes bytes from a temporary memory view or from the underlying binary. This is less specific than sibling tools like 'memory.read' or 'memory.write' that have clearer context. It avoids tautology but lacks precision.

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 usage guidance is provided. The description does not indicate when to use this tool versus alternatives like 'memory.write', 'memory.insert', or 'memory.read'. There is no mention of prerequisites, such as needing an open session, or scenarios where this tool is inappropriate. The agent receives no decision support.

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