Postlia
Schedule and publish social posts to 7 networks from AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data
What it can do
What data it sees
Do you need an account
An API key from the service settings is required
Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.
Server tool list (15)
Raw names from tools/list. Only developers need these.
| list_accounts | List the connected social accounts on this Postlia workspace. |
| list_scheduled_posts | List upcoming scheduled posts. |
| create_post | Create a post. Provide scheduledAt (ISO datetime) to schedule, queue=true for the next open queue slot, or neither to post within ~5 minutes. Media platforms (instagram, tiktok, pinterest, youtube) need mediaUrl/mediaUrls from upload_media; tiktok/pinterest/youtube also need their options object. |
| cancel_post | Cancel a scheduled post by id. |
| upload_media | Pull an image or video from a public https URL into Postlia storage. Returns the storage URL and media type, ready for create_post. PNG, JPEG, WebP, GIF, MP4, WebM, MOV, max 25 MB. |
| get_post_receipt | Delivery receipt for a post: per-platform outcome (published/failed/retrying/pending), platform post ids, and the platform's real error text. Use this to VERIFY a post actually went live instead of assuming. Accepts the id from create_post or from list_published_posts. |
| list_published_posts | Recent post history with per-post outcome status and any platform errors. |
| get_posting_quota | The posting quota that will actually be enforced: tier, posts used, limit and remaining. Check this before composing a batch instead of discovering the limit via errors. |
| reschedule_post | Move a pending scheduled post to a new future time (ISO datetime). |
| update_post_content | Rewrite a pending scheduled post's text. Platform character limits are enforced. |
| list_drafts | List saved drafts (not scheduled, cost no quota). |
| create_draft | Save a draft for later without spending posting quota. |
| delete_draft | Delete a draft by id. |
| get_queue_info | The posting schedule (timezone + weekly slots) and the next open queue slots, i.e. when a create_post with queue=true would actually publish. |
| get_analytics_summary | Post-outcome summary over the last N days: totals, published/partial/failed counts, per-platform volume, and recent platform errors. |