Edit a page
edit_pageEdit an existing Radix Wiki page. Requires a ROLA bearer token — see https://radix.wiki/AGENTS.md. Fetch the page with get_page first and send the full revised block array; the version bump, block-level diff, and revision entry are computed server-side. Locked and author-only pages are rejected. Earns contribution points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Slug of the page to edit | |
| title | No | New title | |
| content | No | The full revised block array (not a patch). Omit to change only the title or metadata. | |
| tagPath | Yes | Tag path of the page to edit | |
| metadata | No | Replacement metadata object | |
| revisionMessage | No | What changed and why — shown in the page history. Always send one. |