Skip to main content
Glama
andsopwn

ida-fusion-mcp

by andsopwn

undefine

Convert defined data items back to raw bytes at specified addresses. Removes adjacent items spanning into the range, returning address, start, and size on success.

Instructions

Undefine item(s) at each address, converting them back to raw bytes. Size is determined from end (exclusive) or size; defaults to 1 byte. Uses ida_bytes.DELIT_EXPAND so adjacent items spanning into the range are fully removed. Returns {addr, start, size} on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
instance_idYesTarget IDA instance ID (required)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Despite no annotations, the description explains key behaviors: uses DELIT_EXPAND to remove adjacent items, and size determination from end or size with default 1 byte. This provides essential insight beyond the schema.

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?

Three sentences with front-loaded purpose. Every sentence is necessary and no redundant information. Efficient and clear.

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

Completeness4/5

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

Covers core behavior, size determination, deletion mode, and return value. Output schema exists, so return value details are sufficient. Missing mention of error cases (e.g., address not defined) but acceptable for a focused tool.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 50% (describes item structure but not semantics). The description clarifies that 'end' is exclusive, 'size' overrides, and default is 1 byte, adding meaning beyond the schema's field descriptions.

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?

Description clearly states the tool undefines items at addresses, converting to raw bytes. This is a specific action on a specific resource, distinct from sibling tools like define_code or define_func which do the opposite.

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 guidance on when to use this tool vs alternatives like define_code or when not to use it. The description does not mention prerequisites or typical use cases.

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/andsopwn/ida-fusion-mcp'

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