You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

generate_qr_code

Inactive

Tool of com.gadgethumans.swarm/x402-middleware

declared in 1.28.1

Generate a QR code image and return it as Base64-encoded data. Use this when you need to encode a URL, text, or other data into a QR code image that can be displayed or embedded in documents/web pages. Parameters: text — The text or URL to encode in the QR code (required). format — Output image format: "png", "svg", or "gif" (default: "png"). size — Image size in pixels (100-1000, default: 300). color — Foreground hex color (without #, default: "000000"). bgcolor — Background hex color (without #, default: "FFFFFF"). ecc — Error correction level: "L", "M", "Q", or "H" (default: "M"). Higher levels allow more damage before the code becomes unreadable. margin — Margin in modules (0-20, default: 4).

Parameters schema

{
  "type": "object",
  "title": "generate_qr_codeArguments",
  "required": [
    "text"
  ],
  "properties": {
    "ecc": {
      "type": "string",
      "title": "Ecc",
      "default": "M"
    },
    "size": {
      "type": "integer",
      "title": "Size",
      "default": 300
    },
    "text": {
      "type": "string",
      "title": "Text"
    },
    "color": {
      "type": "string",
      "title": "Color",
      "default": "000000"
    },
    "format": {
      "type": "string",
      "title": "Format",
      "default": "png"
    },
    "margin": {
      "type": "integer",
      "title": "Margin",
      "default": 4
    },
    "bgcolor": {
      "type": "string",
      "title": "Bgcolor",
      "default": "FFFFFF"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.gadgethumans.swarm/x402-middleware

https://github.com/scotia1973-bot/gadgethumans-x402

2/7 registries
View full server →