parse_tasks_from_notes
Extract action items from meeting notes and group them into draft tasks by team for user review.
Instructions
Parse a meeting/conversation summary into structured task drafts, grouped by team.
Extracts action items for Filum and Customer teams. Returns draft tasks for user review — DO NOT create tasks yet. After calling this tool, present the draft tasks to the user, ask them to confirm or correct assignees and deadlines, then call create_tasks with the confirmed list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_summary | Yes | Raw meeting notes or conversation text containing action items / todo lists for each team. | |
| project_id | Yes | Rocketlane project ID these tasks belong to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||