generate_social_posts
Generate platform-optimized social copy from an article for Twitter, LinkedIn, Reddit, and Bluesky. No credentials required. Costs 1 credit per call.
Instructions
Generate platform-optimized social copy from an article: twitter (thread), linkedin (long form), reddit (post + suggested subreddits), bluesky (single post within 300 graphemes). Costs 1 credit per call regardless of platform count. No platform credentials required (this generates copy; use bluesky_post / linkedin_post / x_post / mastodon_post to actually post). Returns: { posts: { twitter?, linkedin?, reddit?, bluesky? } }. Common errors: insufficient credits (PAYMENT_REQUIRED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Full article markdown content for rich generation | |
| title | No | Article title (used if content not provided) | |
| summary | No | Article summary (used if content not provided) | |
| url | No | Article URL for links and CTAs | |
| platforms | Yes | Platforms: twitter, linkedin, reddit, bluesky |