viruagent_save_draft
Save a draft blog post to Tistory or Naver with title and content. Image placeholders are automatically replaced with relevant images for the post.
Instructions
제목/본문으로 임시저장합니다. 이미지 플레이스홀더 치환은 publish와 동일하게 수행합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | 태그 문자열 | |
| title | Yes | 임시저장 제목 | |
| content | Yes | 임시저장 본문 | |
| category | No | 카테고리 ID(미지정 시 0) | |
| provider | No | tistory | |
| imageUrls | No | 임시저장 시 삽입할 이미지 URL 목록. URL(http/https) 또는 로컬 파일 경로 | |
| autoUploadImages | No | 자동 이미지 업로드 사용 여부 | |
| imageUploadLimit | No | 자동 업로드할 이미지 개수 (고정 1개) | |
| minimumImageCount | No | 최소 업로드 이미지 개수 (고정 1개) | |
| enforceSystemPrompt | No | system-prompt.md 규격 위반 시 임시저장도 막고 위반 사유 반환 | |
| relatedImageKeywords | No | 본문 이미지 플레이스홀더 키워드(예: ["갤럭시", "AI"]) |