{
  "$schema": "https://a2aprotocol.ai/schemas/v0.1/agent-card.json",
  "schemaVersion": "0.1.0",
  "name": "tankyu-distillery",
  "displayName": "Tankyu Distillery",
  "description": "Agent-facing discovery card for Tankyu Distillery — craft whisky & gin distillery in Higashikawa, Hokkaido. Exposes read-only lookup tools for products, tour details, and distillery facts, plus a consent-gated cask-inquiry submission tool.",
  "url": "https://tankyudistillery.jp",
  "provider": {
    "organization": "Tankyu Distillery Co., Ltd.",
    "url": "https://tankyudistillery.jp",
    "contact": "info@tankyudistillery.jp"
  },
  "version": "0.1.0",
  "documentationUrl": "https://tankyudistillery.jp/developers",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["none"]
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "skills": [
    {
      "id": "plan-distillery-visit",
      "name": "Plan a distillery visit",
      "description": "Retrieve tour pricing, available languages, schedule, and booking URLs for Tankyu Distillery in Higashikawa, Hokkaido.",
      "tags": ["tourism", "booking", "informational"],
      "examples": [
        "When can I book a distillery tour in English?",
        "How much is the Tankyu Distillery tour?",
        "Is there a Mandarin-speaking guide at Tankyu?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/markdown"]
    },
    {
      "id": "lookup-tankyu-products",
      "name": "Look up products",
      "description": "List current gin, whisky, and liqueur SKUs with pricing (JPY), botanical profiles, and availability.",
      "tags": ["product-catalog", "pricing", "informational"],
      "examples": [
        "What gins does Tankyu Distillery make?",
        "How much is Yuki no Mado Dry Gin?",
        "Where can I buy Tankyu products in Hong Kong?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "cask-ownership-inquiry",
      "name": "Private cask inquiry",
      "description": "Submit a private-cask ownership consultation request. Requires explicit user consent because it creates a real contact record with distillery staff.",
      "tags": ["transactional", "cask-program", "consent-required"],
      "examples": [
        "I'd like to own a private cask at Tankyu Distillery.",
        "Book me a private-cask consultation call."
      ],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ],
  "relatedDescriptors": {
    "aiPlugin": "https://tankyudistillery.jp/.well-known/ai-plugin.json",
    "mcpServerCard": "https://tankyudistillery.jp/.well-known/mcp/server-card.json",
    "apiCatalog": "https://tankyudistillery.jp/.well-known/api-catalog",
    "agentSkills": "https://tankyudistillery.jp/.well-known/agent-skills/index.json",
    "openapi": "https://tankyudistillery.jp/api/openapi.json",
    "llmsTxt": "https://tankyudistillery.jp/llms.txt",
    "llmsFullTxt": "https://tankyudistillery.jp/llms-full.txt"
  }
}
