← WebMCP Directory

Tool tree

unitag.io

Productivity & Business
https://www.unitag.io/
Dynamic QR codes and campaign management
Explore capabilities

Tools verified

get_pricing_plansAnswer

Current subscription prices, as shown to this visitor (the currency depends on their location). Covers QR code plans (Silver, Gold, Platinum, Diamond), GS1 Digital Link resolver plans and API plans. Prices are per month and per year, excluding tax.

View tool JSON
{
  "name": "get_pricing_plans",
  "kind": "answer",
  "impl": "imperative",
  "description": "Current subscription prices, as shown to this visitor (the currency depends on their location). Covers QR code plans (Silver, Gold, Platinum, Diamond), GS1 Digital Link resolver plans and API plans. Prices are per month and per year, excluding tax.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "groups": {
        "type": "array",
        "items": {
          "type": "string",
          "enum": [
            "qr_code_plans",
            "digital_link_plans",
            "api_plans"
          ]
        },
        "description": "Plan families to return. Defaults to all."
      }
    }
  }
}
navigate_to_pageAction

Navigate the current tab to a page of unitag.io, keeping the visitor's language. The path must be one returned by search_pages.

View tool JSON
{
  "name": "navigate_to_page",
  "kind": "act",
  "impl": "imperative",
  "description": "Navigate the current tab to a page of unitag.io, keeping the visitor's language. The path must be one returned by search_pages.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "enum": [
          "/",
          "/qrcode",
          "/products",
          "/qr-codes",
          "/analytics",
          "/vcard-pro-enterprise",
          "/gs1-digital-link",
          "/packaging",
          "/dpp-resolver-specifications",
          "/gdpr-compliant-qr-code-platform",
          "/enterprise",
          "/short-domains",
          "/pricing",
          "/pricing/qr-plans",
          "/pricing/gs1-api",
          "/pricing/partners",
          "/pricing-calculator",
          "/contact",
          "/about",
          "/agency",
          "/client-brochure",
          "/qr-codes-history",
          "/compare",
          "/compare/unitag-vs-bitly",
          "/compare/unitag-vs-uniqode",
          "/compare/unitag-vs-qr-tiger",
          "/compare/unitag-vs-flowcode",
          "/compare/unitag-vs-hovercode",
          "/industries/luxury",
          "/industries/cosmetics",
          "/industries/pharmaceutics",
          "/industries/construction",
          "/industries/real-estate",
          "/industries/hotels",
          "/industries/restaurants",
          "/retail",
          "/solutions/winelabelling",
          "/use-cases/live-tv-qr-codes",
          "/case-studies/bonduelle",
          "/case-studies/luxury",
          "/case-studies/cosmetics",
          "/case-studies/pharmaceutics",
          "/case-studies/beverages",
          "/case-studies/construction",
          "/case-studies/real-estate",
          "/case-studies/hotels",
          "/case-studies/restaurants",
          "/faq",
          "/faq/what-is-a-qrcode",
          "/faq/what-are-the-different-types-of-qrcodes",
          "/faq/how-to-create-a-qrcode",
          "/faq/how-to-read-a-qrcode",
          "/faq/what-is-the-ideal-print-size-of-a-qrcode",
          "/faq/can-qrcodes-be-hacked",
          "/faq/can-i-edit-a-qrcode",
          "/faq/in-which-format-and-resolution-can-i-download-my-qrcode",
          "/faq/do-qrcodes-have-a-limited-lifespan",
          "/faq/what-do-you-use-my-personal-data-for",
          "/faq/which-payment-means-are-available",
          "/faq/how-do-i-get-my-invoice",
          "/faq/why-do-i-have-a-404",
          "/privacy-policy",
          "/terms-and-conditions",
          "/terms-of-use"
        ],
        "description": "Site path, e.g. \"/pricing\"."
      }
    },
    "required": [
      "path"
    ]
  }
}
open_signup_dialogAction

Open the signup dialog on this page, where the visitor picks a product (QR codes, Digital Link, API, vCard Pro) and continues to account creation. Only opens the dialog; the visitor completes signup themselves.

View tool JSON
{
  "name": "open_signup_dialog",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the signup dialog on this page, where the visitor picks a product (QR codes, Digital Link, API, vCard Pro) and continues to account creation. Only opens the dialog; the visitor completes signup themselves.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
search_pagesAnswer

Find pages on unitag.io about a topic (pricing, GS1 Digital Link, vCards, industries, comparisons, FAQ answers…). Returns paths usable with navigate_to_page, plus a Markdown version URL when one exists. An empty query lists the main pages.

View tool JSON
{
  "name": "search_pages",
  "kind": "answer",
  "impl": "imperative",
  "description": "Find pages on unitag.io about a topic (pricing, GS1 Digital Link, vCards, industries, comparisons, FAQ answers…). Returns paths usable with navigate_to_page, plus a Markdown version URL when one exists. An empty query lists the main pages.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Free-text topic, in English, e.g. \"gdpr\" or \"compare bitly\"."
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 25,
        "default": 10
      }
    }
  }
}