sign_up_to_volunteer
Register for a volunteer shift by providing its shift ID. Confirms with the user before completing the sign-up, preventing accidental registrations.
Instructions
Signs up the authenticated user as a volunteer for a specific shift. Requires shift_id (from get_upcoming_events or event detail). This is a WRITE operation - confirm with the user before signing up. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shift_id | Yes | Volunteer shift ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| status | No | ||
| shiftId | No |