list_secret_references
Fetch secret references while keeping authentication config and resolved values hidden. Filter by manager type, tags, or name to find the UUID or slug for later use.
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 |