get_my_agent_info
Return your locally configured agent's DID, registration status, and reputation. Use this to confirm your setup before calling submit_attestation or publish_agent_card.
Instructions
Get YOUR agent's DID, registration status, and reputation — the locally configured agent only.
Call this to verify your own setup before calling submit_attestation or publish_agent_card.
Returns private details (public key, registration state) not available through get_agent_info.
NOT for looking up other agents — use get_agent_info(did) for any agent by DID,
or check_reputation(did) for another agent's trust score.
No parameters. Uses the agent configured via AVP_AGENT_NAME environment variable.
Read-only. Does not modify any data.
Returns:
JSON with did, public_key_hex, is_registered, is_verified,
and current reputation (or "not yet scored").Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |