Skip to main content
Glama

Update recurring schedule

update_schedule
Idempotent

Change a recurring post schedule's frequency, timing, timezone, content, media, or active status. The server recalculates the next run time when timing changes.

Instructions

Update an existing recurring schedule. Can change name, content template, frequency/timing, timezone, media, or active status. The next run time is recomputed by the server when timing changes. Use this when the user wants to change a recurring schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew schedule name.
isActiveNoEnable or disable the schedule.
timezoneNoNew IANA timezone.
dayOfWeekNoNew day of week (0=Sunday..6=Saturday) for weekly/biweekly.
frequencyNoNew frequency.
timeOfDayNoNew time of day, 24h "HH:MM".
dayOfMonthNoNew day of month (1-31) for monthly.
scheduleIdYesThe schedule ID to update.
mediaFileIdsNoReplace the media file IDs used for generated posts.
contentTemplateNoNew post content template.
requireApprovalNoHold every future 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/5.0
Behavior4/5

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

The description adds a meaningful behavioral detail beyond annotations: 'The next run time is recomputed by the server when timing changes.' This supplements the idempotentHint and destructiveHint annotations. However, it does not clarify whether updates are partial or full replacement, or how parameter interactions (e.g., dayOfWeek with frequency) are handled.

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

Conciseness4/5

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

Three compact sentences, with the core action and field scope front-loaded. The final sentence is somewhat redundant with the title, but the description remains tight and scannable.

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

Completeness3/5

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

For an 11-parameter update tool with no output schema, the description gives enough initial orientation but omits important operational context such as whether omitted fields are preserved, how frequency-dependent fields interact, and what the response will contain. The schema fills parameter detail, but the overall update semantics are underspecified.

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%, and each parameter already has a clear description. The prose description mostly restates parameter categories without adding new semantic details, so it does not elevate beyond the baseline for well-covered schemas.

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 ('Update an existing recurring schedule') and enumerates the main changeable aspects: name, content template, frequency/timing, timezone, media, and active status. This clearly distinguishes update_schedule from sibling create_schedule, delete_schedule, and list_schedules tools.

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?

It explicitly says 'Use this when the user wants to change a recurring schedule,' which provides clear contextual guidance for the main use case. It does not mention exclusions or when a sibling tool like create_schedule would be more appropriate, but the 'existing' phrasing and update intent are reasonably unambiguous.

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