list_vault_entities
List modeled entities such as people or projects extracted from notes, wikilinks, and tags. Filter by entity type or name to find relevant information in your Obsidian vault.
Instructions
List modeled entities derived from notes, wikilinks, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Optional case-insensitive name filter. | |
| limit | No | Maximum rows to return. Capped at 200. | |
| 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 person or project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |