search_commands
Search installed Fiji commands by name, class, or fuzzy title match to locate the exact menu label before using describe_plugin.
Instructions
Search installed commands by substring on name/class, plus fuzzy title matching. Use before describe_plugin to find the exact menu label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Keyword to match against command titles and Java class names; fuzzy match augments results. | |
| limit | No | Maximum number of commands or matches to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| query | Yes | Search string used. | |
| total_matches | Yes | ||
| matches | Yes | Merged keyword and fuzzy matches. |