Skip to main content
Glama
31Benzi

IDA Pro MCP Server

by 31Benzi

get_function_callers

Identify every function that calls a specific function in an IDA Pro database. Groups call sites by calling function for quick analysis of cross-references.

Instructions

Get all functions that call a given function. Higher-level than xrefs — groups by calling function and shows call sites.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool groups by calling function and shows call sites, but does not explain what 'call sites' entails, how indirect calls are handled, or potential performance implications. The read-only nature is assumed but not confirmed.

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?

The description is two sentences, front-loaded with purpose, and includes a useful differentiation. Every word earns its place; there is no redundancy.

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?

Given one parameter and an output schema (unknown content), the description covers the core purpose and differentiation but lacks parameter semantics and behavioral details. It is adequate for a simple tool but incomplete for a reliable agent 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 coverage is 0% (no description for the 'identifier' parameter). The description does not clarify what format the identifier should be (name, address, offset) or any constraints. The agent must infer from context, which is insufficient for reliable invocation.

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 purpose: 'Get all functions that call a given function.' It also distinguishes from siblings by noting 'Higher-level than xrefs — groups by calling function and shows call sites.' This differentiates it from get_xrefs_to/get_xrefs_from and implies contrast with get_function_callees.

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

Usage Guidelines3/5

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

The description provides some context by comparing to xrefs, but does not explicitly state when to use this tool versus alternatives like get_function_callees or get_xrefs_to. It lacks explicit 'when to use' or 'when not to use' guidance, though the differentiation is implied.

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/31Benzi/IDA-PRO-MCP'

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