Skip to main content
Glama

caldera_get_ability

Retrieve the full details of a Caldera ability, including all executors and commands, by providing its unique UUID.

Instructions

Get full details for a single ability including all executors and commands.

Args: ability_id: The Caldera ability UUID.

Returns: JSON string with the full ability object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ability_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It states the output is a JSON string with the full ability object, but does not disclose error handling, existence checks, or any side effects. For a read operation, this is adequate but lacks depth.

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 concise with two sentences properly structured with Args and Returns sections. Every word adds value, and there is no redundant information. It efficiently conveys the tool's purpose and usage.

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 low complexity (single parameter, output schema present), the description is complete. It explains what the tool does, what input to provide, and what output to expect. No further details are necessary for an agent to invoke it correctly.

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 description adds meaning to the single parameter 'ability_id' by specifying it as 'The Caldera ability UUID', clarifying its format and purpose. Although schema coverage is 0%, this compensates well and is clear and sufficient.

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 action verb 'Get full details' and the resource 'a single ability', specifying it includes all executors and commands. This differentiates it from sibling tools like caldera_list_abilities (list of abilities) and caldera_create_ability (creation).

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool versus alternatives, nor does it mention any preconditions or exclusions. It implies usage when a single ability's full details are needed, but lacks explicit context or when-not-to-use scenarios.

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/cowboy-samurai/caldera-mcp'

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