viruagent_publish
Attempts to publish a blog post with title and content; if daily publish limit is exceeded, saves the post as a draft instead.
Instructions
제목/본문으로 발행을 시도하고, 403(일일 발행 제한) 발생 시 임시저장으로 폴백합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | 쉼표 구분 태그 문자열 | |
| title | Yes | 발행할 글 제목 | |
| content | Yes | HTML 포맷 본문 | |
| category | No | 카테고리 ID(숫자) | |
| provider | No | tistory | |
| imageUrls | No | 클라이언트(Claude/Codex)가 수집한 이미지 경로 목록. URL(http/https) 또는 로컬 파일 경로를 허용합니다. URL은 로컬 임시 파일로 저장 후 업로드됩니다. | |
| thumbnail | No | 썸네일 업로드 키 문자열(선택) | |
| visibility | No | public | |
| autoUploadImages | No | 웹 이미지 자동 다운로드/업로드 사용 여부 | |
| imageUploadLimit | No | 자동 업로드할 이미지 개수 (고정 1개) | |
| minimumImageCount | No | 최소 업로드 이미지 개수 (고정 1개) | |
| enforceSystemPrompt | No | system-prompt.md 규격 위반 시 publish를 막고 위반 사유 반환 | |
| relatedImageKeywords | No | 본문에 삽입할 관련 이미지 키워드(예: ["갤럭시", "AI"]) |