MCP tool · VPS
get_vps
Get one VPS in full — its power state and online flag, vcpu count, maxMemory and usedMemory, attached disks[], plus its node, ip and status.
get_vps
Read-onlyIdempotent
Description
Get one VPS in full — its power state and online flag, vcpu count, maxMemory and usedMemory, attached disks[], plus its node, ip and status. This is read-only: it does not start, stop or reboot — use start_vps, reboot_vps or stop_vps for those. Resizing, reinstalling and deleting a server are done in the Inleed client area and have no tool here. It reads the hypervisor live and degrades gracefully: if it returns available:false with a note, the node cannot be read right now and only the client-area fields are returned.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
The VPS to inspect — an Inleed service id from list_vps (data[].serviceId), or a domain/URL that resolves to the VPS service. Resolved to the owning account automatically.
|