Skip to main content
Glama
solnk-dev

Solnk MCP

Official

solnk_publish

Publish content to multiple social platforms with a single request. Supports draft, scheduled, and immediate publishing modes.

Instructions

Publish content to one or more platforms in a single request. Use publish_mode 'draft' to stage for review (then solnk_confirm_publish), 'scheduled' with scheduled_at, or 'immediate' to send now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNoDefault copy for all targets; each target may override it
publish_modeYes
scheduled_atNoISO 8601 UTC; required when publish_mode is 'scheduled'
media_idsNoDefault media for all targets
targetsYesOne entry per account to publish to
idempotency_keyNoReuse to retry safely; auto-generated if omitted
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the three publish modes and mentions that per-target overrides are possible, but it does not cover authentication requirements, rate limits, or what happens on success (e.g., returns a publish ID). The behavioral description is functional but not exhaustive.

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 two sentences, front-loads the primary verb and scope, and every phrase adds value (modes, next steps, constraints). Zero wasted words.

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 the tool's complexity (6 parameters, nested `targets` object, enum), the description covers the essential workflow and mode distinctions. It names the follow-up tool for drafts. It does not describe the return format (e.g., a publish ID), but with no output schema, this is acceptable. A brief return note would make it a 5.

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 high (83%), so the baseline is 3. The description adds value by explaining the role of `publish_mode` in the workflow, the override relationship between top-level and per-target `content`/`media_ids`, and provides a reference link for `platform_settings`. This goes beyond simple schema repetition.

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 starts with a clear action verb ('Publish') and resource ('content'), specifies scope ('one or more platforms'), and distinguishes from sibling tools like `solnk_confirm_publish` and `solnk_cancel_publish` by naming them explicitly in the usage guidance.

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

Usage Guidelines5/5

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

The description explicitly tells when to use each `publish_mode` ('draft' to stage, 'scheduled' with `scheduled_at`, 'immediate') and names the sibling `solnk_confirm_publish` as the tool to follow after drafting, providing clear alternative context.

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/solnk-dev/solnk-mcp'

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