Skip to main content
Glama

get_device_settings

Retrieve current settings of a DragonLAIR device via its IP address. Includes safety configuration, location, and motor settings.

Instructions

Get the current settings of a DragonLAIR device including safety configuration, location, and motor settings.

Input Schema

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

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

No annotations are provided, so the description carries the full burden. 'Get' implies a read-only operation, but the description does not explicitly state that it does not modify device settings, nor does it disclose possible errors or authentication needs. It does add scope by listing setting categories, which is useful but limited.

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 sentence that is front-loaded with the action and resource, and every word earns its place. It is concise and well-structured, with no redundancy.

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

Completeness4/5

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

For a simple getter with one parameter and no output schema, the description covers the core purpose and the types of settings returned. It does not explicitly describe the return format, but the list of setting categories (safety, location, motor) provides reasonable completeness. A clear gap is the relationship to similar sibling tools.

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 fully documents the single 'ip' parameter with a clear description ('IP address of the DragonLAIR device'), achieving 100% coverage. The tool description does not add any additional meaning beyond the schema, so the baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Get' and a resource 'current settings of a DragonLAIR device', and lists content categories (safety configuration, location, motor settings). This makes the purpose clear, but it does not distinguish itself from the sibling tool 'get_device_status', which could be confused for a similar operation.

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 usage through the action 'Get', but provides no explicit guidance on when to use this tool versus alternatives like 'get_device_status' or other status-related tools. There are no exclusions or references to alternative tools.

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