tsm_task_extract
Extracts actionable tasks from unstructured text such as meeting notes, daily reports, or requirements. Returns tasks with owner, due date, status, and notes.
Instructions
Extract an actionable task list from unstructured text (meeting notes, daily reports, requirements). Returns tasks with optional owner, due date, status, and notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Source text to extract tasks from | |
| task_granularity | Yes | Level of task granularity: coarse (high-level), normal, or fine (atomic steps) |