obsidian_delete_task
Deletes a specific task from an Obsidian note by matching its description. Provide the vault, note path, and search text for identification.
Instructions
Delete a task from a note.
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 |