list_keyring_credentials
List hosts with stored credentials in the OS keyring to check credential availability before SSH discovery or command execution. Returns hostname and username per entry.
Instructions
List hosts that have credentials stored in the OS keyring registry. Call this before ssh_discover or ssh_execute_command to check whether a host has stored credentials. Returns hostname and username per entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credential_type | No | Credential type to list: 'ssh' (default) or 'proxmox' | ssh |