Skip to main content
Glama
YanaShuvaieva

WordPress MCP Custom Server

checklist.multilang_publish.v1

Runs a multilingual publishing checklist with dry-run support, validating translated titles and content across languages before publishing drafts with optional post-publish verification.

Instructions

Run multilingual publish checklist with dry-run and optional post-publish checks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNodraft
dry_runNo
translationsYes
post_publish_checksNo

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 carries full behavioral burden. It mentions dry-run and post-publish checks but doesn't disclose what dry-run actually prevents, what post-publish checks entail, whether this triggers side effects on the environment, or what happens with the status parameter. For a tool named 'publish' which implies potentially consequential actions, this is under-specified.

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?

One concise sentence, no filler or redundancy. It front-loads the action and names two key feature flags. However, it may be TOO terse given the schema has zero coverage and the tool needs more explanatory content — but as a standalone for conciseness, it earns the score.

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?

There IS an output schema, which helps. But with 4 undocumented parameters (0% coverage), a nested translations object, no annotations, and no mention of alternative tools in a crowded sibling space, the description is incomplete. A publish workflow tool needs far more context about what checks run, what draft status means, and what dry_run protects against.

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 must compensate for the 4 parameters. It mentions dry-run and post-publish checks but gives zero detail on what the 'translations' object structure means, what 'status' (draft) affects, or how the boolean flags alter behavior. The nested translations object with title/content per language is completely undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Run multilingual publish checklist with dry-run and optional post-publish checks' states a clear verb (run) and resource (multilingual publish checklist), and names the dry-run and post-publish check capabilities. It's adequate but doesn't explain what the checklist actually validates, what 'publish' means in this context, or how it differs from content.publish.v1 and content.update_fields.v1 among many sibling content/checklist tools.

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 vs content.publish.v1, checklist.seo_landing_audit.v1, or checklist.w3c_validate_and_fix_plan.v1. The description doesn't state conditions for use, prerequisites, or when the tool is NOT appropriate. Given the large sibling set with overlapping 'checklist' and 'publish' concepts, this is a notable gap.

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/YanaShuvaieva/wp-mcp-custom'

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