create_task
Create tasks in a markdown vault with optional project, due date, priority, and status; inherits the active focus context when no project is specified.
Instructions
Create a new task.
If no project is specified, mdvault automatically uses the active focus context. Context inheritance from the project is handled automatically.
Args: title: Title of the task. description: Optional description of the task (max 1024 chars). project: Optional project name. If omitted, uses the active focus context. due_date: Optional due date (YYYY-MM-DD). priority: Optional priority (e.g. 'low', 'medium', 'high'). status: Optional status (e.g. 'todo', 'doing', 'done'). extra_vars: Optional dictionary of additional variables for the template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | ||
| project | No | ||
| due_date | No | ||
| priority | No | ||
| extra_vars | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |