create_document
Create an empty LibreOffice document in Writer, Calc, Impress, or Draw; returns a document ID for editing or showing it.
Instructions
Create a new empty LibreOffice document.
kind: one of "writer", "calc", "impress", "draw". Returns {doc_id, kind};
pass doc_id to subsequent tools.
show: in live mode, whether to open it in a visible window so edits are
watchable. Defaults to the server's live setting; pass false to build it
off-screen, true to pop it up. (No effect on a headless server.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | writer | |
| show | No |