list_vault_entity_states
List state rows for stateful entities in an Obsidian vault, with optional filters on entity type, state type, or status.
Instructions
List generic state rows for stateful entities.
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 state value filter, such as open or active. | |
| state_type | No | Optional state type filter, such as risk_status. | |
| 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, such as risk or decision. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |