Skip to main content
Glama

벨로그 초안 작성

velog_create_draft

Creates a private draft post on Velog without publishing it. Only the author can view the draft; use a separate tool to publish it later when ready.

Instructions

벨로그에 임시저장 글(초안)을 만든다. 발행되지 않으며 작성자 본인만 볼 수 있다. 이 도구는 어떤 설정에서도 발행하지 않는다 — 발행하려면 velog_publish_draft 를 따로 부를 것. body 는 마크다운으로 쓴다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes본문 (마크다운)
tagsNo태그 목록
titleYes글 제목
url_slugNo생략하면 제목에서 생성
series_idNo소속시킬 시리즈 id. ★ 벨로그는 임시저장 단계에서 이걸 무시한다 — 초안 생성 후 velog_update_draft 로 다시 지정해야 실제로 붙는다
thumbnailNo썸네일 이미지 URL (http/https 만)
Behavior4/5

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

Annotations only indicate a non-read-only, non-idempotent mutation. The description adds that the result is a private, unpublished draft and that the tool will never publish under any settings—useful behavioral context beyond the structured fields. It also notes body is Markdown, though the schema already states that; the publisher-exclusion detail is the main added transparency.

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

Conciseness5/5

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

Three concise sentences front-load the core action, then add the publication caveat and reference to the sibling tool, then a brief input formatting note. No filler or redundancy; every sentence contributes key information.

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?

For a tool with 6 parameters and no output schema, the description covers the essential behavioral aspects: creation, privacy, non-publication, and the body format. It does not mention return values or potential errors, but those are not required by the presence of an output schema. The series_id caveat lives in the schema, which is appropriate. Overall, adequately complete.

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

Parameters3/5

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

Schema description coverage is 100%, with each of the 6 parameters well-documented (e.g., url_slug generation, series_id draft-stage caveat, thumbnail URL restrictions). The description only adds that body is Markdown, which is already present in the schema, so it adds minimal semantic value beyond the schema.

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 states '벨로그에 임시저장 글(초안)을 만든다' with a specific verb and resource, and immediately clarifies that drafts are unpublished and only visible to the author. It also explicitly distinguishes itself from velog_publish_draft by name, so there is no confusion with the sibling publish tool.

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?

Provides explicit when-to-use guidance: it creates a draft, never publishes, and directs the agent to call velog_publish_draft separately for publishing. This is a clear alternative reference and excludes misuse. The Markdown note for body also helps the agent prepare input.

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/milcho0604/velog-mcp'

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