Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
posts_createTOOL
Create, schedule, or publish a post. Use --publish-now or --scheduled-at; neither saves a draft.
Parameters
text *string
Post text content, applied to every platform
platforms *string
Comma-separated platforms to publish to (facebook, instagram, linkedin, x, twitter, tiktok, youtube, threads, reddit, pinterest, bluesky, googlebusiness, mastodon, discord, slack)
publishNow?boolean
Publish immediately
scheduledAt?string
Schedule time: ISO date, 30m, 2h, 3d, or 1w
title?string
Internal post title, shown in the dashboard (defaults to the text)
media?string
Comma-separated media items: local file paths or https URLs. Both are uploaded and attached to every platform (local paths are not available on the hosted MCP server, use URLs there).
Request example
{ "method": "tools/call", "params": { "name": "posts_create", "arguments": { "text": "string", "platforms": "string", "publishNow": true, "scheduledAt": "string", "title": "string", "media": "string" } } }