analyze_email_for_scheduling
Analyze email content to identify calendar events or reminders, providing structured results to determine if scheduling actions are needed.
Instructions
Analyze an email to detect calendar events and/or reminder-worthy content. Returns structured analysis so the AI can decide whether to call add_to_calendar, create_reminder, both, or neither. Use this as the first step before creating any scheduling resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Email account name | |
| mailbox | No | Mailbox containing the email | INBOX |
| email_id | Yes | Email ID from list_emails_metadata |