Skip to main content
Glama

get_standalone_role_doc

Read-only

Retrieve detailed documentation for a standalone role using its namespace.role identifier.

Instructions

Get standalone role documentation for a 2-part namespace.role identifier.

Use this for standalone roles discovered with search_standalone_roles. This tool does not replace get_role_doc for collection roles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
role_nameYesStandalone role identifier from search_standalone_roles (namespace.role).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The readOnlyHint annotation already signals non-mutating behavior; the description adds no additional behavioral details such as permissions, return format, or failure modes. It contributes contextual clarity about identifier origin and scope, but no deep behavioral transparency beyond the annotation.

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 three short sentences, front-loads the core action, and every sentence adds distinct value: what it does, when to use it, and what it does not cover. No filler or redundant implementation details.

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?

With a single well-defined parameter, readOnlyHint annotation, and an output schema present, the description covers the essential operational context. It tells the agent exactly where identifiers come from and clarifies the boundary against a sibling tool, making it sufficient for effective invocation.

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 parameter is already fully documented. The description reiterates the namespace.role format and references search_standalone_roles, which slightly reinforces meaning, but it does not add materially beyond the schema.

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 states specifically that the tool gets documentation for a standalone role using a 2-part namespace.role identifier. It clearly distinguishes from get_role_doc by stating it does not cover collection roles, so the purpose is unambiguous and differentiates among sibling tools.

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?

Explicit usage context is provided: use for standalone roles discovered with search_standalone_roles. It also gives a clear exclusion by saying it does not replace get_role_doc for collection roles, effectively naming the alternative.

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