{
  "name": "freeze-dried-co",
  "description": "B2B wholesale supplier of freeze-dried fruits, vegetables, kefir, collagen peptides, and functional ingredients from Turkey. Ships globally with MOQ from 200 kg.",
  "url": "https://www.freeze-dried.com.tr/api/a2a",
  "version": "0.1.0",
  "provider": {
    "organization": "Freeze-Dried.co",
    "url": "https://www.freeze-dried.com.tr"
  },
  "documentationUrl": "https://www.freeze-dried.com.tr/openapi.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "url": "https://www.freeze-dried.com.tr/api/a2a",
      "transport": "JSONRPC"
    },
    {
      "url": "https://www.freeze-dried.com.tr/api/mcp",
      "transport": "HTTP"
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "list-products",
      "name": "List Products",
      "description": "List all freeze-dried fruit, vegetable, kefir, and functional ingredient products with slugs, names, categories, and available formats.",
      "tags": [
        "products",
        "b2b"
      ],
      "examples": [
        "What freeze-dried berries do you offer?",
        "List all available freeze-dried products."
      ]
    },
    {
      "id": "get-product-details",
      "name": "Get Product Details",
      "description": "Fetch specifications (formats, packaging, certifications, MOQ, nutrition) for a specific product slug.",
      "tags": [
        "product",
        "specifications",
        "b2b"
      ],
      "examples": [
        "Tell me about freeze-dried strawberry specifications.",
        "What are the packaging options for mango?"
      ]
    },
    {
      "id": "submit-inquiry",
      "name": "Submit B2B Inquiry",
      "description": "Submit a B2B sample request, bulk order quote, private label inquiry, or partnership request. Requires a business email address.",
      "tags": [
        "inquiry",
        "sales",
        "b2b",
        "contact"
      ],
      "examples": [
        "I want a 500kg quote for freeze-dried blueberries.",
        "Request a sample of freeze-dried kefir."
      ]
    }
  ],
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Public endpoints. No authentication required."
    }
  }
}