Skip to main content
Glama
mrphrazer

Binary Ninja Headless MCP

by mrphrazer

external.location_add

Add a mapping between an external source address and a target address or symbol to resolve calls and data references during reverse engineering.

Instructions

Add external location mapping.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
autoNo
session_idYes
library_nameNo
target_symbolNo
source_addressYes
target_addressNo
Behavior1/5

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

With no annotations, the description carries full burden for behavioral disclosure. It only states the action without revealing side effects, permission requirements, or what happens if the mapping already exists. This is insufficient for an agent to understand the tool's behavior.

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 (4 words), but conciseness is sacrificed for completeness. It lacks structure and fails to earn its place by adding meaningful information beyond the tool name.

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 complexity (6 parameters, no output schema, no annotations), the description is severely incomplete. It does not explain the tool's purpose beyond the name, how to use it, or what the result entails, making it inadequate for correct agent usage.

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 provides no parameter information. The 6 parameters (including 2 required) remain completely unexplained, leaving the agent unable to form correct invocations.

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

Purpose4/5

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

The description 'Add external location mapping' clearly states the verb and resource, distinguishing it from sibling tools like external.location_get and external.location_remove. However, it lacks detail on what constitutes an 'external location mapping' in this context, preventing a higher score.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives such as external.library_add or external.location_get. The description offers no context for appropriate usage or exclusion 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/mrphrazer/binary-ninja-headless-mcp'

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