publish_post
Publish a draft blog post to make it publicly visible, or schedule it for a future date using an RFC 3339 timestamp.
Instructions
Publish a draft post, making it publicly visible.
This is the irreversible-feeling step — confirm with the human before calling it unless they already asked for publication.
Pass publish_date as an RFC 3339 timestamp (e.g. "2026-09-10T09:00:00Z")
to schedule publication for a future time instead of publishing now; the
post then sits in SCHEDULED status until then.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blog_id | Yes | ||
| post_id | Yes | ||
| publish_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||