Task Create¶
Create a new task in the master task list. Optionally attach a note file for details/subtasks.
MCP name: task_create
Category: tasks
Mutates state (retry policy: verify_first)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
contract |
str |
No | Contract slug this task serves |
due_date |
str |
No | Due date as YYYY-MM-DD |
project |
str |
No | Project slug (added as #projects/ |
summary |
str |
No | If provided, creates a linked note file with this summary |
task_text |
str |
Yes | Short single-line task description (NO newlines — will be rejected) |
urgency |
str |
No | Urgency: low, medium (default), high |
Requirements¶
- obsidian