{
  "name": "IPTV Balkan",
  "description": "Premium IPTV streaming service with 24,000+ live channels and 130,000+ VOD titles",
  "version": "1.0.0",
  "tools": [
    {
      "name": "get-pricing",
      "description": "Get current subscription plans and pricing information for IPTV Balkan",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "get-faq",
      "description": "Get frequently asked questions and answers about IPTV Balkan service",
      "inputSchema": { "type": "object", "properties": { "topic": { "type": "string", "description": "Optional topic filter for FAQ entries" } } }
    },
    {
      "name": "get-channels",
      "description": "Get available IPTV channels by country or category",
      "inputSchema": { "type": "object", "properties": { "country": { "type": "string" }, "category": { "type": "string" } } }
    },
    {
      "name": "get-install-guide",
      "description": "Get step-by-step installation guide for a specific device",
      "inputSchema": { "type": "object", "properties": { "device": { "type": "string", "description": "Device name (e.g., Fire Stick, Smart TV, Android)" } }, "required": ["device"] }
    },
    {
      "name": "get-contact",
      "description": "Get customer support contact information and availability",
      "inputSchema": { "type": "object", "properties": {} }
    },
    {
      "name": "get-trial-form",
      "description": "Get free trial registration information",
      "inputSchema": { "type": "object", "properties": {} }
    }
  ],
  "resources": {
    "llms_txt": "/llms.txt",
    "llms_full_txt": "/llms-full.txt",
    "knowledge_json": "/knowledge.json"
  }
}
