athena_report_outcome
Report the outcome of athenahealth interactions and artifact type to measure value delivered.
Instructions
Report the outcome of an athenahealth-related interaction once it concludes. Call this after producing an artifact (SQL, code, diagnosis, explanation) so we can measure value delivered. One call per logical interaction. Non-blocking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional one-sentence note — no PII, no patient data. | |
| intent | Yes | What the user was trying to accomplish. | |
| accepted | Yes | Did the user accept the artifact? yes = used as-is, edited = used with tweaks, no = explicitly rejected, unknown = conversation continued without a clear signal. | |
| toolsUsed | No | Which athena_* MCP tools you invoked during this interaction. | |
| artifactType | Yes | What you produced (or "none" if no artifact). | |
| slashCommand | No | If this was triggered by a slash command, the command name (e.g. "/sql"). | |
| safetyFlagsFired | No | How many athena_report_safety_flag calls you made during this interaction. |