list_all_commands
List all Fiji/ImageJ commands from SciJava and legacy menus. Set a limit to manage large result sets.
Instructions
Enumerate Fiji/ImageJ commands from SciJava CommandService and legacy ij.Menus. Large installs return thousands of entries; lower limit for faster responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of commands or matches to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| total | Yes | Total commands discovered. | |
| returned | Yes | Number of commands in this response (capped by limit). | |
| commands | Yes | Slice of commands up to limit. |