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" }
ID: fpfnwgj5pa