list_vault_risks
List risks from an Obsidian vault backed by a dbt mart. Filter by entity name or risk status for targeted retrieval.
Instructions
List dbt mart-backed risks 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 risk status filter, such as open or resolved. | |
| 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 |