Skip to main content
Glama

bulk_update_content

Update multiple content items simultaneously in LightCMS. Modify titles, tags, metadata, or clear fields for up to 100 items per batch operation.

Instructions

Update up to 100 content items in a single call. Use instead of calling update_content in a loop.

Each update in the array specifies the content ID and only the fields you want to change (merge semantics on data). Use clear_fields to explicitly clear field values to empty string. Set dry_run: true to validate all IDs exist without committing changes.

Returns: total attempted, succeeded, failed counts, and per-item success/error details.

Tip: call list_content with include_data: true first to get IDs + current field values, transform as needed, then submit here. Recommended batch size: up to 50 per call for optimal performance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNoIf true, validate all IDs exist without saving
updatesYesArray of content updates (max 100),required
version_commentNoVersion comment applied to all updates

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/jonradoff/lightcms'

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