list_recent_meetings
Lists recent Teams meetings from your calendar with their transcript status, showing which have transcripts available before you fetch them.
Instructions
List recent Teams meetings on your calendar (newest first). Each meeting includes a transcript_status field: available (a transcript exists), unavailable (the meeting was not transcribed), or unknown (could not be determined without fetching). Only call get_transcript for meetings where transcript_status is available or unknown — meetings marked unavailable have no transcript and the call will fail. Do not tell the user a transcript exists unless transcript_status is available.
Args: days: How many days back to look (1–90, clamped). only_with_transcripts: Omit meetings marked unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| only_with_transcripts | No |