Skip to main content
Glama

create_post

Save a post draft to one or more platforms (X, LinkedIn, Instagram, Threads, Facebook) for later scheduling and visual editing.

Instructions

Save a post draft with custom content to one or more platforms. Supported platforms: x, linkedin, instagram, threads, facebook. After creating, call approve_post with a future ISO 8601 datetime to schedule it. To check which platforms are connected first, call check_social_accounts. Each created post includes editInVisualEditor: a direct URL to edit it in the visual editor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandIdNoBrand ID (uses active brand if omitted)
contentYesPost content
platformsYesOne or more platforms: x | linkedin | instagram | threads | facebook
scheduledAtNoISO 8601 UTC datetime to schedule immediately on save, e.g. 2026-03-11T09:00:00Z
Behavior4/5

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

With no annotations provided, the description carries the disclosure burden. It transparently reveals that the tool saves a draft (not directly schedules), mentions that each created post includes an editInVisualEditor URL, and points to the approve_post step for scheduling. It does not cover permissions or side effects, but the creation behavior is sufficiently clear.

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 four sentences, front-loaded with the primary purpose, and each sentence adds distinct value (function, platforms, next steps, special return field). There is no redundancy or filler.

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 no output schema, the description supplies key return information (editInVisualEditor URL) and workflow context (approve_post, check_social_accounts). One minor gap is that the schema includes a scheduledAt parameter for immediate scheduling, which the description does not mention, potentially causing slight ambiguity. Overall, it is fairly complete for the tool's complexity.

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 coverage is 100% and every parameter (brandId, content, platforms, scheduledAt) already has a description. The description reiterates the supported platforms but adds no new parameter-level meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

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 function: 'Save a post draft with custom content to one or more platforms.' It also lists the exact supported platforms and distinguishes itself from related tools like approve_post and check_social_accounts by explaining the post-creation workflow.

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 provides explicit workflow guidance: 'After creating, call approve_post with a future ISO 8601 datetime to schedule it' and advises checking connected platforms first via check_social_accounts. This clearly defines when to use this tool versus alternatives.

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/bitsandtea/postking-mcp'

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