prep_meeting
Retrieves calendar meeting details and each attendee's recent shipped activity, so you walk into 1:1 or sync meetings knowing what everyone's been doing.
Instructions
Brief for a calendar meeting: returns the event details plus each attendee's recent shipped activity. Look up by activity_id if known, otherwise by date+title_contains. Use this to walk into a 1:1 or sync knowing what everyone's been doing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | No | Calendar activity ID, if you already have it (from list_activities source=calendar) | |
| date | No | YYYY-MM-DD when activity_id is unknown — find the meeting that day matching title_contains | |
| title_contains | No | Substring filter on meeting title when looking up by date | |
| lookback_days | No | How far back to fetch each attendee's recent activity (default 30) | |
| per_person_limit | No | Max activities per attendee (default 10) |