delimit_secret_list
List metadata of stored secrets including name, scope, and description. Use to inventory credentials without exposing values.
Instructions
List secrets in the broker (metadata only — never values).
When to use: to inventory what credentials are stored without exposing the values themselves. When NOT to use: to retrieve a value (use delimit_secret_get) or to add one (delimit_secret_store).
Sibling contrast: delimit_secret_get returns values (audited); this returns only metadata (name, scope, description).
Side effects: read-only. Calls ai.secrets_broker.list_secrets.
Args: None.
Returns: Dict with key "secrets" containing a list of metadata records, plus next_steps suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||