Skip to main content
Glama
ionos-cloud

IONOS CLOUD MCP Server

Official
by ionos-cloud

get_server_gpu

Read-only

Retrieve details of a specific GPU attached to an IONOS Cloud server. Provide datacenter ID, server ID, and GPU ID to get GPU information.

Instructions

Get details of a specific GPU attached to a server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNonesting depth of returned objects (0-5)
gpu_idYesthe ID of the GPU
server_idYesthe ID of the server
datacenter_idYesthe ID of the data center
Behavior3/5

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

The readOnlyHint annotation already communicates read-only behavior. The description adds no additional behavioral context like error cases, prerequisites, or side effects, so it provides minimal value beyond the annotation.

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 with no filler, front-loaded with verb and resource. It efficiently conveys the core purpose.

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?

For a simple getter with no output schema, the description gives the essential purpose but lacks detail about what 'details' are returned. Given the absence of an output schema, a bit more specificity about the response could be expected, but it's acceptable for a straightforward read operation.

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 has 100% description coverage for all 4 parameters. The description does not elaborate on parameter meanings or relationships beyond the schema, so it matches the baseline for high coverage.

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?

Description clearly states the action (Get) and specific resource (details of a GPU attached to a server). It distinguishes from siblings like get_server or list_server_gpus by specifying the GPU scope.

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

Usage Guidelines4/5

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

The description implicitly conveys it's for fetching details of a single GPU, but does not explicitly contrast with list_server_gpus or state when not to use. It's clear enough for the intended use case.

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/ionos-cloud/ionoscloud-mcp'

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