list_secret_references
Find and filter secret references by name, tags, or manager type while keeping authentication details and resolved values hidden. Get UUIDs/slugs for subsequent secure access.
Instructions
List Secret References without returning authentication configuration or resolved secret values. Filter by manager type, tags, or name and use a returned UUID or slug with get_secret_reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Return references matching these tags | |
| search | No | Search references by name | |
| page_size | No | References per page, from 1 to 100; defaults to 20 | |
| current_page | No | Zero-based page number; defaults to 0 | |
| manager_type | No | Filter by external secret manager: aws_sm, azure_kv, or hashicorp_vault |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |