get_context
Retrieve a structured briefing of an Obsidian vault's current state: active projects, tasks, blockers, failures, recent decisions, discoveries, and pinned notes. Call first in a new session.
Instructions
Get a structured briefing of the vault's current state. Returns active projects, in-progress work, pending tasks, blockers, failures, recent decisions, recent discoveries, and pinned notes. Call this FIRST in any new session to understand what's going on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | How far back to look for recent activity (hours). Default: 48. | |
| project_id | No | Focus on a specific project. If omitted, shows all active work. | |
| include_completed | No | Include recently completed tasks in the briefing. Default: true. |