Skip to main content
Glama
alexkess

publer-mcp-server

by alexkess

publer_publish_post_now

Publish a post immediately to selected social media accounts. Send text and optional media; returns a job ID for tracking.

Instructions

Publish a post immediately across selected accounts. Returns a job_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoURL for link posts
textYesPost caption/text content
typeNoContent typestatus
media_idsNoArray of pre-uploaded media IDs
account_idsYesArray of account IDs to post to
Behavior3/5

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

The description states that the tool returns a job_id, hinting at asynchronous behavior. With no annotations provided, the description carries full burden; however, it does not disclose potential side effects, authentication requirements, or error states. Adequate but not thorough.

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 with no wasted words. It front-loads the core purpose and outcome, making it easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description lacks details on parameter relationships (e.g., required conditions for different content types) and does not explain the async workflow fully. With no output schema, more context on return value would help. Adequate but incomplete.

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 input schema already documents each parameter. The description adds no additional semantic detail beyond 'across selected accounts' which maps to account_ids. Baseline 3.

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 immediately) and the resource (post across selected accounts). It specifies the outcome (returns a job_id). However, it does not differentiate from sibling tools like publer_create_post, which likely handles scheduled posts.

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 word 'immediately' implies use for instant publishing, but there is no explicit guidance on when to use this tool versus alternatives like publer_create_post or publer_update_post. No exclusion criteria or prerequisites are mentioned.

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/alexkess/publer-mcp-server'

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