Skip to main content
Glama

abort_roof

Abort the current roof operation on a DragonLAIR device by providing its IP address, halting movement to ensure safety.

Instructions

Abort the current roof operation on a DragonLAIR device

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesIP address of the DragonLAIR device
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action 'Abort the current roof operation' without explaining consequences such as what happens if no operation is running, whether the abort is immediate, or any error semantics. This leaves significant behavioral ambiguity for an agent.

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, front-loaded sentence of nine words. It contains no filler or redundant information, making it appropriately concise and well-structured for its purpose.

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

Completeness2/5

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

Despite the low complexity and single parameter, this is a mutation tool with no annotations and no output schema. The description omits important contextual details such as when the abort is valid, error behavior, or any safety implications. It does not adequately equip an agent to use the tool correctly in all scenarios.

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?

The input schema contains a single parameter 'ip' with a full description, giving 100% schema coverage. The tool description adds no additional parameter semantics or context, so the baseline score of 3 applies since the schema already documents the parameter adequately.

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 uses the specific verb 'Abort' with a clear resource 'current roof operation' on a 'DragonLAIR device', which unambiguously states the tool's function and differentiates it from siblings like open_roof and close_roof. It precisely identifies the action and target.

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

Usage Guidelines3/5

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

The description implies the tool should be used when a roof operation is in progress, but it provides no explicit guidance on when to use it versus alternatives, nor any exclusions or prerequisites. The usage context is only implied by the phrase 'current roof operation', not clearly stated.

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/darkdragonsastro/dda-mcp-server'

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