Celina/Tools/AgentKarma/check-agentkarma-counterparty
readAgentKarmaHosted only

Check AgentKarma Counterparty

check_agentkarma_counterparty

Evaluate a Celo counterparty wallet against a local AgentKarma trust policy (min score, receipt-backed requirements). Returns an explainable allow/deny decision plus the karma snapshot that informed it. Read-only — never routes, signs, or holds custody.

§ Inputs

NameTypeDescription
addressRequiredstringCelo 0x address of the agent/counterparty to look up.
faceRequiredstringFace to score the decision on (default provider).
min_scoreRequiredstringReject when the face score is below this (0–100).
require_receipt_backedRequiredstringRequire at least one Tier-1 receipt-backed signal on the face.

§ Returns

{ chain, wallet, decision: { allowed, reasons, observed }, snapshot }

§ Try saying

  • Should I trust counterparty 0x… with min score 50 and receipt-backed karma?

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks check_agentkarma_counterparty automatically.