Turn a list of planned social media posts into a content calendar: a CSV export (Date, Time, Platform, Content Type, Title, Description, Hashtags), a plain-text schedule, posts grouped by date, counts per platform and content type, and a Monday-first month grid for the month you choose (default: the month of the earliest post). Each post needs a date, a platform (e.g. Instagram, Twitter/X, LinkedIn, TikTok, Facebook, YouTube), a content type (Post, Story, Reel, Video, Article, Thread, Live) and a title.
This page documents the HTTP endpoint POST /api/tools/social-media-calendar-generator/execute. See the MCP reference →
Call it over REST
POST https://api.findutils.com/api/tools/social-media-calendar-generator/execute · no API keys · 60 requests/min per IP
Execute — verified arguments
curl -X POST https://api.findutils.com/api/tools/social-media-calendar-generator/execute \
-H "Content-Type: application/json" \
-d '{
"posts": [
{
"date": "2026-09-05",
"time": "10:00",
"platform": "Instagram",
"content_type": "Reel",
"title": "Product Showcase"
}
]
}' Parameter schema for this endpoint
curl https://api.findutils.com/api/tools/social-media-calendar-generator Input schema
| Argument | Type | Required | Description |
|---|---|---|---|
| posts | array | yes | Planned posts: { date (YYYY-MM-DD), time (HH:MM), platform, content_type, title, description, hashtags }. |
| month | string | no | Month to render the grid for, YYYY-MM. Default: month of the earliest post. |
Example arguments (verified)
{
"posts": [
{
"date": "2026-09-05",
"time": "10:00",
"platform": "Instagram",
"content_type": "Reel",
"title": "Product Showcase"
}
]
} Also an MCP tool
Claude, Cursor, and any MCP client can call this tool as
findutils:social_media_calendar_generator after one connect command.
Connect once
claude mcp add findutils --transport http https://mcp.findutils.com/ More Productivity tools
Client Status Report Generator
Generate a client-facing project status report in Markdown and return it with its headline counts.
Dev Request Prioritizer
Prioritize development requests with the page's scoring frameworks and return them sorted by priority score, each with a value score and an
Keyboard Shortcut Finder
Return keyboard shortcuts (Mac and Windows keys) that match a search query, app, or category.
Retro Meeting
Turn a finished sprint-retrospective board into shareable results: a Markdown summary grouped by category with items sorted by votes, a CSV
Scope Creep Tracker
Measure scope creep on a project and return the numbers a stakeholder report needs: original (baseline) effort, approved / pending / rejecte
Sprint Capacity Calculator
Calculate a team's realistic sprint capacity in hours and story points.
Tech Debt Register
Analyze a technical debt register and return the stakeholder numbers: active vs resolved counts, total hours to fix, weekly "interest" cost