Finalize Blog Draft
blog_finalize_draftFinalize a blog draft by providing a task ID. Returns the completed draft with metadata (title, tags, read time) ready for saving or deployment.
Instructions
블로그 초안을 확정합니다.
완료된 작업의 최종 결과를 반환합니다. 이후 blog_save 또는 blog_deploy_github로 저장/배포할 수 있습니다.
Args:
task_id: 확정할 작업 ID
Returns:
draft: 최종 확정된 초안
metadata: { title, tags, estimatedReadTime }
message: 안내 메시지
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | 확정할 작업 ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | Yes | 최종 확정된 블로그 초안 | |
| message | Yes | 안내 메시지 | |
| metadata | Yes | 블로그 메타데이터 |