Read parsed chat thread from a note
obsidian_chat_thread_readParse '## Chat:' blocks in Obsidian notes into structured messages with role, timestamp, content, and line range 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 |