Could Have Been Email Analyze
could_have_been_email_analyzeCheck if a meeting transcript could have been an email instead. Returns filler word count, decisions made, action items, and a suggested email that would've replaced the meeting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | Meeting duration in minutes | |
| recurring | No | Is this a recurring meeting | |
| transcript | Yes | Meeting transcript or summary | |
| attendee_count | No | Number of attendees |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_items | No | List of action items from the meeting | |
| decisions_made | No | List of decisions made during the meeting | |
| suggested_email | No | Email text that would have replaced the meeting | |
| filler_word_count | No | Count of filler words in the transcript | |
| could_have_been_email | No | Whether the meeting could have been an email |