Skip to main content
Glama

Toolkit MCP Server

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

NameRequiredDescriptionDefault
dataYesData to encode in QR code
errorCorrectionLevelNoError correction levelM
typeNoOutput type (terminal, svg, or base64)terminal

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Data to encode in QR code", "type": "string" }, "errorCorrectionLevel": { "default": "M", "description": "Error correction level", "enum": [ "L", "M", "Q", "H" ], "type": "string" }, "type": { "default": "terminal", "description": "Output type (terminal, svg, or base64)", "enum": [ "terminal", "svg", "base64" ], "type": "string" } }, "required": [ "data" ], "type": "object" }

Other Tools from Toolkit MCP Server

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/cyanheads/toolkit-mcp-server'

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