Skip to main content
Glama

Create Wiki Page

page_create

Create a Yandex Wiki page by specifying slug, title, and YFM Markdown content. Accepts full page URLs for the slug.

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

TableJSON Schema
NameRequiredDescriptionDefault
slugYesWiki page slug like 'users/login/project/page'. A full Wiki page URL is also accepted.
titleYesWiki page title.
contentYesFull page content.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
slugNo
ownerNo
titleNo
contentNo
redirectNo
page_typeNo
attributesNo
created_atNo
breadcrumbsNo
modified_atNo
access_listsNo
yfm_warningsNoMarkup 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_policyNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description warns that GitHub-specific Markdown extensions will not render, revealing an important non-obvious behavior and pointing to a YFM cheatsheet resource. Annotations declare openWorldHint=false and destructiveHint=false, so the description adds useful context without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core action, and the second sentence provides a specific, high-value clarification. No filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a clear purpose, output schema, and annotations. The main gap is conflict behavior (e.g., what happens if the slug already exists), but the YFM cheatsheet link and schema make the description reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters have descriptive schema entries with 100% coverage, so the schema already documents parameter meanings. The description adds a useful YFM note for the content parameter but does not alter slug or title semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Create a Yandex Wiki page,' which is a specific verb+resource statement. It clearly distinguishes page_create from siblings like page_update, page_delete, and page_get by focusing on creation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance on when to use this tool versus page_update or page_clone. The YFM formatting note implies content requirements but does not address when to choose page_create over alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dlbolshov/yandex-wiki-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server