Skip to main content
Glama

wp_create_page

Create a WordPress page with a title and HTML content. Optionally assign a parent page for hierarchy and choose draft or published status.

Instructions

Create a new WordPress page. Provide title and content (HTML). Optionally set parent page for hierarchy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesPage title
parentNoParent page ID for hierarchical pages
statusNoPage status: draft (default), publish
contentYesPage content (HTML)
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, consistent with a create operation. The description adds a small behavioral detail that content is HTML and parent is for hierarchy, but does not disclose response behavior, permissions, or default status. It's adequate but not rich.

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?

The description is a single concise sentence, front-loaded with the action, and contains no redundant fluff. Every phrase earns its place.

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

Completeness3/5

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

For a simple create tool with four parameters and no output schema, the description covers the required inputs but omits optional status and any mention of return values. Schema fills some gaps, but the description could better specify default behavior (e.g., draft).

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 has 100% coverage with descriptions for all parameters. The description only restates title/content/parent without adding new parameter details, so baseline 3 applies.

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 uses a specific verb ('Create') and resource ('WordPress page'), clearly differentiating from sibling tools like wp_create_post. It also mentions title/content and optional parent, making the tool's scope unambiguous.

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

Usage Guidelines4/5

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

The description states the tool creates a page and notes that title and content are required, with parent optionally for hierarchy. This provides clear context for when to use it, but it doesn't explicitly mention alternatives or exclusions compared to wp_create_post or wp_update_page.

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/alexgenovese/mcp-wordpress'

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