append_to_page
Append content to a section of a wiki page, creating the section when absent. Set force to true to modify human-edited pages protected by the default guard.
Instructions
Append content to a section of an existing wiki page. Creates the section if missing. Refuses to modify human-edited pages unless force: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| force | No | Bypass human_touched guard (default false) | |
| content | Yes | ||
| section | Yes | Heading text (without ##) |