Skip to main content
Glama

벨로그 글 발행

velog_publish_post
Destructive

Publish a new Velog post immediately as private, bypassing the draft stage. Revert to draft anytime with the unpublish tool.

Instructions

새 글을 바로 발행한다. 초안을 거치지 않는다. 현재 설정에서는 비공개로만 발행된다 (공개 발행은 VELOG_ALLOW_PUBLIC=1 이 필요하다). 되돌리려면 velog_unpublish_post 로 초안으로 내릴 수 있다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes본문 (마크다운)
tagsNo
titleYes
url_slugNo생략하면 제목에서 생성
series_idNo
thumbnailNo
Behavior4/5

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

Annotations already indicate destructiveHint=true, and the description adds key behavioral details: it bypasses drafts, publishes only as private under the current settings (requires VELOG_ALLOW_PUBLIC=1 for public), and can be reverted via unpublish. This goes beyond the annotations and provides useful context for an agent.

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?

Two concise sentences, front-loaded with the main action. The additional notes on privacy and revert are valuable and do not waste words.

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 publish/mutation tool, the description covers the core behavior, the current environment restriction, and the revert path. No output schema exists, so mentioning the revert is helpful. It could have noted what is returned on success, but that is a minor gap given the action context.

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?

Input schema has 6 parameters with only 33% coverage; title and body lack descriptions. The description does not mention any parameters or offer guidance on how to fill them. Tags, url_slug, series_id, and thumbnail have schema descriptions, but required fields are undocumented. The description fails to compensate for the coverage gap.

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?

Description states '새 글을 바로 발행한다' (publishes a new post immediately), using a specific verb and resource. It distinguishes from velog_publish_draft by explicitly saying it does not go through a draft, and from velog_unpublish_post by noting it can be reverted.

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

Usage Guidelines4/5

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

Provides clear context for when to use this tool: publishing a new post directly without a draft. It also names velog_unpublish_post as the alternative for reverting. Does not explicitly compare to velog_publish_draft, but the draft distinction implies when each should be used.

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