Check Blog Creation Status
check_blog_statusPoll the status of a blog creation workflow. Returns the published blog info when the workflow completes.
Instructions
Poll the status of a blog-creation workflow started by create_blog. Pass the workflow_id you received from that tool. While running, call this again after poll_after_ms ms. Once done is true, status is complete or errored; when complete, result holds the published blog info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | Workflow id returned by create_blog |