List Ubuntu Servers
ubuntu_list_serversList all Ubuntu servers in the inventory with connection details (host, port, username). Call this first to discover valid server names for other ubuntu_* tools.
Instructions
List all Ubuntu servers configured in the inventory (servers.json), with their connection details.
Call this first to discover valid values for the 'server' parameter used by every other ubuntu_* tool.
Args:
response_format ('markdown' | 'json'): output format (default 'markdown')
Returns: name, host, port, username and description for each configured server. Does not contact the servers, so a listed server is not necessarily reachable right now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' for human-readable output, 'json' for machine-readable | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| servers | Yes |