Skip to main content
Glama

search_standalone_roles

Read-only

Search standalone/legacy Galaxy roles by keyword and optional tag filter. Get results from available v1 role endpoints to locate the role you need.

Instructions

Search Galaxy standalone/legacy roles by keyword.

This targets standalone (2-part) roles. Collection roles use search_collections/get_role_doc. tags accepts a single Galaxy tag; if comma-separated values are provided, only the first segment is sent.

If public Galaxy is disabled and no configured server supports v1 role endpoints, expect a v1-unsupported error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOptional Galaxy tag filter. If comma-separated, only the first tag segment is used.
queryYesSearch keyword for Galaxy standalone/legacy roles (keywords search)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The annotations already mark this as read-only, and the description adds meaningful behavioral details: the tag parameter uses only the first comma-separated segment, and a v1-unsupported error may occur if public Galaxy is unavailable. This goes beyond annotations without contradicting them.

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 compact, front-loaded with the core purpose, and every sentence adds information about scope, alternatives, tag behavior, or failure conditions. There is no filler.

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?

For a read-only search tool with two parameters, an output schema, and a clear sibling context, the description provides sufficient guidance: scope, alternative tool use, tag handling, and an edge-case error. The agent can reliably invoke this tool without additional clarification.

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 description coverage is 100%, so the schema already documents both parameters. The description adds a small amount of context for tags, but most of that behavior is also captured in the schema itself.

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 opens with a specific verb and resource: 'Search Galaxy standalone/legacy roles by keyword.' It also distinguishes itself by explicitly separating standalone (2-part) roles from collection roles.

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

Usage Guidelines5/5

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

The description clearly states that collection roles should use search_collections/get_role_doc instead, giving a direct alternative. It also warns about the v1-unsupported error condition, helping the agent decide if this tool will work in the current environment.

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/leogallego/ansible-know-mcp'

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