Skip to main content
Glama

ida-mcp-server

ida_add_function_comment

Add comments to functions in an IDA database to enhance code documentation. Specify function name and comment details for clear, repeatable annotations.

Instructions

Add a comment to a function in the IDA database

Input Schema

NameRequiredDescriptionDefault
commentYes
function_nameYes
is_repeatableNo

Input Schema (JSON Schema)

{ "properties": { "comment": { "title": "Comment", "type": "string" }, "function_name": { "title": "Function Name", "type": "string" }, "is_repeatable": { "default": false, "title": "Is Repeatable", "type": "boolean" } }, "required": [ "function_name", "comment" ], "title": "AddFunctionComment", "type": "object" }

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/MxIris-Reverse-Engineering/ida-mcp-server'

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