search_tools
Search the entire Ghidra tool catalog by keyword to discover the right tool without loading all groups. Results show callability and the exact load_tool_group command if needed.
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 |