barcode.generate
Generate barcode or QR code images from URLs or text. Choose from QR, Code128, or EAN13 formats.
Instructions
Generate a barcode or QR code as an image. Format defaults to qr; supported: qr, code128, ean13. Returns raw image bytes (base64 in MCP transport).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Encoded payload, e.g. { type: "url", url: "https://..." } or { type: "text", text: "..." }. | |
| format | No | qr |