qr_logo
生成带中心 logo 的品牌二维码(自动 H 级 30% 容错保证可扫),返下载 URL。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要编码的文本 / URL | |
| box_size | No | 模块像素,默认 10 | |
| back_color | No | 背景色 | white |
| fill_color | No | 前景色,如 #1a73e8 | black |
| logo_base64 | Yes | 中心 logo 图片的 base64(png/jpg) |
生成带中心 logo 的品牌二维码(自动 H 级 30% 容错保证可扫),返下载 URL。
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要编码的文本 / URL | |
| box_size | No | 模块像素,默认 10 | |
| back_color | No | 背景色 | white |
| fill_color | No | 前景色,如 #1a73e8 | black |
| logo_base64 | Yes | 中心 logo 图片的 base64(png/jpg) |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses automatic H-level 30% error correction and the return of a download URL, which are useful behavioral traits. However, it does not mention potential limitations such as URL expiration, image format, or any side effects, leaving some behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the core action and result. It contains no filler or redundant information, making it highly concise and efficiently structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple generation tool, the description covers the essential purpose and return type, but the absence of an output schema and lack of details about the download URL (e.g., format, persistence) leave the context incomplete. It is minimally viable but with clear gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so each parameter already has a description. The tool description adds no extra semantics beyond what the schema provides, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it generates a branded QR code with a center logo and includes the key differentiator of automatic H-level 30% error correction. It does not explicitly name sibling tools, but the resource is distinct from other QR generators like qr_generate or qr_vcard.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies a use case (creating a QR code with a centered logo) but provides no explicit guidance on when to prefer this over siblings or any exclusions. There is no mention of alternatives, so the guidance is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a distinct purpose: barcode generation, QR decoding, standard QR generation, branded QR, SVG QR, vCard QR, and WiFi QR. There is no functional overlap.
Tools consistently use 'qr_' or 'barcode_' prefixes, but the second part mixes verbs (generate, decode) and nouns (logo, svg, vcard, wifi). Minor inconsistency, but pattern is clear.
With 7 tools covering essential QR and barcode operations, the count is well-scoped for the toolkit's purpose. No redundancy or missing core functionality.
Covers generation (standard, logo, SVG, vCard, WiFi) and decoding for QR, plus barcode generation. Lacks barcode decoding and a generic QR with custom options, but these are minor gaps.