Skip to main content
Glama

search_commands

Read-onlyIdempotent

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

TableJSON Schema
NameRequiredDescriptionDefault
queryYesKeyword to match against command titles and Java class names; fuzzy match augments results.
limitNoMaximum number of commands or matches to return.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
queryYesSearch string used.
total_matchesYes
matchesYesMerged keyword and fuzzy matches.
Behavior4/5

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

The description adds behavioral detail beyond the annotations (readOnlyHint, idempotentHint) by explaining the search logic (substring on name/class, fuzzy title). It does not contradict annotations and provides useful context about the matching behavior.

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 a single, well-structured sentence that efficiently communicates purpose and usage. Every word adds value, and it is front-loaded with the main action.

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 presence of an output schema and the tool's simplicity, the description is complete. It explains the search criteria and usage context without needing to detail return values.

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

Parameters3/5

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

Schema coverage is 100% with good descriptions for both parameters (query and limit). The description adds no extra parameter information beyond what the schema provides, so a baseline score of 3 is appropriate.

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's function: searching installed commands by substring on name/class and fuzzy title matching. It distinguishes itself from siblings like list_all_commands and describe_plugin by specifying the search method and how it complements describe_plugin.

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 explicitly recommends using this tool before describe_plugin to find the exact menu label, providing clear usage context. While it does not mention when not to use it, the guidance is specific and actionable.

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