Skip to main content
Glama
ESkuratov

MCP Content Publisher

by ESkuratov

publish_post

Publish text posts to Telegram, YouTube, or Instagram channels, optionally with media attachments and scheduled delivery.

Instructions

Опубликовать пост на указанной платформе.

Args: platform: Платформа (telegram | youtube | instagram) text: Текст поста channel: Канал для публикации (@username или ID) media_urls: URL изображений/видео (опционально) schedule_at: Время публикации в ISO-8601 (опционально)

Returns: PublishResult: {post_id, status, url, error}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
channelYes
platformYes
media_urlsNo
schedule_atNo
Behavior4/5

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

Despite no annotations, the description discloses publishing behavior, optional scheduling, media URLs, and return fields (post_id, status, url, error). It does not mention side effects or rate limits, but covers the core behavior sufficiently.

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 structured with a one-line purpose, then a bullet-style Args and Returns section. It is concise and easy to parse, though the Russian language might limit international agents.

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 includes the return structure. All 5 parameters are explained. It lacks error handling details but is sufficient for correct invocation in most cases.

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

Parameters5/5

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

Schema coverage is 0%, but the description provides full parameter semantics: platform options (telegram | youtube | instagram), text, channel, media_urls optional, schedule_at optional with ISO-8601 format. This adds significant value beyond the bare 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 'Опубликовать пост на указанной платформе' (Publish a post on the specified platform), specifying the verb and resource. It lists the allowed platforms and distinguishes itself from sibling tools (get_metrics, get_channel_stats) which are read-only.

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 does not explicitly provide when to use this tool versus alternatives. However, the sibling tool names and context imply usage for publishing vs. reading metrics, so it is adequate but not explicit.

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/ESkuratov/mcp-content-publisher'

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