Read parsed chat thread from a note
obsidian_chat_thread_readParse a chat thread from an Obsidian note into structured messages with roles, timestamps, and content. Ignores non-chat content for read-only retrieval.
Instructions
Parse a note's ## Chat: <title> block into structured messages with role/timestamp/content/line-range. Non-chat content in the same note is ignored. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_path | Yes | Vault-relative path to the note hosting the thread |