_delimit_secret_impl
Perform secret operations: store, get, list, revoke, or view access log. Specify secret name, value, scope, description, and requesting agent or tool.
Instructions
Manage secrets broker.
Actions: store, get, list, revoke, access_log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Which secret operation to perform. | list |
| name | No | Secret name (for store/get/revoke/access_log). | |
| value | No | Secret value (for action='store'). | |
| scope | No | Comma-separated allowed agents/tools or 'all' (for action='store'). | all |
| description | No | Human-readable description (for action='store'). | |
| agent_type | No | Requesting agent identity (for action='get'). | |
| tool | No | Requesting tool name (for action='get'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||