Skip to main content
Glama
azickri

Repliz MCP Server

by azickri

Create Scheduled Post

repliz_create_schedule

Schedule posts to social media accounts with support for text, image, video, reel, album, link, and story formats across multiple platforms.

Instructions

Schedule a post to be published to a connected account at a specific time.

Post type support by platform:

  • text: Facebook, Threads

  • image: Facebook, Instagram, Threads, TikTok, LinkedIn

  • video: Facebook, Instagram, Threads, TikTok, YouTube, LinkedIn

  • reel: Facebook

  • album: Facebook, Instagram, Threads, TikTok, LinkedIn

  • link: Facebook (provide meta for the link preview)

  • story: Facebook, Instagram

For media posts, attach medias. For threaded/multi-part posts, attach replies. scheduleAt must be a future ISO 8601 timestamp (UTC).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaNoLink preview metadata (for 'link' posts).
typeYesThe kind of post to create.
titleNoPost title (used by some platforms, e.g. YouTube).
topicNoOptional internal topic/label.
mediasNoMedia items for image/video/reel/album/story/link posts.
repliesNoFollow-up posts in a thread/chain (e.g. nested Threads posts).
accountIdYesThe target account id to publish to.
scheduleAtYesWhen to publish, as an ISO 8601 UTC timestamp, e.g. 2026-06-20T09:00:00.000Z.
templateIdNoOptional automation template id to apply to this post.
descriptionYesThe post caption/body text. Use '' if not needed.
additionalInfoNoOptional extras: collaborators, music, products, tags, mentions, link.
Behavior3/5

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

With no annotations, the description reveals key behaviors: future timestamps required, media attachment rules, and platform-specific post types. However, it lacks disclosure of potential issues like permission requirements, idempotency, or side effects such as overwriting existing schedules.

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 well-organized: a concise summary, a platform matrix, and brief usage notes. Every sentence serves a purpose with no redundancy.

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?

Given the tool's complexity (11 parameters, nested objects, no output schema), the description covers essential aspects: post types, media/replies, and scheduling constraint. It omits return value hints but is otherwise complete for most use cases.

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%, baseline 3. The description adds value by explaining platform-specific post type support (e.g., text only on Facebook/Threads) and clarifies that scheduleAt must be a future ISO 8601 UTC timestamp, going beyond schema descriptions.

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 post to a connected account at a specific time, listing supported platforms per post type. It distinguishes itself from siblings like repliz_update_schedule and repliz_delete_schedule by focusing on creation and scheduling.

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

Usage Guidelines3/5

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

The description implies usage for scheduling posts but does not explicitly state when to use this tool versus alternatives like repliz_send_message (immediate publish) or repliz_update_schedule (edit existing). No exclusions or contextual cues are provided.

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/azickri/repliz-mcp'

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