sentinel_add_policy_rule
Add a policy rule granting an agent access to a specific tool on a server. Use '*' to grant access to all tools on that server.
Instructions
Grant an agent access to a specific tool on a specific server. Use toolName="*" to grant access to all tools on that server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Agent identifier (e.g. "sales-bot", "data-analyst") | |
| toolName | Yes | Tool name to grant access to, or "*" for all tools | |
| maxAmount | No | Optional: maximum amount constraint | |
| serverName | Yes | Target server name (e.g. "email-server") |