Skip to main content
Glama

infomaniak_get_vps_full

Read-onlyIdempotent

Retrieve comprehensive VPS details: datacenter, IPs, CPU, RAM, bandwidth, disk usage, and hosting counts. Use after listing VPSs to inspect one server.

Instructions

Full VPS / Cloud Server detail: location (datacenter), managed/lite flags, IPv4 + IPv6, CPU/RAM/perf, bandwidth + traffic, disk usage (total/assigned/used/database), website/hosting counts, MySQL version + database type, PHP versions, firewall config, premium support contacts (email/url/emergency), migration history. Use after infomaniak_list_vps to drill into one server. Manager-private.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vps_idYesVPS id. Discover via infomaniak_list_vps.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
account_idYes
service_idNo
service_nameNo
customer_nameYes
internal_nameNo
locationNo
managedNo
liteNo
cloudNo
cloud_versionNo
cpuNo
ramNo
perfNo
ip_v4No
ip_v6No
bandwidthNo
traficNo
has_default_blocked_rdpNo
packNo
is_renewableNo
mysqlNo
mysql_versionNo
database_typeNo
database_upgradeNo
php_versionsNo
can_migrateNo
os_versionNo
can_migrate_dbNo
total_websiteNo
used_websiteNo
total_dedicated_ipNo
used_dedicated_ipNo
total_hosting_webNo
used_hosting_webNo
total_disk_spaceNo
total_disk_space_assignedNo
total_disk_space_usedNo
total_disk_database_usedNo
firewallNo
premium_supportNo
premium_support_mailNo
premium_support_emergencyNo
premium_support_urlNo
expired_atNo
bill_periodicityNo
bill_referenceNo
migration_startNo
migration_origin_idNo
migration_endNo
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds the behavioral trait of being 'Manager-private', which is valuable context for an agent. No contradictions.

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?

Efficient single sentence listing return details, followed by two clear sentences for usage and access constraints. No wasted words.

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

Completeness5/5

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

Comprehensive for a simple read tool: lists all returned data categories, gives usage sequence, and specifies access level. Output schema exists but description goes beyond it.

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 coverage is 100% with clear description for vps_id. The description does not add semantic value beyond the schema, meeting 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?

The description clearly states it returns full VPS/Cloud Server detail with a specific list of attributes, and distinguishes itself by advising to use after infomaniak_list_vps to drill into one server, differentiating from siblings.

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?

Explicitly says 'Use after infomaniak_list_vps to drill into one server.' and mentions 'Manager-private', providing clear context. No explicit exclusions, but sufficient guidance for typical use.

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/Mogacode-ma/infomaniak-mcp-agent'

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