Extract action items
extract_action_itemsExtract and structure action items from meeting transcripts or notes, outputting a human-readable summary and JSON with tasks, assignees, and priorities.
Instructions
Extract structured action items from a meeting transcript or free-form notes using the actions.xyz extraction pipeline. Returns a human-readable summary plus JSON: { actions: [{ task, description, assignee, assigneeType: "human"|"agent", priority: "high"|"med"|"low", tag, dueDate? }], participants: string[], remaining }. Free tier: 10 extractions/day per IP, max 20,000 characters per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transcript | Yes | Meeting transcript or notes to extract action items from (max 20,000 characters). |