Skip to main content
Glama

publish_content

Publish content to connected social media platforms like Bluesky, Telegram, and Discord. Use this tool to share posts and images across multiple platforms from one interface.

Instructions

Publish content directly to your connected social media platforms (Bluesky, Telegram, Discord). Requires platforms to be connected in your BlogBurst dashboard.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformsYesPlatforms to publish to (must be connected first)
contentYesThe content to publish
image_urlsNoOptional image URLs to attach
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions a prerequisite (connected platforms) but lacks details on behavioral traits like whether publishing is immediate, reversible, requires specific permissions, rate limits, or error handling. For a mutation tool with zero annotation coverage, this is a significant gap.

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 appropriately sized and front-loaded, with a single sentence that efficiently conveys the core purpose and prerequisite. Every word earns its place without redundancy or unnecessary elaboration.

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 this is a mutation tool with no annotations and no output schema, the description is incomplete. It lacks information on what happens after publishing (e.g., success/failure response, return values), error conditions, or platform-specific behaviors, which are critical for an agent to use it correctly.

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 100%, so the schema already documents all parameters. The description adds minimal value beyond the schema by implying the platforms must be connected, but doesn't provide additional syntax, format, or usage details for parameters like 'content' or 'image_urls'.

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 action ('publish content') and target ('connected social media platforms'), specifying Bluesky, Telegram, and Discord as examples. It distinguishes from siblings like 'generate_blog' or 'repurpose_content' by focusing on direct publishing, though it doesn't explicitly contrast with 'generate_platform_content' which might be similar.

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?

It provides clear context for when to use: when platforms are connected in the BlogBurst dashboard. However, it doesn't explicitly state when NOT to use or mention alternatives like 'generate_platform_content' or 'repurpose_content', leaving some ambiguity about tool selection.

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/shensi8312/blogburst-mcp-server'

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