Skip to main content
Glama
MrSagarShah

upload-post-mcp

by MrSagarShah

Post text to social platforms

post_text

Publish text content across multiple social platforms in one action. Schedule posts, add link previews, and automate first comments.

Instructions

Publish a text-only post to one or more platforms (x, linkedin, facebook, threads, reddit, bluesky, discord, telegram, google_business). 'title' is the post content. Supports scheduling, queueing, link previews (link_url), X polls via extra_params.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYesUpload-post profile identifier whose connected social accounts will be used.
titleYesThe post text content.
link_urlNoURL to include as a link preview card (LinkedIn, Bluesky, Facebook, Reddit).
timezoneNoIANA timezone for scheduled_date (e.g. 'America/New_York'). Defaults to UTC.
platformsYesTarget platform(s).
subredditNoSubreddit name without 'r/' — required when platforms includes reddit.
descriptionNoExtended text (LinkedIn commentary, Facebook/YouTube/Pinterest/TikTok descriptions, Reddit body).
add_to_queueNoSchedule into the next available queue slot instead. Cannot combine with scheduled_date.
async_uploadNoReturn immediately with a request_id and process in background (poll with get_upload_status).
extra_paramsNoAny additional platform-specific form fields from the upload-post API docs, passed through verbatim. Examples: {linkedin_title: '...'}, {privacy_level: 'PUBLIC_TO_EVERYONE'}, {media_type: 'REELS'}, {poll_options: ['a','b'], poll_duration: 1440}, {'tags[]': ['tag1','tag2']}.
first_commentNoAutomatically post this as the first comment after publishing.
scheduled_dateNoISO-8601 date/time to schedule publishing (must be in the future, ≤365 days). Omit to publish now.
facebook_page_idNoFacebook Page ID — required when platforms includes facebook (auto-detected if only one page). Use list_page_targets to find it.
pinterest_board_idNoPinterest board ID — required when platforms includes pinterest. Use list_page_targets to find it.
target_linkedin_page_idNoLinkedIn organization page ID to post as a company page instead of the personal profile.
Behavior3/5

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

With no annotations, description carries full burden. It mentions scheduling, queueing, link previews, and polls, but lacks details on error handling, idempotency, or rate limits. 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?

Single, well-structured sentence that front-loads core purpose. No redundant phrases, efficiently covers key features.

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?

With 15 parameters and no output schema, description covers most important features (scheduling, queueing, async) but omits details on response format. Adequate for complexity.

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?

100% schema coverage means baseline is 3. Description adds value by clarifying relationship between parameters (e.g., 'title' as content) and giving examples for extra_params, going beyond schema descriptions.

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?

Description clearly states 'Publish a text-only post to one or more platforms' with specific verb and resource. Lists supported platforms and distinguishes itself from media-focused siblings like post_photos and post_video.

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?

Context suggests this is for text-only posts, implying when to use alternatives, but no explicit when-not-to-use or direct comparisons to siblings are provided.

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/MrSagarShah/upload-post-mcp'

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