save_document
Save the front OmniPlan document to disk to persist changes. OmniPlan does not autosave, so this is required to save edits.
Instructions
Save the front OmniPlan document to disk.
OmniPlan does NOT autosave the front document on idle — verified
empirically against OmniPlan 4.10.2 by editing a task via MCP and
polling document.modified over a 10-second window: the flag
stayed true throughout. Explicit save is therefore the only way to
persist changes to disk between explicit File > Save commands in
the UI (or quit-time prompts).
Returns:
JSON {"saved": true, "name": "<doc>", "modified_after": false}
on success. The modified_after field reads back the document's
dirty flag after the save call to confirm the save took effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |