Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WIKI_TOKENYesYandex OAuth token with Wiki access
WIKI_ORG_IDYesYandex 360 organization ID (X-Org-Id)
WIKI_READ_ONLYNo'true' disables all write tools (recommended for safety)false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
page_search

Full-text search across the entire Yandex Wiki. Returns up to 50 results (pages and files) ranked by relevance, each with a title, slug, url, and a text snippet. Use this to DISCOVER pages, then call page_get with a result's slug to read full content. Wrap multi-word exact phrases in double quotes. Search is global: there is no server-side section filter. slug_prefix and result_type are applied client-side AFTER fetching, so combine them with page_size=50 to avoid missing matches.

page_get

Get a Yandex Wiki page by page_id or slug.

page_get_descendants

Get a subtree of Yandex Wiki pages under a parent page.

page_get_comments

Get comments for a Yandex Wiki page.

page_get_resources

Get resources linked to a Yandex Wiki page, including attachments and grids.

page_get_grids

Get dynamic tables attached to a Yandex Wiki page.

grid_get

Get a Yandex Wiki dynamic table by grid ID.

page_get_attachments

Get attachments for a Yandex Wiki page.

grid_create

Create a Yandex Wiki dynamic table resource on a page. This changes structured data.

grid_update

Update a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.

grid_add_rows

Add rows to a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.

grid_delete

Delete a Yandex Wiki dynamic table. This changes structured data and is destructive.

grid_copy

Copy a Yandex Wiki dynamic table to an existing target page. This starts an asynchronous operation and returns operation metadata.

grid_update_cells

Update cells in a Yandex Wiki dynamic table. This changes structured data. Each cell patch must include row_id, value, and exactly one of column_id or column_slug.

grid_delete_rows

Delete rows from a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.

grid_add_columns

Add columns to a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.

grid_delete_columns

Delete columns from a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.

grid_move_rows

Move a row inside a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.

grid_move_columns

Move a column inside a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.

page_create

Create a Yandex Wiki page.

page_update

Update an existing Yandex Wiki page. Content replacement is full-page when content is provided.

page_append_contentA

Append content to the top, bottom, or anchor of a Yandex Wiki page.

page_add_commentB

Add a comment to a Yandex Wiki page.

page_deleteA

Delete a Yandex Wiki page and return a recovery token.

page_recoverA

Recover a deleted Yandex Wiki page using a recovery token.

page_upload_attachment

Upload a local file to Yandex Wiki and attach it to a page.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
wiki_mcp_configurationRetrieve configured Yandex Wiki MCP configuration.

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