Skip to main content
Glama

Create or schedule a post

create_publication

Publish or schedule a post to one connected social account, save it as a draft for review, and include previously uploaded media.

Instructions

Publish now or schedule a post on ONE connected account. Pass state 'ready' with a future publish_date to schedule, or 'draft' to leave it for a person to review. Media has to be uploaded first with upload_media; pass the returned ids in files. The text is validated against the network's limits before anything is sent. Always show the user what you are about to publish and let them confirm it: this posts publicly under their brand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoThe post body.
filesNoUpload ids from upload_media.
stateNo'ready' publishes or schedules it; 'draft' just saves it. A post with problems is stored as 'withErrors' either way, and does not go out.ready
titleNoOnly on networks with a title field, such as YouTube.
id_accountYesThe connected account to publish on. One post, one account.
publish_dateNoISO 8601. Leave empty to publish immediately.
social_networkYesThe account's network: instagram, facebook, linkedin, telegram…
id_organizationNoThe PlanVortex organization id. Optional.
publication_typeNoprofile

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
publicationYes
already_existedYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.1.1
    • changedInput schema / properties / state / description
      Previous value: -"'ready' publishes or schedules it; 'draft' just saves it."New value: +"'ready' publishes or schedules it; 'draft' just saves it. A post with problems is stored as 'withErrors' either way, and does not go out."
  2. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

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

Annotations only convey write intent, open-world semantics, and non-destructiveness. The description adds substantial behavioral context: posts go out publicly under the user's brand, confirmation is required, text is validated before sending, and problematic posts are saved as 'withErrors'. No contradiction with annotations.

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 compact and front-loaded with the core purpose, then moves through state semantics, media prerequisite, validation, and user confirmation. Every sentence carries distinct, necessary information without redundancy.

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

Completeness5/5

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

For a 9-parameter writing tool with an output schema, the description covers scheduling, drafts, media handling, validation, and social accountability. Nothing essential is missing for an agent to understand when and how to invoke it correctly.

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 89%, so the baseline is 3. The description adds relational meaning beyond the schema by linking 'ready' with a future publish_date for scheduling and by framing files as ids that must come from upload_media. It does not further explain publication_type or title, but the schema already covers those.

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 opens with 'Publish now or schedule a post on ONE connected account,' naming the specific verb, resource, and scope. This clearly distinguishes it from listing, getting, updating, or retrying existing publications.

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 names upload_media as a prerequisite and tells the agent to pass the returned ids in files. It also explains when to use 'ready' with a future publish_date versus 'draft', though it could have more explicitly contrasted with update_publication or retry_publication.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/taliasoftworks/PlanVortexMCP'

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