list_vault_decisions
List decisions backed by dbt marts from an Obsidian vault, filtering by entity or status to quickly find relevant records.
Instructions
List dbt mart-backed decisions with optional entity and status filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Capped at 200. | |
| entity | No | Optional exact entity name filter. | |
| status | No | Optional decision status filter, such as active or superseded. | |
| 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 |