Skip to main content
Glama
Tokeii0

capstone-mcp-server

by Tokeii0

search_instructions

Search disassembled code for instructions by pattern, mnemonic, or group like call/jump/ret. Filters results to match specific machine code bytes or instruction types.

Instructions

Search for instructions matching a specific pattern in disassembled code.

Filter by mnemonic name or instruction group (call/jump/ret/interrupt).

Args: hex_code: Hex-encoded machine code bytes. arch: CPU architecture. Default: x86_64. base_address: Base address. Default: "0". mnemonic: Mnemonic to search for (partial match), e.g. "mov", "call", "push". group: Instruction group to filter: call, jump, ret, interrupt.

Returns: List of matching instructions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hex_codeYes
archNox86_64
base_addressNo0
mnemonicNo
groupNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description indicates it returns a list of matching instructions and lists parameters with defaults. No annotations are provided, so the description carries full burden; it lacks details on side effects, error handling, or performance implications.

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 concise, front-loaded with the core purpose, and uses bullet points for arguments and returns. Every sentence adds value with no redundancy.

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 complexity and the existence of an output schema, the description covers purpose, all important parameters with defaults, and return type. It could mention acceptable arch values or group enum options explicitly.

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 0%, but the description explains each parameter (e.g., hex_code as hex-encoded bytes, mnemonic for partial match). This adds significant meaning beyond the bare schema.

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 tool searches for instructions matching a pattern in disassembled code, with filtering by mnemonic or group. This differentiates it from sibling tools like disassemble_at_address or search_instructions_in_file.

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

Usage Guidelines4/5

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

The description explains the primary use case (searching for instruction patterns in hex code) and lists filter options. However, it does not explicitly contrast with siblings or state when not to use it.

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/Tokeii0/capstone-mcp-server'

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