You're viewing a demo portfolio

Join the waitlist
PRSM

page.publish

Active

Tool of Create Web Page

declared in 0.1.0

Publish the latest page revision. Call this only when the user's latest message explicitly asks to publish, make the page live, or get a public share link. Do not call this immediately after page.create or page.create_from_brief just because the draft is publish-ready. For anonymous demo pages, include the editToken returned by page.create. The response includes nextSteps: always share these with the user after publishing — they include the claim reminder and any remaining improvements.

Parameters schema

{
  "type": "object",
  "required": [
    "pageId"
  ],
  "properties": {
    "pageId": {
      "type": "string",
      "format": "uuid",
      "description": "The pageId returned by page.create."
    },
    "editToken": {
      "type": "string",
      "description": "Required for anonymous demo pages. Use the editToken returned by page.create."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Create Web Page

https://github.com/daniel-lopez-puig/landings

1/7 registries
View full server →
page.publish — Create Web Page — PRSM MCP