F

friendlyguid.com

Generate secure random or human-readable GUID/UUIDs in your browser, instantly validate existing identifiers, and copy them for use in testing or production. Private by design.

1read
https://www.friendlyguid.com/

live · Developer Tools · JSON · API for agents

Tools 1 tool

get_friendly_guidread

Get a FriendlyGUID. Optionally provide a memorable seed word or phrase; FriendlyGUID converts it to a valid GUID/UUID and can update the page.

View tool JSON
{
  "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
  }
}