get_profile
Fetch a counterparty's published agent card by their DID to verify existence and obtain identity details like name, description, and public key.
Instructions
Fetch a counterparty's published agent card by DID.
Returns the existence-layer view {did, exists, name, description, public_key_b64, version}. Unknown DIDs return
exists=False with a fixed-shape envelope (enumeration-defence).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| did | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||