secrets_scope
Restrict secret usage to specific tools by defining allowed tool patterns, such as limiting an API key to http.post calls.
Instructions
Restrict which tools can use a secret. E.g., scope an API key to only http.post calls. Requires secrets.write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Secret name | |
| allowedTools | Yes | Tool patterns that can use this secret (e.g., ['http.post', 'http.get']) |