list_passwords
Retrieve a list of passwords from IT Glue without exposing password values. Filter by organization, name, category, or URL, and choose output format.
Instructions
List passwords from IT Glue (without password values).
Args: organization_id: Filter by organization ID name: Filter by password name (partial match) password_category_id: Filter by password category ID url: Filter by URL page: Page number (starts at 1) page_size: Number of results per page (max 1000) output_format: Output format - "full" (all fields), "compact" (key fields only), or "summary" (counts and IDs only). Default: compact save_to_file: If True, saves full results to a temp file and returns the path for jq processing
Returns: JSON string with list of passwords (password values not included)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| name | No | ||
| page | No | ||
| page_size | No | ||
| save_to_file | No | ||
| output_format | No | compact | |
| organization_id | No | ||
| password_category_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |