Skip to main content
Glama
rsp2k
by rsp2k

bare_metal_get_bare_metal_server_summary

Retrieve a complete summary of a bare metal server by label, hostname, or UUID. Get its status, hardware specifications, and usage details in one call.

Instructions

Get a comprehensive summary of a bare metal server. Smart identifier resolution: use server label, hostname, or UUID.

Args: server_identifier: The bare metal server label, hostname, or ID

Returns: Comprehensive server summary including status, specs, and usage

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.1

TDQS

A3.5/5.0
Behavior3/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It conveys that the tool is a read-like get operation, resolves identifiers via label/hostname/UUID, and returns a summary, which is modestly useful. However, it does not explicitly state side effects or lack thereof, permissions or authentication expectations, error behavior, or ambiguity handling, leaving gaps for a tool with no annotations.

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 compact and front-loaded with the main action, and the Args/Returns format is easy to scan. It is slightly redundant because 'Smart identifier resolution: use server label, hostname, or UUID' is repeated in a different form under Args ('label, hostname, or ID'), but the overall size is appropriate.

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

Completeness3/5

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

The description covers the required parameter and gives a sense of the output content, and the presence of an output schema reduces the need to describe return format. It is not fully complete contextually because it fails to distinguish itself from the closely named sibling bare_metal_get_bare_metal_server or note when a user should prefer one type of full details instead of a summary.

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 input schema only defines server_identifier as an unadorned string, with 0% schema description coverage. The description adds meaningful semantics by saying the parameter can be a server label, hostname, or UUID/ID, which is essential for correct invocation. It loses a point because of a minor inconsistency: the description mentions 'UUID' in one place and 'ID' in another, and it does not detail resolution conflicts.

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 clearly states a verb and resource: 'Get a comprehensive summary of a bare metal server.' It also specifies the content of that summary (status, specs, and usage). However, it does not explicitly differentiate itself from the similarly named sibling tool bare_metal_get_bare_metal_server, so an agent may still be uncertain which tool to select.

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 'Smart identifier resolution' note provides useful usage guidance: the tool accepts a label, hostname, or UUID, so an agent does not need to look up an ID first. There is no explicit guidance about when to choose this tool over the sibling bare_metal_get_bare_metal_server, bare_metal_get_bare_metal_bandwidth, or other bare-metal tools, so the guidance remains implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools