Append Wiki Content
page_append_contentAppend Markdown content to a Yandex Wiki page at the top, bottom, or a specified anchor, using Yandex Flavored Markdown syntax.
Instructions
Append content to the top, bottom, or anchor of a Yandex Wiki page. 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. | |
| anchor | No | Anchor name like '#release-notes'. Overrides location when provided. | |
| content | Yes | Content block to append. | |
| page_id | No | Wiki page numeric ID. Provide either page_id or slug. | |
| location | No | Target location in the page body when anchor is not provided. | bottom |
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 |