You're viewing a demo portfolio

Join the waitlist
PRSM

page.meta.update

Active

Tool of Create Web Page

declared in 0.1.0

Update internal page title, URL slug, and SEO title/description. For already-published pages, this saves an unpublished latest revision only. Do not call page.publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page.publish. Do NOT call page.unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down.

Parameters schema

{
  "type": "object",
  "required": [
    "pageId"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "description": "Preferred public URL slug."
    },
    "title": {
      "type": "string",
      "description": "Internal page title shown in editor results."
    },
    "pageId": {
      "type": "string",
      "format": "uuid"
    },
    "seoTitle": {
      "type": "string",
      "description": "SEO <title> tag value."
    },
    "editToken": {
      "type": "string"
    },
    "seoDescription": {
      "type": "string",
      "description": "SEO meta description value."
    }
  },
  "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.meta.update — Create Web Page — PRSM MCP