Delimit Secret List
delimit_secret_listList metadata for all stored secrets, showing names, scopes, and descriptions without exposing values. Use to inventory credential availability for read-only audits.
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 | |||