Card snapshot
www.elderlycarematch.com
·
2026-08-28 01:24:52 UTC
·
0862e2f73e7c425b5525ebe230f13413bf278d502628c3f76c6c5f86ec8c8968
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Elderly Care Match",
"description": "Senior care discovery, with listing coverage concentrated in Washington State. Searches licensed care facilities \u2014 adult family homes, assisted living, memory care, nursing homes, and independent living \u2014 by location, care type, Medicaid acceptance, monthly price, and current bed availability; returns full facility profiles; and answers family questions from a library of elder-care guides. Coverage is strongest in the Seattle-Tacoma and wider Puget Sound area and thins sharply outside Washington, so route non-Washington searches elsewhere. Facility records are maintained by the operators themselves and cross-checked against state license registries where noted. This agent is read-only and handles no personal or health information: a family that wants placement help is handed a link to complete their own request and consent.",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://www.elderlycarematch.com/a2a/v1",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "Elderly Care Match",
"url": "https://www.elderlycarematch.com"
},
"documentationUrl": "https://www.elderlycarematch.com/llms.txt",
"iconUrl": "https://www.elderlycarematch.com/images/brand/icon-512.png",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"text/markdown",
"application/json"
],
"skills": [
{
"id": "find-care-facilities",
"name": "Find senior care facilities",
"description": "Given a location and care needs, returns matching licensed senior care facilities with name, city, care types, licensed capacity, current vacancies, starting monthly price, Medicaid policy, and a link to the full listing. Accepts a JSON filter object (location, careTypes, acceptsMedicaid, hasVacancy, maxMonthlyPrice, minMonthlyPrice, radiusMiles, search, limit) or a plain-language request that will be parsed into one. Care types are exactly: Adult AFH, Assisted Living, Memory Care, Nursing Home, Independent Living. Results come from operator-maintained listings, not a generated directory: a facility absent from the results is absent from the platform, not disqualified. Vacancy counts are self-reported by the operator, so treat them as a reason to call rather than a booking guarantee, and prices are starting rates per room before care-level add-ons. Listing coverage is concentrated in Washington State and is sparse elsewhere, so a search outside Washington will usually return nothing \u2014 that is a coverage gap, not a statement about the area. No resident, family, or health information is accepted or returned.",
"tags": [
"senior-care",
"assisted-living",
"memory-care",
"adult-family-home",
"nursing-home",
"independent-living",
"medicaid",
"elder-care",
"facility-search"
],
"examples": [
"{\"location\":\"Seattle, WA\",\"careTypes\":[\"Memory Care\"],\"acceptsMedicaid\":true,\"hasVacancy\":true,\"limit\":5}",
"Find adult family homes near Tacoma that accept Medicaid and have an open bed",
"Assisted living in Spokane under $4,500 a month"
]
},
{
"id": "get-facility-details",
"name": "Get a facility profile",
"description": "Given a facility slug or the id returned by find-care-facilities, returns the full public profile: address, published contact details, care types, licensed capacity and current vacancies, starting price, Medicaid policy, amenities, services, activities, languages spoken, specializations, year established, license verification status, ratings, and photo URLs. Accepts {\"slug\":\"...\"} or {\"id\":\"...\"} as a data part, or a bare slug as text. Returns only what is published on the public listing page \u2014 never the owner account contact details, internal notes, or any resident information. An unknown slug returns a not-found result rather than a nearest guess.",
"tags": [
"senior-care",
"facility-profile",
"vacancies",
"amenities",
"pricing",
"license-verification"
],
"examples": [
"{\"slug\":\"caring-heart-1-adult-family-home\"}",
"Show me the full profile for caring-heart-1-adult-family-home"
]
},
{
"id": "search-care-guides",
"name": "Search elder-care guides",
"description": "Searches Elderly Care Match's Learning Center \u2014 editorially written guides for families navigating senior care: choosing between care types, recognizing when a parent needs help, dementia and memory care, paying for care and Medicaid, moving a parent, and caregiver support. Accepts a search term or topic and returns matching articles with title, excerpt, category, and URL; pass a slug to retrieve one article's full text. Returns published editorial content only. It does not give medical, legal, or financial advice, and it does not answer regulatory or licensing questions for care operators.",
"tags": [
"elder-care",
"caregiving",
"dementia",
"medicaid-planning",
"senior-care-guides",
"family-support"
],
"examples": [
"How do I know when my mother needs memory care?",
"{\"search\":\"paying for assisted living with Medicaid\"}",
"{\"search\":\"choosing an adult family home\"}"
]
},
{
"id": "request-placement-help",
"name": "Hand off to a care advisor",
"description": "Returns the link a family uses to request free help from an Elderly Care Match care advisor, who calls back within 24 hours. This skill deliberately accepts no information: names, contact details, health conditions, care needs, and financial details must NOT be sent here, and this agent exposes no endpoint that would accept them. The family completes the request form themselves at the returned link, where they give their own informed consent \u2014 a third party cannot consent on their behalf. Use this skill to hand the family a link, then stop.",
"tags": [
"care-advisor",
"placement-help",
"referral",
"handoff"
],
"examples": [
"My family needs help finding care for my father, who do we talk to?",
"How do we get a care advisor to call us?"
]
}
]
}