skill_usage_end
End a skill usage session by submitting its usage ID, success status, and optional notes, outcome, and token usage.
Instructions
End skill usage tracking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional notes | |
| outcome | No | Outcome description | |
| success | Yes | Whether the skill usage was successful | |
| usage_id | Yes | Usage ID from skill_usage_start | |
| tokens_used | No | Estimated tokens used |