athena_command_start
Initialize a session for an athenahealth slash command. Call this first for commands like /sql or /onboard, and pass the returned session ID to report outcomes.
Instructions
Mark the start of a slash command invocation. Call this as the first action in every athena slash command (/sql, /onboard, /diagnose, /athena-api, /review-athena, /validate, /explain, /workflow). One call per invocation. Returns a session ID that can be passed to athena_report_outcome at the end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The slash command name without the leading slash (e.g. "sql", "onboard"). Use "ad_hoc" if this is not a slash command but a general athenahealth query. | |
| argSummary | No | Short, non-PII summary of what the user is trying to do. Categorical rather than verbatim — e.g. "join PATIENT and CHART", not the exact query text. |