sentinel_check_agent_access
Verify whether a specific agent is permitted to invoke a given tool on a target server, returning the policy decision and reason for the access check.
Instructions
Test whether a specific agent is allowed to call a specific tool. Returns the policy decision and reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Agent identifier to check | |
| toolName | Yes | Tool name to check access for | |
| serverName | Yes | Target server name |