Skip to main content
Glama

osint-terminal

Qrcode

qrcode

QR Code: Generate a QR code for text/URL

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It reveals the action but says nothing about the result format (image bytes, URL, base64), error behavior, or content limitations. It also does not explain what happens if q is empty.

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

Conciseness4/5

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

One clean sentence front-loads the action and object. It is easy to scan; the 'QR Code:' prefix is redundant with the tool title, but it does not add meaningful clutter.

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

Completeness3/5

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

For a one-parameter generator with an output schema, the description is minimally viable. It lacks detailed input semantics or usage guidance beyond the payload hint, but the simple signature reduces the amount of context needed.

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

Parameters2/5

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

Schema description coverage is 0%, and only the string 'q' exists with an empty default. The description's 'text/URL' is the only hint that q holds the payload, and it does not specify required format, length, or variants.

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?

Uses a specific verb ('Generate'), names the artifact ('QR code'), and states the input domain ('text/URL'). It is unmistakable and distinct from siblings like barcode or base32.

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 choose this tool over barcode or other encoding tools, and no exclusions or limits. The phrase 'for text/URL' hints at a use case but does not say when to prefer this tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources