Skip to main content
Glama
SparkleOfficial

@writavo/mcp-server

Schedule an article

schedule_article

Schedule an article for future publication by marking it as scheduled and setting its live date. The system automatically publishes it on your site at that time.

Instructions

Schedule an article. Moves the article to status: scheduled and records when it should go live. A cron publishes it within a few minutes of that time, whether or not the AI pipeline is switched on for your Site. PUBLIC: this makes the article publicly visible on the customer's own live site, where search engines and readers will see it. Ask the user before calling this, and pass confirm: true only once they have agreed. Needs a secret key (wv_sk_) carrying the articles:write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesA UUID.
confirmNoSet to true only after the user has explicitly agreed to this action. Calling without it returns a description of what would happen and changes nothing.
scheduled_publish_atYesISO 8601. Include an offset. If you omit one it is read in the Site's timezone, which you can get from `GET /site`. ISO 8601 with an offset, for example 2026-09-01T09:00:00Z.
Behavior5/5

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

The description goes beyond annotations by disclosing concrete behavioral details: the status change, cron timing, public visibility on the live site, and the confirmation requirement. It also clarifies independence from the AI pipeline. This provides substantial context that annotations alone do not convey.

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?

The description is concise and front-loaded with the primary action. Each sentence adds necessary information: action, status change, cron behavior, public warning, confirmation guard, and auth requirement. No fluff or redundancy.

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?

The description is complete for a scheduling tool: it covers the action, timing, visibility consequence, user consent, and auth prerequisites. With no output schema or additional complexities, the description provides all essential context.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description does not add much beyond the schema for parameters; it reiterates the confirm requirement but does not explain id or scheduled_publish_at beyond what the schema already describes. The auth scope note is not a parameter semantic.

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's function: scheduling an article by moving it to 'status: scheduled' and recording the go-live time. It distinguishes the deferred publication via cron from immediate publishing by explicitly noting the cron behavior and the public visibility implication.

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?

The description provides explicit guidance on when to use the tool (for scheduling future publication) and includes a strong prerequisite: asking the user and passing confirm: true only after agreement. It also states the required auth scope. However, it does not explicitly mention alternatives like publish_article or cancel_article_schedule, so it falls short of a full 5.

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