get_vault_entity_context
Retrieve structured, data-mart backed context for any typed entity in your Obsidian vault. Provide entity type and name to get relevant rows.
Instructions
Return generic dbt mart-backed context for any typed entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. Capped at 200. | |
| entity | Yes | Exact entity name, such as Project Atlas. | |
| 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 | Yes | Entity type, such as project, person, company, risk, or decision. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |