live · Developer Tools · JSON · API for agents
Get a FriendlyGUID. Optionally provide a memorable seed word or phrase; FriendlyGUID converts it to a valid GUID/UUID and can update the page.
{
"name": "get_friendly_guid",
"kind": "read",
"impl": "imperative",
"description": "Get a FriendlyGUID. Optionally provide a memorable seed word or phrase; FriendlyGUID converts it to a valid GUID/UUID and can update the page.",
"inputSchema": {
"type": "object",
"properties": {
"seed": {
"type": "string",
"description": "Optional memorable word or phrase to convert into a friendly GUID. When omitted, the current page GUID is completed or a new friendly GUID is generated."
},
"uppercase": {
"type": "boolean",
"description": "Return the GUID in uppercase. Defaults to the page casing setting."
},
"updatePage": {
"type": "boolean",
"description": "Update the visible FriendlyGUID input with the generated GUID.",
"default": true
}
},
"required": [],
"additionalProperties": false
}
}