events
Search, create, update, and manage fundraising events with concession stands at venues, enabling families to earn commissions.
Instructions
Manage fundraising events — search, view details, create, update, and add stands. Events are concession stand shifts at venues where families send workers to earn commissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Event date ISO 8601 (for create) | |
| name | No | Event name (for create) | |
| notes | No | Event notes | |
| query | No | Search by event name | |
| action | Yes | Action to perform | |
| dateTo | No | Filter events to this date (ISO 8601) | |
| status | No | Filter by status | |
| eventId | No | Event ID (required for get, update, add_stand) | |
| venueId | No | Filter by venue ID | |
| dateFrom | No | Filter events from this date (ISO 8601) | |
| maxWorkers | No | Maximum workers for the event | |
| standNumber | No | Stand number (for add_stand) | |
| signupOpenAt | No | Signup open date ISO 8601 | |
| perPersonRate | No | Per-person rate in dollars | |
| signupCloseAt | No | Signup close date ISO 8601 | |
| waitlistEnabled | No | Enable waitlist | |
| fundDistributionEnabled | No | Enable fund distribution |