check_tools
Determine whether specified Ghidra MCP tools are currently callable, returning 'callable', 'not_loaded', or 'not_found' to prevent invocation errors.
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_symbol,batch_set_comments,analyze_function_completeness"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |