list_vault_entity_open_loops
Retrieve open loops (unresolved items) linked to entities in an Obsidian vault, optionally filtered by entity type or name.
Instructions
List open loops attached to any modeled entity type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Capped at 200. | |
| entity | No | Optional exact entity name filter. | |
| 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. | |
| entity_type | No | Optional entity type filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |