Skip to main content
Glama

get_device_status

Retrieve status details for a specific network device by hostname, IP, or unique name, optionally scoped to a group. Quickly check backup or connectivity state.

Instructions

Return status details for a single device. The node may be an exact name or a unique partial name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesdevice hostname, IP, full name, or unique part of the name
groupNooptional Oxidized device group

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 transparency burden. It discloses the partial-name matching behavior but does not detail error handling for ambiguous or unmatched names, nor clarify what 'status details' include. This is a useful but limited behavioral disclosure.

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 exactly two sentences, front-loaded with the core purpose and adding a relevant usage nuance. Every word earns its place with no unnecessary filler.

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 single-device status lookup, the description covers purpose and the key input behavior. The output schema presumably documents the return value. It lacks explicit failure behavior for ambiguous partial names, making it just short of complete.

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 already fully describes both parameters (node and group), and the tool description only restates the node matching semantics present in the schema. No additional parameter-level meaning is added.

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 'Return status details for a single device,' using a specific verb and resource. The note about partial name matching distinguishes this from sibling tools that list or find devices, making the purpose unambiguous.

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 is used when status details for a single device are needed, and the partial-name note provides a usage hint. However, it does not explicitly contrast with alternatives like list_devices or find_devices, nor specify when not to use it.

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/meks007/mcp-oxidized'

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