vault_list
List stored credentials with masked values, filtered by provider or credential type, for secure review and management.
Instructions
List your stored credentials. Values are always masked (e.g. "sk-...xyz1"). Supports filtering by provider and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | Filter by provider (e.g. "openai", "stripe") | |
| active_only | No | Only show active credentials (default: false) | |
| credential_type | No | Filter by type: api_key, bearer_token, basic_auth, oauth2, custom_header |