Save Blog Post
blog_saveSave blog posts as local markdown files using a task ID or direct content, with optional custom filename and directory.
Instructions
블로그 글을 로컬 마크다운 파일로 저장합니다.
기존 작업 ID를 사용하거나 직접 콘텐츠를 입력할 수 있습니다. 파일명이 제공되지 않으면 글 제목과 날짜를 기반으로 자동 생성합니다.
Args:
task_id: 저장할 작업 ID (선택)
content: 직접 저장할 마크다운 콘텐츠 (선택)
filename: 파일명 (선택, 없으면 자동 생성)
directory: 저장 디렉토리 경로 (없으면 BLOG_SAVE_DIRECTORY 환경변수 또는 ./posts)
Returns:
filepath: 저장된 파일의 전체 경로
message: 안내 메시지
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | 안내 메시지 | |
| filepath | Yes | 저장된 파일의 전체 경로 |