{
  "name": "Vin-Q Wine Constructor",
  "description": "Constructs a wine commission dossier from a defined style, sensory target, available grape lots, certification constraints and measured production decisions.",
  "supportedInterfaces": [
    {
      "url": "https://vin-q.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "DeepSea Numerical S.L.",
    "url": "https://vin-q.com/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://vin-q.com/agents",
  "iconUrl": "https://vin-q.com/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "construct-wine-commission",
      "name": "Construct a wine commission dossier",
      "description": "Translates a buyer's intended wine style into candidate grape-lot roles, certification constraints, measurement gates and a production route for producer review.",
      "tags": [
        "wine constructor",
        "custom wine",
        "grape selection",
        "wine quality",
        "production dossier"
      ],
      "examples": [
        "Construct a fresh Brut Nature rosé from the available Trepat and Garnatxa lots.",
        "Prepare a still red wine dossier centred on Merlot aromatics and Garnatxa freshness."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}
