Skip to main content
Glama

qr_text

Read-only

Create a QR code containing plain text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to encode in the QR code.

TDQS

B3.4/5.0
Behavior2/5

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

The description says 'Create' implying mutation, but annotations mark readOnlyHint: true, creating a contradiction about whether this tool modifies state. No additional behavioral traits are disclosed.

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?

Single sentence, front-loaded, and no wasted words; however, it could be expanded slightly to cover output without harming conciseness.

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 simple tool with one parameter and no output schema, the description is adequate but lacks details on what the tool returns (e.g., image data format).

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?

Schema coverage is 100% and the description adds no extra meaning beyond the schema for the single parameter, so baseline score applies.

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 'Create a QR code containing plain text' uses a specific verb and resource, clearly distinguishing it from siblings like qr_payment, qr_vcard, etc., which encode other types of data.

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

Usage Guidelines3/5

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

No explicit when or when-not guidance is given, but the name and siblings imply usage for plain text only, making the intended context clear.

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.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool targets a distinct QR code type or action: payment (single/batch), reading, text, vCard, and WiFi. No overlap in purpose; descriptions clearly differentiate.

Naming Consistency5/5

All tools follow a consistent 'qr_<purpose>' pattern (e.g., qr_payment, qr_read). Underscores and lowercase are used uniformly.

Tool Count5/5

Six tools cover the core QR generation and reading needs without being excessive. Each tool has a clear role, and the count feels appropriate for the domain.

Completeness5/5

The tool set covers common QR code types (text, vCard, WiFi) and payment QR both singly and in batch, plus a decoder. No significant gaps for the stated purpose.