Skip to main content
Glama
molpass
by molpass

Generate QR Code

generate_qr

Generate a QR code PNG image from text or URL. Adjust size, color, margin, and error correction level.

Instructions

텍스트나 URL을 받아 QR 코드를 PNG 이미지로 생성한다. 색상·크기·여백·오류정정 수준을 조절할 수 있다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes인코딩할 텍스트 또는 URL
errorCorrectionLevelNo오류 정정 수준 (L<M<Q<H)M
sizeNo출력 한 변 길이(px)
marginNo여백(모듈 단위)
darkColorNo전경색 (hex, 예: #000000)#000000
lightColorNo배경색 (hex, 예: #FFFFFF)#FFFFFF
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavioral traits. It mentions generating a PNG image but does not specify how the image is returned (e.g., as binary data, base64, or a URL). Missing information about output format, error handling, or performance implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences that efficiently convey the purpose and key customization options. No unnecessary words or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the purpose is clear, the description lacks details about output handling (e.g., return type, storage), error behavior, and any prerequisites. For a tool with no annotations and no output schema, this leaves significant gaps in context needed for reliable invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 100% of parameters with clear descriptions. The description adds a summary of adjustable attributes (color, size, margin, error correction), but this largely restates what is already in the schema, providing minimal additional semantic value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool takes text or URL and generates a QR code as a PNG image. It provides a specific verb (generate) and resource (QR code), leaving no ambiguity about the tool's core function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives, and no mention of prerequisites or limitations. The description simply states what the tool does without any contextual usage advice.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/molpass/mcp-qr'

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