Apply Feedback to Pro Draft
blog_apply_feedback_proUpdate Pro Mode blog drafts by submitting the task ID and your feedback.
Instructions
[HTTP 모드 전용] Pro Mode로 생성된 블로그 초안에 피드백을 반영합니다.
⚠️ Claude Desktop/Code 사용자: 이 도구는 HTTP 모드에서만 필요합니다. Claude Desktop/Code 환경에서는 Claude에게 직접 수정을 요청하세요.
Args:
task_id: Pro 작업 ID (필수)
feedback: 수정 요청 사항 (필수)
anthropic_api_key: Anthropic API 키 (환경변수로 대체 가능)
Returns:
task_id: 작업 ID
status: 작업 상태
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | 피드백을 적용할 Pro 작업 ID | |
| feedback | Yes | 수정 요청 사항 | |
| anthropic_api_key | No | Anthropic API 키 (없으면 ANTHROPIC_API_KEY 환경변수 사용) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | 작업 상태 | |
| message | Yes | 안내 메시지 | |
| task_id | Yes | 작업 추적용 고유 ID |