me.add_evidence
Append evidence notes to a stage in your active course to document implementation decisions or observations that demonstrate progress through a Blueprint principle.
Instructions
Append a free-text evidence note to a specific stage in the authenticated user's active course. Evidence notes record concrete implementation observations, decisions, or artefacts that demonstrate progress through a Blueprint principle — for example, describing how a delegation boundary was implemented or what approval flow was chosen and why. Call this after the user has articulated something they have built or observed, not to capture intent. Requires a Firebase Bearer token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_slug | Yes | Slug of the course the stage belongs to (e.g. 'agentic-fundamentals'). | |
| stage_id | Yes | ID of the stage to append the evidence note to. | |
| note | Yes | Evidence note to append to the delegation boundary notes for this stage. |