Check Blog Creation Status
check_blog_statusCheck the progress of a blog-creation workflow. Poll with the workflow ID to monitor status until complete or errored.
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 |