Skip to main content
Glama
obot-platform

WordPress MCP Server

create_post

Create a WordPress post with configurable title, content, date, status, and more. Supports HTML formatting and scheduling.

Instructions

Create a post in WordPress site.

Use HTML tags to format the content, for example, Bold Text for bold text. By default, the post will be created as a draft. Do NOT set status to publish unless it is confirmed by the user.

Date must be ISO 8601 format. Future dates will schedule the post.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoISO 8601 date string for publishing - default: None
slugNoURL slug for the post - default: None
tagsNoComma-separated list of tag IDs - default: None
titleNoThe title of the post - default: empty
formatNoPost format - default: standardstandard
statusNoStatus of the post - default: draftdraft
stickyNoWhether the post is sticky - default: false
contentNoThe content of the post (use HTML tags for formatting) - default: empty
excerptNoPost excerpt - default: None
passwordNoPassword for the post - default: None
author_idNoID of the author - default: None
categoriesNoComma-separated list of category IDs - default: None
ping_statusNoPing status - default: openopen
comment_statusNoComment status - default: openopen
featured_mediaNoID of featured media file - default: None

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It covers default draft status, HTML formatting, ISO 8601 date, and scheduling. But it omits other behavioral aspects like authentication, rate limits, or side effects for invalid inputs.

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

Conciseness4/5

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

The description is concise with three short paragraphs. It front-loads the purpose and provides necessary warnings without excess verbiage.

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?

Given the tool has 15 parameters and an output schema exists, the description does not need to explain returns. It covers key parameters (date, status, content) but could benefit from mentioning tags/categories format or author requirements. The schema fills the gaps.

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% (baseline 3). The description adds value by explaining that content uses HTML, date must be ISO 8601 with scheduling, and warns about publish status, which goes beyond the schema's parameter descriptions.

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 'Create a post in WordPress site' which is a specific verb+resource. It distinguishes from siblings like update_post, delete_post, etc., as the creation tool.

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 includes a critical guideline: 'Do NOT set status to publish unless it is confirmed by the user.' However, it does not explicitly state when to use this tool versus alternatives or provide exclusions.

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