search_tools
Find Ghidra tools by keyword across the full catalog, including unloaded groups. Check callable status and get load commands for unavailable tools.
Instructions
Search the full Ghidra tool catalog by keyword — including tools whose group is not currently loaded. Use this to discover the right tool without paying the context cost of loading all groups (run the bridge with --lazy and search on demand). Matches against tool name, description, and category.
Each result reports whether the tool is callable right now; if not, it includes the exact load_tool_group(...) call needed to make it callable.
Args: query: Space-separated keywords, e.g. "rename function" or "xref struct". limit: Maximum number of results to return (default 15).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |