Skip to main content
Glama
crunchtools

MCP WordPress CrunchTools

by crunchtools

wordpress_update_page

Updates existing WordPress pages by modifying titles, content, status, slug, or template. Manage page details directly to keep them current and correct.

Instructions

Update an existing WordPress page.

Args: page_id: Page ID to update title: New title content: New content status: New status excerpt: New excerpt slug: New slug parent: New parent page ID menu_order: New menu order template: New template featured_media: New featured image ID date: New publication date

Returns: Updated page details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
slugNo
titleNo
parentNo
statusNo
contentNo
excerptNo
page_idYes
templateNo
menu_orderNo
featured_mediaNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It implies mutation but does not explain partial update semantics (e.g., whether null values mean 'leave unchanged'), permissions required, or side effects. The return statement is minimal.

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

Conciseness2/5

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

The structure with Args and Returns is tidy, but the individual argument descriptions are redundant and waste space. Every line repeats the param name with a 'New' prefix, which does not earn its place. The meaningful content is only two sentences.

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

Completeness2/5

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

For a tool with 11 parameters and no annotations, the description is inadequate. It does not explain allowed values for fields like status or template, how nulls are treated, or potential errors. The output schema exists, but it does not compensate for the lack of behavioral and parameter context.

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

Parameters1/5

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

The description lists all parameters but each description is tautological (e.g., 'title: New title', 'status: New status'), adding no meaning beyond the schema. Schema description coverage is 0%, and the description does not compensate with any clarification of valid values, formats, or relationships.

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?

Clearly states it updates an existing WordPress page. The verb 'update' and resource 'WordPress page' are specific, and it distinguishes from sibling tools like create_page, delete_page, or get_page.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., page must exist) or contrast with create/delete operations. The description is purely action-oriented without context.

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

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