sign_up_to_volunteer
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 |