find_parties
Find conference parties, happy hours, and social events filtered by day and time. Returns name, time, sponsor, location, and RSVP link.
Instructions
Find conference parties, happy hours, and social events.
Args: day: Optional day filter: "monday", "tuesday", "wednesday", "thursday". after: Optional time filter — only show events starting after this time (e.g., "6PM"). before: Optional time filter — only show events starting before this time (e.g., "10PM").
Returns: JSON array of parties with name, time, sponsor, location, and RSVP link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | ||
| after | No | ||
| before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |