{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "kryptons-tools",
  "description": "Free, privacy-friendly online web tools including QR Code Generator with Logo and Marathi Marriage Biodata Maker with PDF export.",
  "version": "1.0.0",
  "website": "https://tools.madhusudan.live",
  "tools": [
    {
      "name": "generate_qr_code",
      "description": "Generate a customizable, high-resolution QR code (URL, contact vCard, text, email, SMS) with custom logos, dot shapes, and colors, exportable as SVG, PNG, JPEG, or WebP.",
      "url": "https://tools.madhusudan.live/free-online-qr-code-generator-logo",
      "parameters": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "enum": ["url", "contact", "text", "email", "sms"],
            "description": "The type of data to encode in the QR code."
          },
          "content": {
            "type": "string",
            "description": "The text, URL, or data payload to encode."
          },
          "color": {
            "type": "string",
            "description": "Hex color code for the QR code dots, e.g. #000000."
          },
          "format": {
            "type": "string",
            "enum": ["svg", "png", "jpeg", "webp"],
            "description": "Desired export file format."
          }
        },
        "required": ["type", "content"]
      }
    },
    {
      "name": "create_marathi_biodata",
      "description": "Create, preview, and export a professional Marathi marriage biodata (बायोडेटा) card to PDF or PNG with customizable themes, auspicious slokas, deity emblems, and photo upload.",
      "url": "https://tools.madhusudan.live/marathi-biodata-maker",
      "parameters": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Full candidate name in Marathi or English (मुलाचे/मुलीचे पूर्ण नाव)."
          },
          "dob": {
            "type": "string",
            "description": "Date of birth (जन्म तारीख), YYYY-MM-DD."
          },
          "birthTime": {
            "type": "string",
            "description": "Time of birth (जन्म वेळ)."
          },
          "birthPlace": {
            "type": "string",
            "description": "Place of birth (जन्म ठिकाण)."
          },
          "qualification": {
            "type": "string",
            "description": "Education / Degree (शिक्षण)."
          },
          "profession": {
            "type": "string",
            "description": "Job or Business (नोकरी / व्यवसाय)."
          },
          "caste": {
            "type": "string",
            "description": "Religion and Caste (धर्म - जात)."
          },
          "template": {
            "type": "string",
            "enum": [
              "royal-maratha",
              "classic-amber",
              "modern-emerald",
              "carved-wood",
              "royal-velvet",
              "top-bottom-ornamental"
            ],
            "description": "Theme / Border frame design."
          }
        },
        "required": ["name"]
      }
    },
    {
      "name": "validate_webmcp_endpoint",
      "description": "Validate WebMCP support, discover tools, and inspect AI agent interaction mechanisms on any URL.",
      "url": "https://tools.madhusudan.live/webmcp-verifier",
      "parameters": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "description": "The webpage URL to inspect for WebMCP support."
          }
        },
        "required": ["url"]
      }
    },
    {
      "name": "search_tools",
      "description": "Search available utilities, generators, and tools on Krypton's Tools catalog.",
      "url": "https://tools.madhusudan.live/",
      "parameters": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Search keywords or tool category (e.g. qr, biodata, webmcp, pdf)."
          }
        },
        "required": ["query"]
      }
    }
  ]
}
