Skip to main content
Glama
SparkleOfficial

@writavo/mcp-server

Cancel a scheduled publish

cancel_article_schedule

Cancel a scheduled article publish and return it to draft status without altering content. Useful when you need to prevent an upcoming publication.

Instructions

Cancel a scheduled publish. Returns the article to status: draft and clears scheduled_publish_at. The content is untouched. Calling this on an article that is not scheduled is a no-op that returns the current state. Changes content on the customer's Site. Nothing becomes public: publishing is always a separate call. Needs a secret key (wv_sk_) carrying the articles:write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesA UUID.
Behavior5/5

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

Adds rich context beyond annotations: explains status change to draft, clears scheduled_publish_at, content untouched, no-op behavior, and auth requirements. No contradiction with annotations, which only indicate false read-only and destructive hints.

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

Conciseness5/5

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

Four sentences, each adding essential information: action, state changes, no-op behavior, and auth. No filler or redundancy; front-loaded with the primary purpose.

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

Completeness5/5

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

For a simple tool with one parameter and no output schema, the description covers all critical aspects: behavior, side effects, prerequisites, and edge cases. Sufficient for an agent to correctly invoke the tool.

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 has full coverage (id is 'A UUID'), but description adds clarity that the id refers to an article and is used to target the scheduled publish. This goes beyond the schema's minimal description, providing useful semantic context.

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 the tool cancels a scheduled publish, with specific actions on article status and scheduled timestamp. It distinguishes from siblings by noting publishing is a separate call, differentiating from publish_article and schedule_article.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context of when to use (on scheduled articles) and no-op for non-scheduled. Mentions publishing is a separate call, implying alternatives, but does not explicitly name sibling tools or list when-not-to-use scenarios beyond the no-op case.

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/SparkleOfficial/writavo-mcp-server'

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