Skip to main content
Glama

Write wiki page

wiki_write_page
Destructive

Create or overwrite a Markdown wiki page at a specified path. Missing folders are created automatically, YAML frontmatter is completed, and overwrite=true is required to replace existing files.

Instructions

Create or fully overwrite a wiki page. The path is deliberately NOT derived by the server: you choose the folder and filename. Missing folders are created automatically. Call wiki_list_folders first so the path matches the existing structure. The YAML header is completed (id, title, type, created, updated); existing fields are kept. An existing file is replaced only with overwrite=true - use wiki_patch_page for partial edits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesMarkdown body without the YAML header.
pathYesTarget path relative to the wiki root, including .md, e.g. 'concepts/knowledge-management/llm-wiki.md'.
overwriteNoReplace an existing file (default false).
frontmatterNoFrontmatter fields; 'updated' is always set.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.2

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the destructiveHint annotation, the description discloses several important behaviors: the path is deliberately not derived by the server, missing folders are auto-created, the YAML header is completed while existing fields are kept, and an existing file is replaced only with overwrite=true. This gives the agent a detailed and accurate behavioral model.

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?

Four dense sentences, each carrying distinct information: effect, path semantics, prerequisite call, YAML behavior, and overwrite caveat with sibling alternative. There is no filler and the most important caveat is front-loaded.

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

Completeness5/5

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

For a destructive, complex tool with no output schema, the description covers everything an agent needs: when to call it, how to choose the path, how to avoid clobbering existing files, what happens to YAML fields, and which sibling to use for partial edits. No critical call-blocking information is missing.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds real value beyond the schema by explaining path semantics (user-chosen, not server-derived), automatic folder creation, and the overwrite guard. It does not need to restate parameter types since the schema already documents them.

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 or fully overwrite a wiki page,' a specific verb and resource. It goes further by distinguishing itself from wiki_patch_page ('use wiki_patch_page for partial edits'), making the tool's scope unambiguous against its siblings.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: call wiki_list_folders first so the path matches existing structure, set overwrite=true only when replacing an existing file, and use wiki_patch_page instead for partial edits. This is actionable and routes the agent to the right alternative.

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

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/RickyKleinhempel/mcp-llm-wiki'

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