list_secret_references
List secret references without exposing secret values or authentication configuration. Filter by manager type, tags, or name to locate UUIDs and slugs for later retrieval.
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 |