obsidian_update_task
Update a task's description, due date, or priority by locating it with its current description in an Obsidian note.
Instructions
Update a task's properties.
Args:
vault: Name or path of the vault
path: Path to the note within the vault
task_description_contains: Text to match in current description
new_description: New description text (optional)
new_due_date: New due date (YYYY-MM-DD, or "remove" to clear)
new_priority: New priority ("high", "normal", "low", or "remove")
Returns:
Success message or errorInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes | ||
| task_description_contains | Yes | ||
| new_description | No | ||
| new_due_date | No | ||
| new_priority | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |