Skip to main content
Glama
lazymac2x

lazymac-mcp

qr_code

Generate QR codes in PNG or SVG format for URLs, vCards, WiFi credentials, email, and SMS messages using the lazymac-mcp server.

Instructions

Generate QR codes (PNG/SVG) for URLs, vCards, WiFi, email, SMS

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNoFree-form params object — passed as query string for GET, JSON body for POST
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the tool generates QR codes but fails to describe how it behaves—such as whether it makes network calls, has rate limits, requires authentication, or handles errors. This leaves significant gaps in understanding the tool's operational traits.

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?

The description is extremely concise and front-loaded, packing essential information into a single, efficient sentence. Every word earns its place by specifying the action, outputs, and content types without redundancy or unnecessary elaboration.

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?

Given the tool's complexity (generating QR codes with various formats and content types), no annotations, and no output schema, the description is incomplete. It lacks details on behavior, error handling, or return values, making it inadequate for an agent to fully understand how to invoke and interpret results from this tool.

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 input schema has 100% description coverage, documenting the 'params' object as free-form for GET/POST usage. The description adds no parameter-specific details beyond what the schema provides, such as example parameters or format requirements. Since schema coverage is high, the baseline score of 3 is appropriate, as the description doesn't compensate but doesn't need to.

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

Purpose4/5

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

The description clearly states the tool's function ('Generate QR codes') and specifies the output formats (PNG/SVG) and supported content types (URLs, vCards, WiFi, email, SMS). However, it doesn't differentiate from sibling tools, which are unrelated to QR code generation, making the distinction unnecessary rather than explicit.

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?

The description provides no guidance on when to use this tool versus alternatives, such as other QR code generators or image creation tools. It lacks context about prerequisites, limitations, or typical use cases, leaving the agent to infer usage based solely on the stated purpose.

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/lazymac2x/lazymac-mcp'

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