m365_meetings
Extract AI-generated meeting summaries, action items, and mentions from Microsoft Teams meetings. Use for post-meeting follow-up, finding assigned tasks, or reviewing discussion points.
Instructions
Get AI-generated meeting summaries, action items, and mentions from Teams.
Returns structured data: notes, decisions, tasks with owners, when you were mentioned.
Requires:
- Transcription enabled during meeting
- ~4 hours after meeting ends for insights to be ready
Use for:
- Post-meeting follow-up
- Finding action items assigned to you
- Checking what you missed in meetings
Does NOT work for:
- Channel meetings
- Meetings without transcription enabled
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_id | No | Teams meeting ID (from calendar or meeting URL). Omit to list recent meetings. | |
| join_url | No | Full Teams join URL as alternative to meeting_id. E.g., 'https://teams.microsoft.com/l/meetup-join/...' | |
| since | No | ISO datetime to filter meetings from. E.g., '2026-01-06T00:00:00Z' for last week. Defaults to 7 days ago if omitted. |