Skip to main content
Glama

fc_bulk_update_posts

Update multiple posts simultaneously to modify status, privacy settings, or post type across your FluentCommunity WordPress site in one operation.

Instructions

Update multiple posts at once

Input Schema

NameRequiredDescriptionDefault
post_idsYesArray of post IDs to update
updatesYesFields to update on all posts

Input Schema (JSON Schema)

{ "properties": { "post_ids": { "description": "Array of post IDs to update", "items": { "type": "number" }, "type": "array" }, "updates": { "description": "Fields to update on all posts", "properties": { "privacy": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "type": "object" } }, "required": [ "post_ids", "updates" ], "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