Skip to main content
Glama

QRCodeKIT

WhatsApp Chat Link

save_whatsapp_link

Create a short link and dynamic QR code that opens a WhatsApp conversation with a phone number in international format and an optional pre-filled message. Use this for 'chat with us' or contact buttons, customer support, reservations, sales enquiries, printed signage, business cards, or link-in-bio pages. When qr_id is provided, update the phone number or message while preserving the existing short link and QR code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qr_idNoOptional QRCodeKIT identifier for updating an existing QR instead of creating one.
titleYesDisplay title for the link.
messageNoOptional pre-filled WhatsApp message.
phone_numberYesWhatsApp phone number with international country code, such as +12025550123.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsNoQR codes visible to the active account.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description adds useful behavioral context by explaining that providing qr_id updates the phone number or message while preserving the existing short link and QR code, which goes beyond the structured hints.

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 three sentences long, front-loaded with the core function, followed by use cases and update behavior. Every sentence serves a selection or invocation purpose, and there is no filler.

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

Completeness5/5

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

Given the output schema, annotations, and 100% schema description coverage, the description provides enough practical context for an agent to create or update a WhatsApp link correctly. It covers creation, updating, use cases, and the key parameter constraint without needing additional explanation.

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

Parameters4/5

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

The schema already documents all 4 parameters with descriptions covering international phone format and qr_id's update purpose. The description reinforces these semantics and adds the preservation-of-existing-link detail for qr_id, which provides extra 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 states a specific verb and resource: it creates a short link and dynamic QR code that opens a WhatsApp conversation with a phone number and optional pre-filled message. It also clarifies the update behavior when qr_id is provided, which distinguishes it from generic tools like save_short_link or save_email_link.

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

Usage Guidelines4/5

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

The description gives explicit real-world use cases such as 'chat with us' buttons, customer support, reservations, printed signage, and link-in-bio pages, and it explains when to update versus create. It does not explicitly name sibling tools or state exclusions, so it stops short of a 5.

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