You're viewing a demo portfolio

Join the waitlist
PRSM

page.claim

Active

Tool of Create Web Page

declared in 0.1.0

Claim an anonymous demo page into an AUTHENTICATED account. This requires the signed-in user's OAuth — an anonymous chat/agent session cannot call it and will get an OAuth-required error. So in a normal agent conversation, do NOT call this to 'save' a demo page: instead share the claimUrl from the page.create/page.publish result with the user, who opens it, signs in, and keeps the page. Only call page.claim when the request already runs under the owner's OAuth.

Parameters schema

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Create Web Page

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

1/7 registries
View full server →