{
  "$schema": "https://json.schemastore.org/mcp-server-card.json",
  "serverInfo": {
    "name": "labangram-official",
    "version": "1.0.0",
    "title": "Labangram Official Agent Services",
    "description": "MCP endpoint for Labangram commercial photography portfolio, case studies, and booking inquiries."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://labangram.kamera-ichi.com/api/mcp"
  },
  "capabilities": {
    "tools": { "list": true },
    "resources": { "list": true },
    "prompts": { "list": true }
  },
  "tools": [
    {
      "name": "search_portfolio",
      "description": "搜尋 Labangram 商業攝影、人像、婚禮與商品作品集",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": { "type": "string", "description": "搜尋關鍵字" },
          "category": { "type": "string", "description": "分類（人像、商業、婚禮、街拍）" }
        }
      }
    },
    {
      "name": "get_pricing_and_services",
      "description": "獲取 Labangram 攝影方案、報價說明與預約流程",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}
