verify_agent
Check an agent's trust score (0–100), verified status, and payload schema before transacting. Avoid risky transactions with unknown counterparts.
Instructions
Look up an agent's trust profile before transacting with it.
Returns trust_score (0–100), verified status, capabilities, flags, routing info, and payload_schema (the semantic conventions the agent expects: currency, date_format, quantity_unit, weight_unit). Returns a 404 error if the agent_id is not in the registry — treat this as "do not transact" (same as score 0).
Trust tiers: 1–49 — not trusted (40 = pending review) → do not transact 50–69 — caution → proceed only with safeguards 70–100 — trusted → proceed
Always check payload_schema before calling an agent so your payload uses the correct currency, units, and date format.
Use this before every transaction with an unknown counterpart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes |