Skip to main content
Glama
mrpumpkin98
by mrpumpkin98

벨로그 글 수정

velog_update_post

Update a Velog post by specifying its ID and changing any of its fields including title, body, tags, series, thumbnail, or visibility.

Instructions

기존 글을 수정합니다. post_id 는 필수이고, 나머지는 넘긴 항목만 바뀝니다. 본문 일부만 고칠 때도 body 는 전체를 보내야 합니다(부분 수정 불가).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo새 마크다운 본문(전체)
tagsNo새 태그 목록(전체 교체)
draftNo임시저장 여부
titleNo새 제목
post_idYes글 UUID
privateNo비공개 여부
url_slugNo새 URL 슬러그
series_idNo시리즈 UUID
thumbnailNo새 썸네일 URL

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description explains the critical behavioral nuance that body must be sent in full even for partial edits, which is beyond the annotations (readOnlyHint=false, openWorldHint=true). This adds significant transparency for a mutation tool.

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?

The description is two sentences, front-loaded with purpose, and every word earns its place. No redundant or missing information.

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

Completeness5/5

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

Given the 9 parameters, write operation, and presence of an output schema, the description covers all necessary behavioral aspects: required field, partial update semantics, and the body caveat. It is complete for an agent to use correctly.

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

Parameters4/5

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

Schema coverage is 100% with detailed descriptions for each parameter. The description summarizes the partial update pattern but does not add new per-parameter details. The warning about body being full is already implicit in the schema description.

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 the tool updates an existing post, specifies the required parameter (post_id), and explains partial update behavior. This distinguishes it from sibling tools like velog_publish_post (create) and velog_delete_post (delete).

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?

The description tells the agent that only passed fields change and body must be sent in full. It implicitly guides when to use this tool (when an existing post ID is available), but could explicitly mention alternatives like velog_publish_post for new posts.

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

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