Skip to main content
Glama
skiddgoddamn

zaytsv-bot-graph-mcp

by skiddgoddamn

article_publish

Publish a new blog article from Markdown content. Automatically extracts title, cover image, and SEO description if not provided, and returns the public URL.

Instructions

Опубликовать НОВУЮ статью блога zaytsv (POST /api/articles). content — Markdown (как README на GitHub: заголовки, списки, таблицы, код, картинки по URL). title необязателен: если не передать, заголовком станет первая строка вида «# Заголовок», и она убирается из текста. Обложку можно задать явно через cover (URL картинки) — иначе берётся первая картинка из текста; excerpt (SEO-описание) тоже можно задать явно, иначе генерируется из текста. Возвращает статью с id и slug + публичный URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coverNoURL обложки (coverImage/OG). Если не задан — берётся первая картинка из текста.
titleNoЗаголовок (необязателен, если content начинается с «# ...»)
contentYesТело статьи в Markdown
excerptNoКраткое SEO-описание (≤160 симв). Если не задан — генерируется из текста.
Behavior5/5

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

With no annotations provided, the description carries the full burden. It discloses detailed behavior: content must be Markdown, title extraction from first '# Heading', cover fallback to first image, excerpt generation, and return of id/slug/public URL. This goes well beyond basic descriptions and fully informs the agent of side effects and defaults.

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 dense paragraph but front-loads the core purpose and packs essential behavior without fluff. It is somewhat lengthy, but every clause contributes to operational understanding. No wasted words, though it could be split for readability.

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?

Given no output schema, the description explicitly states the return value (article with id and slug + public URL), which is helpful. It covers parameter behavior, creation semantics, and defaults. It omits explicit auth prerequisites and error scenarios, but these are largely context-independent and typical for a publish action, so completeness is high.

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%, so baseline is 3, but the description adds significant meaning: it explains Markdown syntax for content, how title is derived if omitted, and the fallback logic for cover and excerpt. This enriches each parameter beyond schema descriptions, justifying a score above baseline.

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 'Опубликовать НОВУЮ статью' (publish NEW article) with the endpoint (POST /api/articles), distinguishing it from sibling tools like article_update and article_get. It specifies the exact resource (blog articles) and verb (publish), leaving no ambiguity about its function.

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 strongly implies usage for creating new articles (emphasizing 'НОВУЮ') and provides context about how to use it (e.g., optional title, cover, excerpt). It does not explicitly name alternatives or exclusions, but the distinct 'new' semantics and detailed behavior serve as clear guidance versus update/get/list siblings.

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/skiddgoddamn/zaytsv-mcp'

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