Skip to main content
Glama
obot-platform

WordPress MCP Server

update_post

Modify a WordPress post by specifying its ID and updating only the fields you provide, such as title, content, status, categories, and tags.

Instructions

Update a post in WordPress site. Only provided fields will be updated.

Use HTML tags for content formatting. Date must be ISO 8601 format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoNew publication date (ISO 8601 format) - default: None
slugNoNew URL slug - default: None
tagsNoNew comma-separated list of tag IDs - default: None
titleNoNew title for the post - default: None
formatNoNew post format - default: None
statusNoNew status - default: None
stickyNoWhether the post should be sticky - default: None
contentNoNew content for the post (use HTML tags for formatting) - default: None
excerptNoNew excerpt - default: None
post_idYesID of the post to update
passwordNoNew password for the post - default: None
author_idNoNew author ID - default: None
categoriesNoNew comma-separated list of category IDs - default: None
ping_statusNoNew ping status - default: None
comment_statusNoNew comment status - default: None
featured_mediaNoNew featured media ID - default: None

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations exist, so the description carries the full burden. It discloses partial update behavior, content formatting (HTML), and date format (ISO 8601). However, it omits details like authentication requirements, error handling, or what happens if the post doesn't exist.

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 concise sentences. Every word adds value. No redundancy or fluff. Front-loaded with core action and partial update behavior.

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?

With 16 parameters and no annotations, the description covers the update behavior and key formatting hints but lacks guidance on usage context, prerequisites, and error conditions. The presence of an output schema mitigates the need to describe return values, but overall completeness is adequate but not comprehensive.

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 coverage is 100%, so the schema already documents all 16 parameters. The description adds minimal value by reiterating the HTML and ISO 8601 hints already present in parameter descriptions. Baseline 3 is appropriate.

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 ('Update'), the resource ('a post'), and the scope ('Only provided fields will be updated'). It uniquely identifies the tool among siblings like create_post and delete_post.

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

Usage Guidelines3/5

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

The description implies usage for updating existing posts but provides no explicit guidance on when to use it versus alternatives (e.g., create_post). No exclusion criteria or prerequisites are mentioned.

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/obot-platform/wordpress-mcp-server'

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