Add Task (natural language)
add_task_naturalConverts natural language phrases into tasks with optional due dates.
Instructions
Parse a free-text phrase like 'call dentist Friday 3pm' into a task with optional due date, using the configured LLM (Anthropic/OpenRouter/OpenAI).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Free-text phrase like 'call dentist Friday 3pm' or 'buy bread'. Will be parsed by the configured LLM. |