Skip to main content
Glama

Start Pro Blog Draft Generation

blog_start_draft_pro

Start a blog post draft by providing code diff and developer notes; Claude Opus analyzes and writes the post, returning a task ID for progress tracking.

Instructions

[HTTP 모드 전용] Claude Opus(분석 + 작성) 파이프라인으로 고품질 블로그 생성을 시작합니다.

⚠️ Claude Desktop/Code 사용자: 이 도구는 HTTP 모드에서만 필요합니다. Claude Desktop/Code 환경에서는 Claude에게 직접 "이 코드로 블로그 써줘"라고 요청하세요. Claude가 직접 코드를 분석하고 블로그를 작성합니다.

작동 방식 (HTTP 모드)

  1. Claude Opus가 코드를 분석하여 인사이트 추출

  2. Claude Opus가 분석 결과를 바탕으로 블로그 작성

  3. blog_get_status로 완료 확인

Args:

  • code_diff: Git diff 또는 변경된 코드 (필수)

  • dev_log: 개발자의 고민/메모/의사결정 과정 (선택)

  • request: 최우선 제약조건 (선택)

  • style: 글 스타일 (기본: deep-dive)

  • language: 언어 (기본: ko)

  • instructions: 상세 작성 지침 (선택)

  • instructions_file: 상세 작성 지침 마크다운 파일 경로 (선택, instructions와 병합 가능)

  • anthropic_api_key: Anthropic API 키 (환경변수로 대체 가능)

  • web_search: 웹 검색 활용 여부 (기본: true). 최신 정보, 이미지, 참고 자료를 웹에서 검색하여 포함

Returns:

  • task_id: 작업 추적용 ID

  • status: 작업 상태

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNo블로그 글 스타일deep-dive
dev_logNo개발자의 고민/메모/의사결정 과정
requestNo최우선 제약조건 - 이 요청사항을 최우선으로 반영
languageNo출력 언어ko
code_diffYesGit diff 또는 변경된 코드
web_searchNo웹 검색을 활용하여 최신 정보와 참고 자료를 포함 (기본: false)
instructionsNo상세 작성 지침
anthropic_api_keyNoAnthropic API 키 (없으면 ANTHROPIC_API_KEY 환경변수 사용)
instructions_fileNo상세 작성 지침이 담긴 마크다운 파일 경로. instructions와 함께 사용하면 파일 내용 + 파라미터 내용이 병합됨

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes작업 상태
messageYes안내 메시지
task_idYes작업 추적용 고유 ID
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate this is not read-only and may have open-world effects. The description adds context about the pipeline steps, but it incorrectly states web_search defaults to true while the schema says false, misrepresenting actual behavior. This is a transparency flaw despite no direct annotation contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with headers and steps, but it duplicates the full argument list from the schema and includes a long warning block. It earns its place by providing mode-specific context, but could be tighter by removing redundant parameter details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of a multi-step pipeline, the description covers the workflow, mode constraints, parameter roles, and return values, and even references blog_get_status for follow-up. The only notable gap is the incorrect web_search default, which slightly reduces completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3, but the description actively misleads by claiming web_search default is true when the schema default is false. It also simply repeats the schema's parameter descriptions without adding meaningful new information, so it fails to add value and introduces confusion.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it starts high-quality blog generation using a Claude Opus pipeline, and explicitly distinguishes itself as HTTP-mode-only, warning Desktop/Code users to use a different approach. This differentiates it from siblings like blog_start_draft and blog_get_status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit when-to-use (HTTP mode) and when-not-to-use guidance (Claude Desktop/Code users should ask Claude directly), and even names blog_get_status for completion checking. This is exemplary usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jiwon11/blog-generator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server