cueapi_report_outcome
Report execution outcomes with immutable evidence like external IDs and result URLs to prove work completion and maintain accountability.
Instructions
Report the outcome of an execution. CueAPI's core accountability primitive: attach evidence (external_id, result_url, summary) that proves the work actually happened. Write-once — the outcome record is immutable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes | ||
| success | Yes | ||
| external_id | No | ID from the downstream system | |
| result_url | No | Public URL proving the work happened (tweet, PR, etc.) | |
| summary | No | Short human summary of what the agent did |