ida_get_global_variable_by_name
Retrieve detailed information about a global variable by specifying its name using the IDA database via the MCP server.
Instructions
Get information about a global variable by name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
variable_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"variable_name": {
"title": "Variable Name",
"type": "string"
}
},
"required": [
"variable_name"
],
"title": "GetGlobalVariableByName",
"type": "object"
}