list_vault_entity_relationships
List relationships between modeled entities in an Obsidian vault, with optional filters for entity type, name, and relationship type.
Instructions
List generic relationships between modeled entities.
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. | |
| relationship_type | No | Optional relationship type filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |