{"schemaVersion":"0.1","name":"Áegis Living","description":"Áegis Living runs 37 assisted living and memory care communities across Washington, California, and Nevada — chef-led dining and award-winning care.","url":"https://www.aegisliving.com","contact":"1-866-923-2712","runtime":{"webmcp":{"api":"navigator.modelContext","note":"Tools auto-register on page load in a WebMCP-capable browser (Chrome early preview); no action needed there. Outside such a browser, use the `invocation` HTTP surface below."}},"tools":[{"name":"find_communities","description":"Search Áegis Living assisted living and memory care communities by US state code, ZIP, or care level","inputSchema":{"type":"object","properties":{"state":{"type":"string","description":"Two-letter state code, e.g. WA"},"zip":{"type":"string","description":"5-digit US ZIP"},"care":{"type":"string","description":"Care level, e.g. Memory Care"}}},"invocation":{"kind":"navigate","path":"/find-a-location","note":"Accepts ?state=, ?zip=, ?care= query params."}},{"name":"get_community","description":"Fetch structured facts for an Áegis Living community by URL slug","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Community slug, e.g. aegis-living-west-seattle-wa"}},"required":["slug"]},"invocation":{"kind":"http","method":"GET","path":"/api/community-json/{slug}","note":"Returns address, geo, phone, careTypes, amenities, faqs, suites."}},{"name":"get_articles","description":"Browse or search Áegis Living's caregiving guides and articles (dementia care, assisted living, family resources). Returns matching articles with titles and URLs. Omit the query to list the most recent.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Optional free-text filter over article titles (e.g. 'memory care', 'sundowning')."}}},"invocation":{"kind":"http","method":"GET","path":"/api/articles?q={query}","note":"Returns { articles: [{ title, slug, url, section }] }."}},{"name":"get_form_schema","description":"Fetch the field schema for an Áegis Living form before submitting it: required fields, labels, and the exact allowed values for select fields (tour times, relationship, community list). Use before schedule_tour or contact_family_advisor.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"One of \"schedule-tour\", \"contact-us\", \"newsletter-signup\"","enum":["schedule-tour","contact-us","newsletter-signup"]}},"required":["slug"]},"invocation":{"kind":"http","method":"GET","path":"/api/webmcp/forms?slug={slug}"}},{"name":"schedule_tour","description":"Book a tour of an Áegis Living community on the user's behalf. Requires the user's real contact details and their explicit SMS consent. Call get_form_schema('schedule-tour') first for the allowed tourTime and relationship values. A human-solvable security check may appear in the corner of the page.","inputSchema":{"type":"object","properties":{"communitySlug":{"type":"string","description":"Community slug from find_communities, e.g. aegis-living-west-seattle-wa"},"tourDate":{"type":"string","description":"Requested date, YYYY-MM-DD"},"tourTime":{"type":"string","description":"Preferred time — must be one of the schema's allowed values"},"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string","description":"The user's real email address"},"phone":{"type":"string","description":"The user's real phone number"},"relationship":{"type":"string","description":"The user's relationship to the future resident — one of the schema's allowed values"},"note":{"type":"string","description":"Optional message for the community"},"consent":{"type":"boolean","description":"Set true ONLY if the user has explicitly agreed to be contacted by SMS/phone about their inquiry. Do not assume consent on the user's behalf."}},"required":["tourDate","tourTime","firstName","lastName","email","phone","consent"]},"invocation":{"kind":"http","method":"POST","path":"/api/webmcp/forms","note":"POST { formSlug: \"schedule-tour\", fields, turnstileToken, page }."}},{"name":"contact_family_advisor","description":"Send a question to the Áegis Living family care advisor team on the user's behalf (responds within one business day). Requires the user's real contact details. Call get_form_schema('contact-us') first for the allowed relationship and inquiryType values.","inputSchema":{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string","description":"The user's real email address"},"phone":{"type":"string","description":"Optional phone number"},"communitySlug":{"type":"string","description":"Optional community of interest (slug)"},"relationship":{"type":"string","description":"One of the schema's allowed values"},"inquiryType":{"type":"string","description":"One of the schema's allowed values"},"note":{"type":"string","description":"The user's question or message"},"consent":{"type":"boolean","description":"Set true ONLY if the user has explicitly agreed to be contacted by SMS/phone about their inquiry. Do not assume consent on the user's behalf."}},"required":["firstName","lastName","email","note"]},"invocation":{"kind":"http","method":"POST","path":"/api/webmcp/forms","note":"POST { formSlug: \"contact-us\", fields, turnstileToken, page }."}},{"name":"subscribe_newsletter","description":"Subscribe the user's email to the Áegis Living newsletter (caregiving guides, community openings, family events). Only use with the user's explicit request to subscribe.","inputSchema":{"type":"object","properties":{"email":{"type":"string","description":"The user's real email address"},"firstName":{"type":"string","description":"Optional first name"}},"required":["email"]},"invocation":{"kind":"http","method":"POST","path":"/api/webmcp/forms","note":"POST { formSlug: \"newsletter-signup\", fields, turnstileToken, page }."}}],"endpoints":{"community":{"method":"GET","url":"https://www.aegisliving.com/api/community-json/{slug}","description":"Structured facts for one community by slug."},"nearbyCommunities":{"method":"GET","url":"https://www.aegisliving.com/api/nearby-communities?slug={slug}&limit={1-6}","description":"Sister communities near a given community, by distance."},"communityArticles":{"method":"GET","url":"https://www.aegisliving.com/api/community-articles?slug={slug}","description":"Articles associated with a community."},"formSchema":{"method":"GET","url":"https://www.aegisliving.com/api/webmcp/forms?slug={form}","description":"Field schema (labels, required, allowed select values) for a form."},"formSubmit":{"method":"POST","url":"https://www.aegisliving.com/api/webmcp/forms","description":"Submit a form as an agent. Body: { formSlug, fields, turnstileToken, page }. Same-origin only; runs the full human validation + CRM pipeline."}},"corpus":{"llms":"https://www.aegisliving.com/llms.txt","llmsFull":"https://www.aegisliving.com/llms-full.txt","sitemap":"https://www.aegisliving.com/sitemap.xml"}}