itglue_get_password
Fetch a password from IT Glue by ID, optionally including the plaintext value after user confirmation.
Instructions
Fetch one password. Pass showPassword=true to include the plaintext password value (requires confirm).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Password id. | |
| showPassword | No | Include plaintext (show_password=true). Requires confirm: "SHOW_PASSWORD". | |
| confirm | No | Required when showPassword=true. Pass "SHOW_PASSWORD" verbatim. |