Skip to main content
Glama

qrcode generator

generate_qr_code

Convert text into customizable QR code images. Adjust box size, border, and colors to suit your needs. Ideal for sharing information in a compact, scannable format.

Instructions

Generate QR code(生成二维码图片) from text and return as image with description.

Args: text: Text content to convert to QR code box_size: Size of each box in pixels (1-50) border: Number of boxes for border (0-20) fill_color: Foreground color back_color: Background color

Input Schema

NameRequiredDescriptionDefault
back_colorNowhite
borderNo
box_sizeNo
fill_colorNoblack
textYes

Input Schema (JSON Schema)

{ "properties": { "back_color": { "default": "white", "title": "Back Color", "type": "string" }, "border": { "default": 4, "title": "Border", "type": "integer" }, "box_size": { "default": 10, "title": "Box Size", "type": "integer" }, "fill_color": { "default": "black", "title": "Fill Color", "type": "string" }, "text": { "title": "Text", "type": "string" } }, "required": [ "text" ], "title": "generate_qr_codeArguments", "type": "object" }
Install Server

Other Tools from qrcode generator

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/2niuhe/qrcode_mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server