get_vault_entity_timeline
Retrieve entity-linked timeline rows from an Obsidian vault. Optionally filter by text and set row limit.
Instructions
Return timeline rows connected to a modeled entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Optional case-insensitive text filter over timeline summaries. | |
| limit | No | Maximum rows to return. Capped at 200. | |
| entity | Yes | Entity name to resolve deterministically in timeline rows. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |