Skip to main content
Glama

create_fork

Create an isolated workspace to stage content changes without affecting the live website, enabling batch updates when ready.

Instructions

Create a new named fork workspace for staging content changes.

A fork is an isolated workspace where you can edit copies of live pages without affecting the public site. When ready, an admin can merge the fork to push all changes live at once.

Typical workflow:

  1. create_fork — create the workspace

  2. fork_page — copy pages you want to edit into the fork (returns a fork page ID)

  3. update_content (with the fork page ID) — make your edits

  4. merge_fork — merge all changes to the live site (admin only)

Returns the fork ID needed for subsequent fork operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoOptional description of what this fork is for
nameYesFork workspace name,required

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