check_delegation_chain
Verify the human → agent delegation chain and check whether a specific tool is whitelisted for this agent. Answers the regulatory question: "Did a real human authorize this AI action?" Returns the principal identity, delegation depth, cert validity, and tool authorization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_pk | No | Agent Ed25519 public key (64 hex chars) | |
| tool_name | Yes | Name of the tool the agent intends to call |