{
  "schema_version": "0.1",
  "name": "Glamour Dental Care Public Site",
  "description": "Read-only discovery manifest for the public Glamour Dental Care / 穆樂牙醫 website.",
  "homepage": "https://www.glamour.dental",
  "language": "zh-TW",
  "publisher": {
    "name": "穆樂牙醫診所",
    "url": "https://www.glamour.dental"
  },
  "resources": [
    {
      "name": "LLM site guide",
      "url": "https://www.glamour.dental/llms.txt",
      "mediaType": "text/plain",
      "description": "Concise guide to the site, important pages, and citation guidance."
    },
    {
      "name": "Sitemap",
      "url": "https://www.glamour.dental/sitemap.xml",
      "mediaType": "application/xml",
      "description": "Public sitemap for crawlable pages."
    },
    {
      "name": "OpenAPI service description",
      "url": "https://www.glamour.dental/openapi.json",
      "mediaType": "application/openapi+json",
      "description": "Read-only machine-readable description of public discovery resources."
    },
    {
      "name": "Careers data",
      "url": "https://www.glamour.dental/api/careers.json",
      "mediaType": "application/json",
      "description": "Machine-readable list of current public job openings, benefits, and application contact details."
    },
    {
      "name": "Senior dental assistant job data",
      "url": "https://www.glamour.dental/api/careers/senior-dental-assistant.json",
      "mediaType": "application/json",
      "description": "Machine-readable details for the senior dental assistant opening."
    },
    {
      "name": "Dental assistant nurse job data",
      "url": "https://www.glamour.dental/api/careers/dental-assistant-nurse.json",
      "mediaType": "application/json",
      "description": "Machine-readable details for the dental assistant nurse opening."
    }
  ],
  "tools": [
    {
      "name": "list_careers",
      "description": "List current public job openings, benefits, and application contact details.",
      "method": "GET",
      "url": "https://www.glamour.dental/api/careers.json",
      "input_schema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "output_mediaType": "application/json"
    },
    {
      "name": "get_career",
      "description": "Get structured details for a current public job opening.",
      "method": "GET",
      "url_template": "https://www.glamour.dental/api/careers/{id}.json",
      "input_schema": {
        "type": "object",
        "required": ["id"],
        "properties": {
          "id": {
            "type": "string",
            "enum": ["senior-dental-assistant", "dental-assistant-nurse"]
          }
        },
        "additionalProperties": false
      },
      "output_mediaType": "application/json"
    }
  ],
  "agent_guidance": {
    "safe_use": [
      "Use public pages as official reference material for clinic information, services, articles, and careers.",
      "Cite canonical URLs when summarizing or quoting public content.",
      "Direct users to official contact or inquiry pages for appointments."
    ],
    "do_not": [
      "Do not submit patient information automatically.",
      "Do not present website content as individualized diagnosis or treatment planning."
    ]
  }
}
