obsidian_get_tasks
Retrieve all tasks from a specified note in an Obsidian vault. Choose to include or exclude completed tasks for focused task management.
Instructions
Get all tasks from a note.
Args:
vault: Name or path of the vault
path: Path to the note within the vault
include_completed: Whether to include completed tasks
Returns:
JSON array of tasksInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes | ||
| include_completed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |