Skip to main content
Glama
kwgoodwin

Clearon WordPress MCP

by kwgoodwin

publish_now

Publish a reviewed, prepared WordPress post immediately while retaining the same safety gates and verification as standard payload upserts. Enables instant, controlled publishing without skipping required checks.

Instructions

Publish an existing prepared post immediately from a reviewed payload, with the same safety gates and verification used by payload upserts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYes
payload_pathYes
publish_at_localNo
Behavior2/5

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

There are no annotations, so the description alone must disclose behavioral traits. It does add 'immediately', 'existing prepared post', and 'same safety gates and verification' as context, but it never explains what those gates are, whether publishing is reversible, who can do it, or what side effects occur. The optional publish_at_local parameter also sits awkwardly with the word 'immediately', creating unclarity about the actual scheduling behavior.

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 a single sentence with no filler, and it front-loads the core action and target. The clause 'same safety gates and verification used by payload upserts' is somewhat vague but does not make the definition bloated.

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?

Without annotations or an output schema, a publish operation needs more surrounding context: preconditions, irreversibility, expected result, and the meaning of publish_at_local. The description refers to an unnamed payload-upsert workflow and leaves these gaps, so it is incomplete for safe autonomous invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description had to compensate for the three parameters. It loosely ties post_ id to an existing post and payload_path to a reviewed payload, but it does not explain the format or role of either value, and publish_at_local is completely unaddressed. This leaves a required parameter path insufficiently defined for a rg entt to invoke the tool correctly.

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 names a specific verb, 'publish', a specific target, 'an existing prepared post', and a specific timing, 'immediately', which makes the tool's purpose clear. The phrase 'from a reviewed payload' further separates it from creating or upserting content, so an agent can distinguish it from sibling upsert_post_from_payload.

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 the workflow: an existing, prepared post plus a reviewed payload should be published now. It does not explicitly state when to avoid this tool, nor does it name the sibling that handles creating/updating a post from a payload, so the routing guidance remains implicit rather than explicit.

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

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