Skip to main content
Glama

fc_bulk_create_posts

Create multiple WordPress community posts simultaneously to manage AI-generated content campaigns with scheduled publishing options.

Instructions

Create multiple posts at once (useful for AI-generated content campaigns)

Input Schema

NameRequiredDescriptionDefault
postsYesArray of post objects to create

Input Schema (JSON Schema)

{ "properties": { "posts": { "description": "Array of post objects to create", "items": { "properties": { "message": { "type": "string" }, "scheduled_at": { "description": "Schedule time (YYYY-MM-DD HH:MM:SS)", "type": "string" }, "space_id": { "type": "number" }, "status": { "type": "string" }, "title": { "type": "string" }, "type": { "type": "string" }, "user_id": { "type": "number" } }, "required": [ "space_id", "user_id", "message" ], "type": "object" }, "type": "array" } }, "required": [ "posts" ], "type": "object" }

Latest Blog Posts

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/wplaunchify/fluent-community-mcp'

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