{
  "$schema": "https://shen-cuisine.tw/.well-known/agent-schema.json",
  "name": "Shen 聖",
  "alternateName": ["Shen Cuisine", "Shen Fine Dining", "聖 無菜單西餐"],
  "url": "https://shen-cuisine.tw",
  "description": "Premium 8-10 seat omakase-style Western fine dining in Zhubei, Hsinchu. Founded by Chef Lo Ya-Sheng (Le Cordon Bleu Sydney). NT$3,800/person, no service charge.",
  "version": "2026.06",
  "inLanguage": ["zh-TW", "en"],
  "capabilities": {
    "restaurant_info": true,
    "menu_inquiry": true,
    "reservation_assist": true,
    "policy_faq": true,
    "press_kit": true,
    "allergy_advice": true,
    "directions": true
  },
  "tools": [
    {
      "name": "get_restaurant_info",
      "description": "Return canonical restaurant facts: name, address, phone, hours, price, seating, booking URL, social.",
      "endpoint": "/api/restaurant-info",
      "method": "GET"
    },
    {
      "name": "get_menu",
      "description": "Return the current seasonal omakase menu, course-by-course, with names in zh-Hant and en.",
      "endpoint": "/api/menu",
      "method": "GET"
    },
    {
      "name": "get_reservation_policy",
      "description": "Return reservation, deposit, cancellation, dress-code, corkage, and children policies.",
      "endpoint": "/api/policy",
      "method": "GET"
    },
    {
      "name": "get_contact_links",
      "description": "Return tel, mailto, Google Maps, and inline.app booking deep links.",
      "endpoint": "/api/contact-links",
      "method": "GET"
    },
    {
      "name": "open_reservations",
      "description": "Return the inline.app deep link to start a booking. Browser-side redirect is performed client-side by the WebMCP tool.",
      "endpoint": "/api/booking-link",
      "method": "GET"
    }
  ],
  "mcp": {
    "server_card": "/.well-known/mcp/server-card.json",
    "endpoint": "/mcp",
    "transport": "streamable-http"
  },
  "openapi": "/.well-known/openapi.json",
  "llms": {
    "manifest": "/llms.txt",
    "full": "/llms-full.txt"
  },
  "humans": "/humans.txt",
  "content_signal": "ai-train=no, search=yes, ai-input=yes",
  "contact": {
    "email": "shen.cuisine@gmail.com",
    "phone": "+886-910069611"
  }
}
