Meeting Transcripts
ms_transcriptsFetch Microsoft Teams meeting transcripts: list meetings with previews, then retrieve full transcript content in paginated chunks by transcript ID.
Instructions
Fetch meeting transcripts from Microsoft Teams. Without transcript_id: lists meetings with ~3000 char previews. With transcript_id: returns transcript content in chunks (default 10,000 chars). Use offset to paginate through long transcripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End of date range (ISO 8601) | |
| date | No | Date (YYYY-MM-DD) | |
| start | No | Start of date range (ISO 8601) | |
| length | No | Max characters to return (default 10000, max 50000) | |
| offset | No | Character offset for pagination (default 0). Use the value from the previous response to continue reading. | |
| transcript_id | No | Transcript ID for content drill-down (from a previous list call) |