A
AdaptlyPost
/publish_draft
Publish Draft
Publish a draft post immediately or schedule it for later.
liveunknown~5s typical
mcpadaptlypost
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-adaptlypost-mcp-server /publish_draft for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Draft post ID |
| scheduledAt | string | Schedule time (ISO 8601). Omit to publish now |
| timezone | string | IANA timezone default "UTC" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-adaptlypost-mcp-server","endpoint":"/publish_draft","input":{"id":"...","timezone":"UTC"}}'cli
npx cracked-ai run -p mcp-com-adaptlypost-mcp-server -e /publish_draft -i '{"id":"...","timezone":"UTC"}'mcp
run_tool({ provider: "mcp-com-adaptlypost-mcp-server", endpoint: "/publish_draft", input: {"id":"...","timezone":"UTC"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.