Skip to main content
Glama

Create recurring schedule

create_schedule

Create recurring posting schedules to automatically generate and publish posts on a daily, weekly, biweekly, or monthly frequency.

Instructions

Create a new recurring post schedule. Posts are automatically created and published on the chosen frequency. The schedule is visible in the web app (Repeat Posts page, with upcoming runs on the Calendar); a post record exists only once an occurrence fires, carrying recurringScheduleId. Use this when the user wants a recurring posting schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSchedule name.
isActiveNoWhether the schedule starts active. Defaults to true.
timezoneNoIANA timezone (e.g. "America/New_York"). Defaults to UTC.
dayOfWeekNoDay of week (0=Sunday..6=Saturday). Required for weekly/biweekly.
frequencyYesHow often the schedule runs.
timeOfDayYesTime of day to post, 24h "HH:MM" (e.g. "09:00").
channelIdsYesArray of channel IDs to post to.
dayOfMonthNoDay of month (1-31). Required for monthly.
mediaFileIdsNoMedia file IDs re-used for every generated post.
contentTemplateNoPost content template. Defaults to empty.
requireApprovalNoHold every occurrence this schedule generates for team approval — each generated post lands with approvalStatus 'pending' and the scheduler skips it until an approver releases it via approve_post. Defaults to false.
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

Annotations only provide readOnlyHint=false and destructiveHint=false, so the description carries the behavioral burden. It discloses automatic creation and publishing, visibility in the web app, and the key lifecycle detail that a post record exists only after an occurrence fires. This goes well beyond the annotations.

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?

Three compact sentences, front-loaded with the core purpose, followed by lifecycle/visibility context and a clear usage cue. Every sentence earns its place, with no filler or redundant schema repetition.

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 complex 11-parameter create tool, the description covers the key conceptual model: when posts appear, where the schedule is visible, and the recurringScheduleId link to generated posts. It is slightly incomplete because there is no output schema and the description does not state what the create call returns, but schema coverage compensates for most invocation details.

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 description coverage is 100%, so the parameters are already fully documented. The description adds no parameter-specific semantics and instead focuses on tool behavior, which is appropriate. The baseline of 3 applies because the schema does the heavy lifting.

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 states a specific action ('Create a new recurring post schedule') and clearly distinguishes this tool from one-off post creation by explaining that posts are materialized only when an occurrence fires. This differentiates it from sibling tools like create_post and bulk_posts without requiring the agent to open schemas.

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 explicitly says 'Use this when the user wants a recurring posting schedule,' giving a clear selection trigger. It does not explicitly contrast this with alternatives like create_post for one-off posts, so it stops short of full when-not guidance.

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

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/azeemkafridi/bulkpublish-api'

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