Skip to main content
Glama
owlstacks

OwlStack MCP

Official
by owlstacks

schedule_post

Schedule posts to social accounts at a chosen time, save as draft, or publish immediately.

Instructions

Create and schedule a post. Pass the body text, target account ids, and an ISO 8601 schedule_at. Omit schedule_at to save as draft. Use publish_now=true to publish immediately after creation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelsNo
contentYesPost body text
media_urlsNoPre-uploaded media URLs from /api/v1/media/upload
account_idsYesTarget social account ids (uuids)
publish_nowNo
schedule_atNoISO 8601 timestamp; omit to save as draft
workspace_idYesWorkspace id (uuid)
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behaviors: creating, scheduling, saving as draft, and publishing immediately. It does not mention side effects like irreversibility or auth requirements, but the core behavioral distinctions are clearly described.

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 three concise sentences with no redundancy. Each sentence adds distinct information: main action, draft behavior, and publish_now behavior. It is well-structured and front-loaded with the primary purpose.

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?

The description covers the primary modes and the main parameters, but it omits optional parameters like labels and media_urls, and does not mention the return value or post-creation behavior. Since there is no output schema, a brief note on what is returned would have improved completeness.

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?

The description adds meaning beyond the schema by explaining that omitting schedule_at saves as draft and that publish_now=true overrides scheduling. It also names the required parameters (body text, account_ids). It does not cover labels or media_urls, but those are optional and less critical.

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 purpose with a specific verb and resource: 'Create and schedule a post.' It distinguishes from sibling tools like edit_post, cancel_post, and list_posts by focusing on creation and scheduling. The mention of scheduling, draft, and immediate publishing further clarifies the scope.

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 clear context on how to use the tool: pass body text, account ids, and an ISO 8601 schedule_at; omit schedule_at for draft; use publish_now=true for immediate publishing. However, it does not explicitly mention when to use this tool instead of alternatives like edit_post or cancel_post, so it lacks full exclusion guidance.

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/owlstacks/owlstack-mcp'

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