extract_action_items
Extract action items, TODOs, and next steps from meeting notes in Granola. Target specific meetings by ID or scan multiple meetings by date range and attendees.
Instructions
Extract action items from meeting notes.
Use this when asked for action items, TODOs, or next steps. Can target a single meeting by ID, or scan multiple meetings by date range.
Args: meeting_id: Specific meeting ID to extract from (takes precedence) date_from: Start date (YYYY-MM-DD) for scanning multiple meetings date_to: End date (YYYY-MM-DD) for scanning multiple meetings days: Convenience shortcut: last N days from today person: Filter by attendee name or email (only with date range) ctx: MCP context
Returns: Extracted action items with source meeting context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_id | No | ||
| date_from | No | ||
| date_to | No | ||
| days | No | ||
| person | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| action_items | Yes |