report_outcome
Report task completion results to improve future AI agent recommendations. Submit success status, agent ID, and optional error details after routing tasks.
Instructions
Report routing outcome after using an agent. Helps improve future recommendations. Call after routing to an agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent UUID | |
| success | Yes | Whether the agent completed the task | |
| error_message | No | Error details if failed | |
| task_category | No | Category (e.g., 'translation', 'crypto') |