Skip to main content
Glama

Show device

showDevice
Read-onlyIdempotent

Retrieve a device's details, with optional sections for CPU, disks, memory, security, motherboard, operating system, and network interfaces.

Instructions

Show device. Retrieves the details of an existing device. Level API endpoint: GET /v2/devices/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the device to retrieve.
include_cpusNoInclude detailed CPU information in the response.
include_disksNoInclude detailed disk and disk partitioninformation in the response.
include_memoryNoInclude detailed memory information in the response.
include_securityNoInclude detailed security information in the response.
include_motherboardNoInclude motherboard information in the response.
include_operating_systemNoInclude detailed operating system information in the response.
include_network_interfacesNoInclude detailed network interface information in the response.
Behavior3/5

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

Annotations already cover safety with readOnlyHint, idempotentHint, and destructiveHint. The description adds the HTTP GET endpoint and the 'existing device' qualifier, but does not disclose error behavior or the potentially large response when all include_* flags are set.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded. The first sentence 'Show device.' is redundant with the title, but the subsequent sentences efficiently provide the endpoint and purpose without clutter.

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 get-by-ID tool with rich annotations and complete parameter descriptions, the description is mostly adequate. However, it does not mention the effect of include_* parameters on response size or describe the return value, though no output schema exists.

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 all eight parameters are fully documented in the schema. The description adds no extra parameter semantics beyond what the schema already provides.

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 verb and resource: 'Retrieves the details of an existing device.' The endpoint 'GET /v2/devices/{id}' further specifies the operation, and the singular 'an existing device' distinguishes it from listDevices.

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?

No explicit guidance is given about when to use this tool versus alternatives like listDevices or showGroup. The description implies use for a specific device lookup by ID, but does not mention exclusions or 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/pbozzay/level-mcp'

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