Create Wiki Page
page_createCreate or update Yandex Wiki pages by providing a slug, title, and Markdown (YFM) content. Use YFM-compatible syntax to ensure correct rendering.
Instructions
Create 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 | Yes | Wiki page slug like 'users/login/project/page'. A full Wiki page URL is also accepted. | |
| title | Yes | Wiki page title. | |
| content | Yes | Full page content. |
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 written 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 |