check_tools
Check availability of Ghidra tools. Returns callable, not loaded, or not found status for each specified tool.
Instructions
Check if specific tools are callable right now. Returns status for each tool: "callable", "not_loaded" (exists but group not loaded), or "not_found" (doesn't exist).
Args: tools: Comma-separated tool names, e.g. "rename_or_label,batch_set_comments,analyze_function_completeness"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |