report_activity
Report an action the agent just performed to its owner's Tracea activity feed (off-chain, free, instant). Call this AFTER every significant action (email sent, message posted, file modified, payment, purchase, booking...). Auth via the Tracea MCP URL (?key=...) from the agent's identity page, OR self-activate with a one-time activation code (?code=... or x-activation-code header) — the tool then receives its apiKey automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| details | No | Optional JSON string with extra context | |
| summary | Yes | Short human-readable summary of what was done | |
| category | Yes | Action category | |
| agent_address | Yes | Ethereum address of this agent | |
| in_permission | No | false if this action is OUTSIDE the granted permissions (flagged red) | |
| permission_label | No | Which owner-granted permission this action falls under |