Automation
OpenClaw
Use PostMantis MCP tools for scheduling, publishing, and delivery follow-up.
OpenClaw can call PostMantis MCP tools for simple posting flows.
Create publish-now post
Use postmantis.create_post with post.body and profiles.
Schedule post
Use postmantis.create_post with post.scheduledAt.
Cancel future post
Use postmantis.cancel_post when scheduled work should stop.
Read result
Use postmantis.get_post after create or cancel. Provider delivery is async.