generateQRCode
Create QR codes from input data for terminal, SVG, or base64 output, with customizable error correction levels. Integrates with the Toolkit MCP Server for efficient QR generation.
Instructions
Generate a QR code from input data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data to encode in QR code | |
errorCorrectionLevel | No | Error correction level | M |
type | No | Output type (terminal, svg, or base64) | terminal |