Skip to main content
Glama

MCP Art Supply Store

by wspotter

post_to_social_media

Schedule and publish content to Facebook and Instagram with optional images and hashtags for social media marketing.

Instructions

Post content to Facebook and/or Instagram. Requires Meta API configuration. Can schedule posts for future publishing.

Input Schema

NameRequiredDescriptionDefault
hashtagsNoOptional: Comma-separated hashtags (without # symbol)
imageUrlNoOptional: URL to image (required for Instagram)
messageYesPost caption/message
platformsYesComma-separated platforms: facebook, instagram, or both
scheduleTimeNoOptional: Schedule for future (YYYY-MM-DD HH:MM format)

Input Schema (JSON Schema)

{ "properties": { "hashtags": { "description": "Optional: Comma-separated hashtags (without # symbol)", "type": "string" }, "imageUrl": { "description": "Optional: URL to image (required for Instagram)", "type": "string" }, "message": { "description": "Post caption/message", "type": "string" }, "platforms": { "description": "Comma-separated platforms: facebook, instagram, or both", "type": "string" }, "scheduleTime": { "description": "Optional: Schedule for future (YYYY-MM-DD HH:MM format)", "type": "string" } }, "required": [ "platforms", "message" ], "type": "object" }

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/wspotter/mcpart'

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