obsidian_uncomplete_task
Reopen a completed task in Obsidian by specifying the vault, note path, and a text fragment matching the task description.
Instructions
Mark a completed task as incomplete.
Args:
vault: Name or path of the vault
path: Path to the note within the vault
task_description_contains: Text to match in task description
Returns:
Success message or errorInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes | ||
| task_description_contains | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |