anchor_mcp_tool_call
Convenience anchor for the AAM Model Context Protocol theater. Records an agent_mcp_tool_call event with structured tool-call metadata (server URL, tool name, argument digest, agent identity, response digest). Use this to make an MCP-using agent's actions independently auditable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome | Yes | Outcome of the tool call. | |
| tool_name | Yes | Name of the tool invoked. | |
| server_url | Yes | MCP server endpoint the agent invoked. | |
| agent_identity | Yes | Stable identifier for the calling agent (e.g., agent ID, principal, did:knox:agent-X). | |
| response_digest | No | Caller-computed SHA-256 of the JSON-stringified response (64 hex chars). | |
| arguments_digest | Yes | Caller-computed SHA-256 of the JSON-stringified arguments (64 hex chars). |