vmware_list_vms
List vCenter VMs with optional filters for name and power state, with pagination support. Results returned as a markdown table or JSON.
Instructions
Lists the vCenter VMs with filters and pagination.
In json: {total, count, offset, has_more, next_offset, vms:[{name, moid, power_state, guest_os, ip, hostname, cpu, memory_mb, host, vmware_tools}]}. In markdown: table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| offset | No | Pagination offset | |
| name_filter | No | Substring to search for in the name (case-insensitive) | |
| power_state | No | State filter: poweredOn, poweredOff or suspended | |
| response_format | No | markdown (default, compact table) or json (full structure) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |