Update wiki page
wiki_update_pageEdit an existing wiki page with a partial patch: supply only the fields to change while preserving all others, with concurrent-edit safety and full-page write-back.
Instructions
Edit an existing wiki page with a partial patch, safely: the tool reads the current page, checks for concurrent edits, merges only the fields you supply, and writes the complete page back. Everything you do not supply — title, description, tags, published state, publish window, scripts, path, locale — is preserved exactly as read. Note that tags REPLACES the whole tag list. This tool never moves, renames, or deletes a page; an identical no-op patch writes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric id of the page to edit. Provide exactly one of id or path. | |
| path | No | Path of the page to edit, e.g. 'projects/my-page'. Used only to LOCATE the page — this tool never moves or renames a page. Provide exactly one of id or path. | |
| tags | No | Complete new tag list — this REPLACES the page's existing tags with exactly this list; it never adds to what is already there. Include every tag the page should keep. Omit to leave tags unchanged. | |
| title | No | New page title. Omit to keep the current title. | |
| content | No | Full replacement markdown body. Omit to keep the current body unchanged. | |
| description | No | New short description. Omit to keep the current description. | |
| isPublished | No | true to publish, false to unpublish. Omit to keep the current published state. |