Skip to main content
Glama

Content calendar

content_calendar
Read-only

Plan publishing by viewing content scheduled per week, past cadence, stale drafts, and gaps against a weekly target. Identify what to publish next for your WordPress site.

Instructions

Editorial calendar view: scheduled (future) content grouped by ISO week, publishing cadence per week over the last N weeks, stale drafts not touched in N days, and gaps against a target posts-per-week. Useful for content teams planning what to publish next.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typesNoContent types to include.
site_idNoWhich configured WordPress site to act on. Optional — with a single site configured it is used automatically; with several, the default site is used unless you name one. Run list_sites for valid ids.
weeks_backNoHow many past weeks of publishing cadence to report (including the current week).
weeks_aheadNoHow many upcoming weeks to lay out (including the current week).
target_per_weekNoDesired items per week. When set, weeks below it are reported as gaps.
stale_draft_daysNoA draft or pending item not modified for this many days is reported as stale.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.0.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows it is safe. The description adds valuable behavioral context: it reports grouped-by-week data, past cadence, stale drafts, and gaps. This goes beyond the annotations and clarifies the analytical nature of the tool without contradicting them.

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?

Two sentences, front-loaded with the core purpose and then the reporting dimensions. No redundant phrases or filler. Every clause earns its place.

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

Completeness4/5

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

For a read-only view tool with no output schema, it sufficiently describes the major output categories (scheduled, cadence, stale, gaps). It does not specify the exact data structure or how results are presented (e.g., per-week breakdown vs totals), but given the tool's nature and the lack of output schema, it is reasonably complete. Slightly more detail on return format would push it to 5.

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 coverage is 100%, so all parameters have individual descriptions. The description adds meaning by explaining how the parameters relate to the output (e.g., 'gaps against a target posts-per-week' ties to target_per_week, 'stale drafts not touched in N days' ties to stale_draft_days). It integrates the parameters into a coherent narrative, adding value over the schema alone.

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?

States a specific verb ('grouped by ISO week'), resource ('content calendar'), and scope ('scheduled future content', 'publishing cadence', 'stale drafts', 'gaps'). Clearly distinguishable from individual content tools like list_content or get_content, as it is an aggregate view.

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 a clear context: 'Useful for content teams planning what to publish next.' This implies it is for high-level planning rather than individual item operations, but it does not explicitly name alternative tools or state when NOT to use it. The context is present but lacks explicit exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools