open_document
Opens an existing document from an absolute filesystem path, optionally controlling whether it appears in a visible window or edits off-screen. Returns document ID, kind, and path.
Instructions
Open an existing document from an absolute filesystem path.
Returns {doc_id, kind, path}. `show` (live mode) opens it in a visible
window (true) or edits it off-screen (false); defaults to the server's
live setting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| show | No |