Skip to main content
Glama

list_imports

Retrieve paginated imported symbols with names and modules from IDA Pro's binary analysis database.

Instructions

List all imported symbols with their name and module (paginated)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetYesOffset to start listing from (start at 0)
countYesNumber of imports to list (100 is a good default, 0 means remainder)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/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 mentions pagination, which is useful behavioral context, but lacks details on permissions, rate limits, error conditions, or what 'imported symbols' entails in this context. For a tool with no annotations, this leaves significant gaps in understanding its behavior.

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 a single, efficient sentence with no wasted words. It's front-loaded with the core purpose and includes key details (name, module, paginated) without redundancy. Every element earns its place, making it highly concise and well-structured.

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?

Given the tool's low complexity (simple list operation), 100% schema coverage, and presence of an output schema (which handles return values), the description is reasonably complete. It covers the core action and pagination behavior. However, with no annotations and many sibling listing tools, it could benefit from more context on scope or limitations.

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 clear descriptions for offset and count parameters. The description adds no parameter-specific information beyond what's in the schema. According to rules, with high schema coverage, the baseline is 3 even without param info in the description.

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 clearly states the verb 'list' and resource 'imported symbols', specifying they include 'name and module' and are 'paginated'. It distinguishes from siblings like list_functions or list_strings by focusing on imports, though it doesn't explicitly contrast with them. The purpose is specific but lacks explicit sibling differentiation.

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 is provided. The description doesn't mention prerequisites, context, or exclusions. With many sibling tools for listing different entities (functions, strings, globals), the absence of usage guidelines leaves the agent without direction on selecting this specific list tool.

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/icryo/ida-pro-mcp'

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