get_password
Retrieve password details by ID from IT Glue, optionally including the actual password value, returned as JSON.
Instructions
Get a specific password by ID.
Args: password_id: The IT Glue password ID show_password: Whether to include the actual password value
Returns: JSON string with password details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password_id | Yes | ||
| show_password | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |