Skip to main content
Glama

list_all_commands

Read-onlyIdempotent

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

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of commands or matches to return.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
totalYesTotal commands discovered.
returnedYesNumber of commands in this response (capped by limit).
commandsYesSlice of commands up to limit.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint and idempotentHint, and the description adds behavioral context: it enumerates from specific services and mentions performance characteristics (large installs, limit for speed). No destructive behavior is implied, consistent with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loads the main action ('Enumerate Fiji/ImageJ commands'), and includes essential details without redundancy. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one parameter, output schema present), the description adequately covers purpose, behavior, and parameter usage. No additional context is needed for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides 100% coverage for the 'limit' parameter, but the description adds meaningful context by explaining its purpose in relation to performance ('lower limit for faster responses'). This goes beyond a bare schema description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool enumerates Fiji/ImageJ commands from specific sources (SciJava CommandService and legacy ij.Menus), distinguishing it from sibling tools like search_commands. It also notes the potential for large results and suggests adjusting the limit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description advises lowering the limit for faster responses in large installs, providing implicit usage context. However, it does not explicitly state when to prefer this tool over search_commands or other alternatives, which slightly limits its guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/surajinacademia/Fiji_imageJ_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server