report_action
Record business action outcomes like sending email or updating billing to an audit log for credential verification and compliance tracking.
Instructions
Append a tool execution outcome to the Attest audit log for the credential in use. Use this after a meaningful business action such as sending email, updating billing, or calling an internal API; it records side effects rather than authorizing them. Returns a small confirmation object, and callers should use report_status for lifecycle transitions like started or completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Credential JWT | |
| tool | Yes | Tool name that was executed | |
| outcome | Yes | Execution outcome | |
| meta | No | Additional key-value metadata |