Skip to main content
Glama

viruagent_save_draft

Save a draft blog post to Tistory or Naver with title and content. Image placeholders are automatically replaced with relevant images for the post.

Instructions

제목/본문으로 임시저장합니다. 이미지 플레이스홀더 치환은 publish와 동일하게 수행합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo태그 문자열
titleYes임시저장 제목
contentYes임시저장 본문
categoryNo카테고리 ID(미지정 시 0)
providerNotistory
imageUrlsNo임시저장 시 삽입할 이미지 URL 목록. URL(http/https) 또는 로컬 파일 경로
autoUploadImagesNo자동 이미지 업로드 사용 여부
imageUploadLimitNo자동 업로드할 이미지 개수 (고정 1개)
minimumImageCountNo최소 업로드 이미지 개수 (고정 1개)
enforceSystemPromptNosystem-prompt.md 규격 위반 시 임시저장도 막고 위반 사유 반환
relatedImageKeywordsNo본문 이미지 플레이스홀더 키워드(예: ["갤럭시", "AI"])
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that image placeholder replacement is identical to publish, which is useful behavioral info. However, it omits other important behaviors like whether drafts can be overwritten, required permissions, or output format.

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 extremely concise with two short sentences. No unnecessary words, every sentence provides relevant information. It is front-loaded with the core action.

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

Completeness2/5

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

Given the tool has 11 parameters and no output schema, the description is insufficient. It does not explain the purpose of many parameters, how to use image URLs, the effect of enforceSystemPrompt, or what happens on success/failure. Significant gaps remain.

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 very high (91%), so baseline is 3. The description adds minimal value beyond the schema, only reiterating title/content and the image replacement behavior. It does not explain how parameters like imageUrls interact with autoUploadImages or relatedImageKeywords.

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 saves a draft with title and content, and distinguishes it from 'publish' by explicitly mentioning that image placeholder replacement is performed the same as publish. The verb and resource are specific and not a tautology.

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 provides clear context by comparing behavior with the sibling 'publish' tool, implying that this tool is for saving drafts rather than publishing. However, it lacks explicit guidance on when not to use it or direct mention of alternatives.

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/greekr4/viruagent-mcp'

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