Update Wiki Page
page_updateUpdate an existing Yandex Wiki page with new title or full content in YFM Markdown, replacing the entire body when content is provided.
Instructions
Update an existing Yandex Wiki page. Content replacement is full-page when content is provided. Content is Markdown (YFM): plain Markdown renders as-is, but GitHub-specific extensions ('[!NOTE]' alerts, raw HTML) do not — see the wiki-mcp://yfm-cheatsheet resource for YFM equivalents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Wiki page slug or full Wiki URL. Provide either page_id or slug. | |
| title | No | New page title. | |
| content | No | New full page content. Replaces the existing body. | |
| page_id | No | Wiki page numeric ID. Provide either page_id or slug. | |
| is_silent | No | Whether to suppress notifications when supported by the API. | |
| allow_merge | No | Whether to allow Yandex Wiki three-way merge on concurrent edits. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| slug | No | ||
| owner | No | ||
| title | No | ||
| content | No | ||
| redirect | No | ||
| page_type | No | ||
| attributes | No | ||
| created_at | No | ||
| breadcrumbs | No | ||
| modified_at | No | ||
| access_lists | No | ||
| yfm_warnings | No | Markup warnings for the submitted content (the write itself succeeded): parts that will not render as intended on Yandex Wiki. See the wiki-mcp://yfm-cheatsheet resource for fixes. | |
| access_policy | No |