Skip to main content
Glama

create-page

Create a new wiki page with wikitext content. For pages that already exist, use update-page instead.

Instructions

Create a new wiki page with wikitext content. The page must not already exist — use update-page to modify existing pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userNoName of the person requesting this edit (for attribution in edit summary). Ask the user if not known
wikiNoWiki name (uses default if omitted)
titleYesPage title
contentYesPage content (wikitext)
summaryYesEdit summary
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses a key behavior: the page must not already exist, implying the operation will fail or reject if it does. It also mentions the content format (wikitext). It does not detail auth requirements or return behavior, but for a create operation, the precondition is the most critical context and is well covered.

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 primary action and immediately followed by the critical constraint and alternative. No fluff; every word earns its place.

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 schema covers all parameters fully, and the description covers the central behavioral constraint and usage guidance. It lacks an explicit statement of return values or error handling, but given the simple create operation and full schema coverage, the provided context is sufficient for selecting and calling the tool correctly.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds minimal parameter nuance: "wikitext" clarifies the content field, and "must not already exist" relates to the title. This is slight but doesn't substantially exceed what the schema already provides.

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 clearly states the action: "Create a new wiki page with wikitext content." It names the resource (wiki page), the verb (create), and the content format (wikitext). It also distinguishes itself from sibling by explicitly saying "use update-page to modify existing pages," which removes ambiguity.

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 explicitly states when to use this tool versus an alternative: "The page must not already exist — use update-page to modify existing pages." This gives a clear precondition and points to the sibling tool for existing pages, providing strong usage direction.

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/ttpears/mediawiki-mcp'

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