summarize_meetings
Generate meeting summaries with notes, attendees, and action items for specified date ranges or attendees to review discussions and decisions.
Instructions
Get meeting summaries with notes for a time period.
Use this when asked to summarize, recap, or review meetings over a period. Provide either date_from/date_to (YYYY-MM-DD) or days (last N days).
Args: date_from: Start date (YYYY-MM-DD) date_to: End date (YYYY-MM-DD) days: Convenience shortcut: last N days from today person: Filter by attendee name or email ctx: MCP context
Returns: Meetings with their notes and attendees
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_from | No | ||
| date_to | No | ||
| days | No | ||
| person | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| date_to | Yes | ||
| meetings | Yes | ||
| date_from | Yes |