itglue_get_password
Retrieve a specific password from IT Glue by its ID, including username, URL, and the password value when permissions allow.
Instructions
Get a single password by ID, optionally including the actual password value.
NOTE: Password access requires the API key to have "Password Access" enabled.
Args:
id (string|number): Password ID (required)
show_password (boolean): Include actual password value (default: true)
response_format (string): 'markdown' or 'json'
Returns: Password details including username, URL, and optionally the password value.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the resource | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |
| show_password | No | Include actual password value in response (requires password access permission) |