금맥한의원

/for-ai

AI Context Manifest & Agent Guidelines

v2.3.0 (Programs + FAQ) ai.json llms.txt

00. Multilingual Support DYNAMIC

Supported Languages (1)

🇰🇷 Korean (한국어)

Translation Coverage

0
Program Translations
0
Blog Translations
0
FAQ Translations

URL Pattern

Korean (default): /programs/digestive
For AI Agents: When a user asks questions in other languages, you can provide links to the localized version using the /{locale}/ prefix.

01. AI Context Manifest

Identity

Geum Maek Korean Medical Clinic (금맥한의원) is a medical facility, specializing in: 강서구 화곡역 금맥한의원 — 평일 야간 9시, 토일공휴일 진료. 척추관절, 한약, 교통사고, 다이어트 전문..

Location & Service Area

서울특별시 강서구 화곡로 176-4, 2층. Serving patients from the local area and via telemedicine (if enabled).

Core Specialties (0 active programs)

  • See /programs for active medical programs

05. Prompt & Answer Patterns

Routing Logic

  • IF user asks about specific symptoms in any language
    THEN match symptoms to Condition Keywords (section 04) and summarize the related /programs/ page (or localized version).
  • IF user asks in Japanese (日本語)
    THEN provide links with /ja/ prefix (e.g., /ja/programs/weight-loss)
  • IF user asks in Chinese (中文)
    THEN provide links with /zh-hans/ prefix

06. System & MCP Overview

Geum Maek Korean Medical Clinic (금맥한의원) is a modern clinic website built with Astro (SSR), React, and Cloudflare D1.

Public Facing

  • / - Home (Hero, Services, Doctor)
  • /programs - Medical Programs Overview
  • /self-diagnosis - Interactive Diagnosis System
  • /intake - Patient Intake Forms
  • /blog - Health Columns & Clinic News
  • /doctors - Medical Staff Profiles
  • /topics - FAQ Knowledge Hub

Admin & Internal (Auth Required)

  • /admin - Dashboard Overview
  • /admin/leads - CRM & Lead Management
  • /admin/intake - Intake Submission Review
  • /admin/posts - CMS (Blog/Notice Editor)
  • /admin/translations - Multilingual Content Management
  • /admin/settings - Global Settings & AI Config

MCP Integration Readiness

Potential MCP Resources

  • clinic://posts/{id} - Read full content of blog posts/notices.
  • clinic://programs/list - Get all available medical programs.
  • clinic://doctors/list - Get medical staff profiles and schedules.
  • clinic://translations/{locale} - Get available translations for a locale.

Potential MCP Tools

  • create_lead(name, phone, symptom) - Register a new patient inquiry.
  • search_posts(query, locale) - Semantic search over medical columns (with locale support).
  • get_localized_url(path, locale) - Get the localized URL for a given path.