get_vault_project_context
Retrieve project context with decisions, risks, and open loops from an Obsidian vault using dbt mart data.
Instructions
Return dbt mart-backed project context, including decisions, risks, and open loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Capped at 200. | |
| project | Yes | Project name, such as Project Atlas 1. | |
| vault_path | Yes | Path to the Obsidian vault. | |
| duckdb_path | No | Optional DuckDB warehouse path. Defaults to DUCKDB_PATH or /warehouse/obsidian.duckdb when present. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |