Safety and limitations
Prepr MCP server is designed to help with editorial work, but write actions still need the right context.
Important behavior:
- Write actions depend on your user role permissions
- If you’re connecting to a multi-locale environment, the AI agent should ask for clarification when it’s not clear which locale to create or update a content item
- For a single-locale environment, include the locale in the AI agent’s core instructions.
- If multiple candidate items match the request, the AI agent should ask for clarification before mutating content
- Deleting content always requires explicit confirmation
Current limitations:
- The
create_itemrequest creates one locale per call and supports model-level root fields of typeText,Boolean,Integer,Float,Enum,Color,Tags,ContentReference,Asset, andElementBox - The
update_itemrequest uses the same simplified input shape ascreate_item, but sends a fullPUTupdate for one locale after first merging your changes into the current item - The
patch_itemsrequest supports model-level root fields of typeText,Boolean,Integer,Float,Enum,Color,Tags, andContentReference - The bulk mutation calls are processed in chunks of up to
25content item IDs per call
Currently known bugs and PR’s
- Resource needs to be added with payload examples for the dynamic content editor
If you have any questions about the Prepr MCP server, please contact our Support team .
Last updated on