Skip to main content
Glama
andsopwn

ida-fusion-mcp

by andsopwn

get_int

Read integer values from memory addresses by specifying address and integer class (e.g., i8, u64, i16le).

Instructions

Read integer values from memory addresses

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queriesYesInteger read requests (ty, addr). ty: i8/u64/i16le/i16be/etc
instance_idYesTarget IDA instance ID (required)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so the description must fully disclose behavior. It only states 'Read integer values', which implies a non-destructive read but fails to mention error handling, access requirements, or return format. Minimal transparency beyond the verb.

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?

Single sentence, no fluff, directly front-loaded with the core purpose. Every word earns its place.

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

Completeness3/5

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

The description covers basic purpose but lacks details on multi-address support (implied by array parameter) and error conditions. Output schema existence helps, but the description itself is minimal for a tool with 2 parameters and no annotations.

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

Parameters3/5

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

Schema description coverage is 100%, with both parameters already documented (queries and instance_id). The description adds no extra meaning for parameters, so baseline 3 is appropriate.

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 'Read integer values from memory addresses' clearly states the action (read) and the resource (integer values from memory). It distinguishes from sibling tools like get_bytes (raw bytes), get_string (strings), and get_global_value (global variables) by specifying integer types.

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 versus alternatives like get_bytes or get_string. The description lacks explicit context about preferred scenarios or exclusions, forcing the agent to infer from the 'ty' parameter schema.

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