propose_page
Create a new page in your Obsidian vault, staged for review until acceptance. Avoids overwriting existing pages.
Instructions
Propose a new page in the vault. Body is the full markdown (frontmatter optional). The page is staged at proposed/ until the user accepts it via resolve_proposal. Errors if a page already exists at this path in the vault — use propose_edit or append_to in that case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Full markdown body to write. | |
| path | Yes | Destination path relative to vault root, e.g. 'wiki/projects/foo.md'. |