Skip to main content
Glama
kwgoodwin

Clearon Content Archive MCP

by kwgoodwin

compare_payload_to_live_state

Compare a stored WordPress payload with a verified live-state response to detect discrepancies. Ensure content integrity by identifying any mismatches before publishing.

Instructions

Compare a workspace-contained WordPress payload with a caller-supplied verified live-state response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
live_stateYes
payload_pathNo
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not state whether the tool is read-only, whether it mutates workspace state, what it returns on match/mismatch, or whether it requires special permissions. 'Compare' suggests non-mutating behavior, but that is not explicit.

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

Conciseness3/5

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

The description is a single concise sentence with no wasted words. However, its brevity comes at the cost of missing essential information, so it is not optimally 'appropriate' in size for the tool's complexity.

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?

With 3 parameters, no annotations, no output schema, and no usage guidance, the description is far from complete. It fails to explain what comparison means operationally, what the output looks like, the role of slug and payload_path, or how the caller's live-state response is used.

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. It roughly maps 'caller-supplied verified live-state response' to live_state and 'workspace-contained WordPress payload' to the payload concept, but slug and payload_path are left entirely unexplained. This is insufficient for an agent to understand how to populate the parameters.

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

Purpose4/5

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

The description names a specific operation ('Compare') and two clear resources: a workspace-contained WordPress payload and a caller-supplied live-state response. This is more specific than a tautology and distinguishes it from sibling lookup tools, though it does not say what aspects are compared or what the result means.

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?

There is no guidance about when to use this tool versus alternatives like verify_archive_record or find_content_record. The description implies a comparison scenario but never states prerequisites, when the caller should supply a live-state response, or when a sibling tool would be more appropriate.

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-content-archive-mcp'

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