Skip to main content
Glama
mrpumpkin98
by mrpumpkin98

마크다운 파일 발행

velog_publish_markdown_file

Publish local Markdown files to Velog by parsing frontmatter metadata. Re-running updates the existing post, preventing duplicates.

Instructions

로컬 마크다운 파일을 벨로그에 올립니다. 프런트매터(title·tags·slug·series_id 등)를 읽고, 발행 후 파일에 velog_post_id 를 기록합니다. 같은 파일을 다시 호출하면 새 글을 만들지 않고 기존 글을 수정하므로, 문서를 고칠 때마다 그대로 재실행하면 됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftNo임시저장 여부. 지정하면 프런트매터 draft 값을 덮어쓴다
privateNo비공개 여부. 지정하면 프런트매터 값을 덮어쓴다
file_pathYes마크다운 파일의 절대 경로
series_idNo시리즈 UUID. 지정하면 프런트매터 값을 덮어쓴다
update_frontmatterNo발행 후 파일에 velog_post_id·velog_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 discloses that it writes 'velog_post_id' to the file after publishing (side effect) and that repeated calls update rather than create. These behavioral traits go beyond the annotations (readOnlyHint: false, openWorldHint: true). No contradictions.

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 sentences, no wasted words. The first sentence delivers the core action; the second explains idempotent behavior on repeated calls.

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?

Covers core workflow, idempotent behavior, and file recording. Missing details like error handling or prerequisites, but includes output schema (not shown) to handle return values. Adequate for the complexity.

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 descriptions that already explain parameter override behavior. The description adds overall context about reading frontmatter (title, tags, slug, series_id) and how parameters interact, providing 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 clearly states the verb 'publishes local markdown file to Velog' and specifies the resource (markdown file). It differentiates from siblings like velog_publish_post by mentioning file I/O and frontmatter handling.

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 explicitly states that calling the same file again updates the existing post, providing clear guidance for repeated use. However, it does not explicitly contrast with sibling tools for when to use this vs. alternative publish methods.

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