generate_qr_code
InactiveTool of com.gadgethumans.swarm/x402-middleware
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries