Skip to main content
Glama
illancillotto

WordPress MCP Safe

wp_create_draft_post

Create a draft post in a WordPress staging environment without publishing. Safely prepare content for review before going live.

Instructions

Create a new post as DRAFT only. Never publishes. Staging only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNo
tagsNo
titleYes
contentNo
excerptNo
categoriesNo
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 discloses the draft-only nature and staging intent, but lacks details on authorization, rate limits, or side effects. Minimal but not misleading.

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 very concise with two short sentences, front-loading the main action. Every phrase adds value, though it could be expanded to cover parameters without becoming overly verbose.

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

Completeness1/5

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

Given 6 parameters, no output schema, and 0% schema coverage, the description is highly incomplete. It fails to explain return values, parameter details, or any prerequisites for using the tool.

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?

Schema coverage is 0%, so the description must compensate, yet it mentions no parameters. It provides no insight into what fields like slug, tags, content, excerpt, categories mean or how they behave.

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 it creates a new post as a draft, explicitly notes it never publishes, and specifies 'Staging only.' This provides a specific verb and resource, and distinguishes from publishing actions.

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 gives some usage context ('Staging only') and a constraint ('Never publishes'), but does not explicitly compare to sibling tools like wp_create_draft_page or wp_update_draft_post, nor provide when-to-use vs when-not-to-use guidance.

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

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