Skip to main content
Glama

Sociona MCP Server

by fav-devs

publish_post

Publish social media posts immediately to X, Instagram, or Threads with text content and optional media attachments.

Instructions

Publish a social media post immediately

Input Schema

NameRequiredDescriptionDefault
contentYesPost content/text
mediaUrlsNoOptional media URLs to attach
platformYesSocial media platform

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Post content/text", "type": "string" }, "mediaUrls": { "description": "Optional media URLs to attach", "items": { "type": "string" }, "type": "array" }, "platform": { "description": "Social media platform", "enum": [ "X", "INSTAGRAM", "THREADS" ], "type": "string" } }, "required": [ "platform", "content" ], "type": "object" }

Other Tools from Sociona MCP Server

Related Tools

    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/fav-devs/sociona-mcp-server'

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