Skip to main content
Glama

viruagent_publish

Attempts to publish a blog post with title and content; if daily publish limit is exceeded, saves the post as a draft instead.

Instructions

제목/본문으로 발행을 시도하고, 403(일일 발행 제한) 발생 시 임시저장으로 폴백합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo쉼표 구분 태그 문자열
titleYes발행할 글 제목
contentYesHTML 포맷 본문
categoryNo카테고리 ID(숫자)
providerNotistory
imageUrlsNo클라이언트(Claude/Codex)가 수집한 이미지 경로 목록. URL(http/https) 또는 로컬 파일 경로를 허용합니다. URL은 로컬 임시 파일로 저장 후 업로드됩니다.
thumbnailNo썸네일 업로드 키 문자열(선택)
visibilityNopublic
autoUploadImagesNo웹 이미지 자동 다운로드/업로드 사용 여부
imageUploadLimitNo자동 업로드할 이미지 개수 (고정 1개)
minimumImageCountNo최소 업로드 이미지 개수 (고정 1개)
enforceSystemPromptNosystem-prompt.md 규격 위반 시 publish를 막고 위반 사유 반환
relatedImageKeywordsNo본문에 삽입할 관련 이미지 키워드(예: ["갤럭시", "AI"])
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavior. It discloses the 403 fallback to draft, which is important, but does not cover other aspects like authentication, idempotency, or whether it updates existing posts. This is adequate but minimal.

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

Conciseness4/5

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

The description is a single sentence that is very concise and front-loaded with the action. It is efficient but could include more detail without being verbose.

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 13 parameters, no output schema, and no annotations, the description is too brief. It does not explain return values, error handling beyond 403, or detailed fallback behavior. More context is needed for a tool of this complexity.

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 high (85%), so the schema already explains most parameters. The description does not add any additional meaning to parameters beyond what is in the schema. A baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool attempts to publish a post with title/content and falls back to draft on 403 error. While it distinguishes from siblings by mentioning draft fallback, it could be more explicit about its primary purpose versus viruagent_save_draft.

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

Usage Guidelines3/5

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

The description implies usage for publishing with automatic draft fallback, but lacks explicit guidance on when to use this tool versus viruagent_save_draft or other siblings. The fallback behavior is mentioned but not compared to 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