Skip to main content
Glama

generate_qr_code

Generate a ZATCA-compliant TLV-encoded QR code for Saudi e-invoicing. Provide seller name, VAT number, timestamp, total and VAT amounts to get a Base64 encoded payload for scannable QR codes.

Instructions

Generate a ZATCA-compliant TLV-encoded QR code.

Creates a Base64-encoded QR code payload following ZATCA's Tag-Length-Value (TLV) format for Phase 1 and Phase 2 compliance. The resulting string can be used to generate a scannable QR code on printed invoices.

Args: seller_name: Business/taxpayer name (Arabic or English) vat_number: 15-digit Saudi VAT registration number (starts and ends with 3) timestamp: Invoice date/time in ISO 8601 format (e.g., "2024-01-15T10:30:00Z") total_amount: Invoice total including VAT as string (e.g., "1150.00") vat_amount: Total VAT charged as string (e.g., "150.00")

Returns: JSON with qr_base64 (the encoded string) and decoded verification data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timestampYes
vat_amountYes
vat_numberYes
seller_nameYes
total_amountYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the output structure (JSON with qr_base64 and decoded data) but omits details on error handling, validation failures, or performance characteristics.

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 concise, with a clear introductory sentence, a structured parameter list, and a summary of the return value. Every sentence adds value, with no redundancy.

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

Completeness4/5

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

Given the presence of an output schema (confirmed by context signals), the description adequately covers purpose, parameters, and output. It is complete for a simple generation tool, though it could mention error scenarios or assumptions.

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

Parameters5/5

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

Schema description coverage is 0%, but the description provides detailed explanations for all 5 required parameters, including format hints (e.g., 15-digit vat_number, ISO 8601 timestamp) and examples, adding significant meaning beyond the schema.

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 the tool generates a ZATCA-compliant TLV-encoded QR code. It specifies the output format (Base64), the standard (ZATCA TLV), and the use case (printed invoices), distinguishing it from siblings like decode_qr or generate_invoice.

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?

The description implies usage for generating QR codes on invoices but does not explicitly state when to use this tool versus alternatives like decode_qr or validate_invoice. No when-not-to-use guidance is provided.

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/DoubleH10/zatca-mcp'

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