sentinel_call_tool
Route tool calls through a zero-trust security pipeline that verifies integrity, enforces access policy, and logs to a cryptographic provenance ledger before forwarding to the target MCP server.
Instructions
Route a tool call through Sentinel Gateway's security pipeline. The gateway verifies tool integrity (fingerprint check), enforces RBAC policy, logs to the provenance ledger, and only then forwards the call to the downstream MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to pass to the tool | |
| agentId | Yes | Identity of the calling agent (e.g. "sales-bot", "data-analyst") | |
| toolName | Yes | Name of the tool to call (e.g. "send_email") | |
| serverName | Yes | Name of the target MCP server (e.g. "email-server") |