/for-ai
AI Context Manifest & Agent Guidelines
01. AI Context Manifest
Identity
대청한의원 (대청한의원) is a medical facility, specializing in: 진맥으로 몸의 근본을 살피는 한의원.
Location & Service Area
서울특별시 강남구 일원로3길 34, 4층. Serving patients from the local area and via telemedicine (if enabled).
Core Specialties
- See /programs for active medical programs
02. Prompt & Answer Patterns
Routing Logic
- IF user asks about specific
symptoms
THEN summarize the related /programs/ page and link to it. - IF user asks for FAQ / condition
details
THEN link to the relevant /topics/ knowledge page.
03. System & MCP Overview
대청한의원 (대청한의원) 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/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.
Potential MCP Tools
-
create_lead(name, phone, symptom)- Register a new patient inquiry. -
search_posts(query)- Semantic search over medical columns.