list_servers
Lists configured SSH servers with their groups and descriptions. Filter by group name to view only relevant servers, helping you identify available connections at a glance.
Instructions
List all configured SSH servers with their groups and descriptions.
Args: group: Optional group name to filter by. Shows all servers if omitted. Use list_groups to see available group names.
Returns:
Formatted table of servers with name, groups, and description. An
unknown group is reported as a plain "Error: ..." string
rather than raised as a tool error, and a group with no members
returns "No servers found in group '<name>'".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |