Skip to main content
Glama

Schedule a post

schedule_thread

Schedule a text or media post to be published at a specific time or after a delay. The post is published while the server is running, and any missed jobs are triggered on restart.

Instructions

Schedule a text/media post to publish later. Give at (ISO datetime, e.g. "2026-07-14T20:00", interpreted in the server's local timezone unless you add an offset like "+07:00" or "Z") OR in (a duration like "30m", "2h", "1d"). ⚠️ The post only fires while THIS server is running; past-due jobs fire on the next startup. For long horizons, run the server as an always-on daemon. Local media file paths must still exist when the job fires.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atNoAbsolute time, ISO 8601 (e.g. "2026-07-14T20:00" or "2026-07-14T20:00+07:00").
inNoRelative delay from now, e.g. "45s", "30m", "2h", "3d".
textNoPost text (max 500 chars). Optional if media is given.
mediaNoLocal file paths and/or http(s) URLs — images and/or video. Resolved when the job fires.
Behavior5/5

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

Description discloses critical behaviors beyond annotations: the post only fires while the server runs, past-due jobs execute on next startup, and local media files must still exist when the job fires. This context is essential for correct usage.

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?

The description is a single paragraph that efficiently conveys purpose, parameter usage, and warnings. It is front-loaded with the main action. A minor improvement could be breaking into shorter sentences, but overall it is concise and structured.

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?

The description covers all parameters and key behavioral caveats given no output schema. However, it does not mention what the tool returns (e.g., a job ID). This is a minor gap, but the description is otherwise complete for a scheduling 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 coverage is 100%, so baseline is 3. The description adds meaningful context: timezone handling for `at`, duration formats for `in`, optionality of `text` when media provided, and resolution timing for `media`. It enhances understanding beyond the schema.

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 schedules a text/media post for later publishing. It distinguishes from siblings like 'create_thread' (immediate post) and 'cancel_scheduled' (removes a scheduled post).

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

Usage Guidelines5/5

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

The description explicitly explains when to use `at` vs `in` with examples, warns that the post only fires while the server is running (with past-due jobs on startup), and advises running as a daemon for long horizons. It also notes that local media paths must exist at firing time.

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/bintangtimurlangit/threads-mcp'

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