Import Meeting Transcript
sdd_import_transcriptExtract participants, topics, decisions, action items, requirements, constraints, and open questions from meeting transcripts in VTT, SRT, TXT, or MD format.
Instructions
Parses a meeting transcript (VTT, SRT, TXT, or MD) and extracts structured data: participants, topics, decisions, action items, raw requirements, constraints, and open questions. Supports Teams, Zoom, Google Meet, and Otter.ai transcripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to transcript file (.vtt, .srt, .txt, .md) relative to workspace root | |
| raw_text | No | Raw transcript text (alternative to file_path — paste directly) | |
| format | No | Transcript format. Use 'auto' to detect from file extension or content. | auto |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |