Tool tree
Information about mental health treatment programs, conditions treated, and admissions at Elevate Recovery in Massachusetts.
get_condition_detailsAnswer
Fetch in-depth treatment details and clinical focus for a specific condition (params: url) -> {title, url, summary, key_points}
View tool JSON
{
"name": "get_condition_details",
"kind": "answer",
"impl": "imperative",
"description": "Fetch in-depth treatment details and clinical focus for a specific condition (params: url) -> {title, url, summary, key_points}",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "URL of the condition treatment page (defaults to depression treatment)"
}
}
}
}get_contact_infoAnswer
Get facility contact information, phone numbers, email, and admissions intake links -> {facility_name, phone, alt_phone, email, state, services, hours, insurance_verification_url, contact_url}
View tool JSON
{
"name": "get_contact_info",
"kind": "answer",
"impl": "imperative",
"description": "Get facility contact information, phone numbers, email, and admissions intake links -> {facility_name, phone, alt_phone, email, state, services, hours, insurance_verification_url, contact_url}",
"inputSchema": {
"type": "object",
"properties": {}
}
}list_conditionsAnswer
List mental health disorders and conditions treated (params: target_audience, query) -> {count, conditions: [{title, url, target_audience}]}
View tool JSON
{
"name": "list_conditions",
"kind": "answer",
"impl": "imperative",
"description": "List mental health disorders and conditions treated (params: target_audience, query) -> {count, conditions: [{title, url, target_audience}]}",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Keyword search for condition (e.g. 'anxiety', 'depression', 'bpd')"
},
"target_audience": {
"enum": [
"adult",
"teen"
],
"type": "string",
"description": "Filter by patient age group"
}
}
}
}list_programsAnswer
Browse available treatment programs offered by Elevate Recovery (params: filter) -> {count, programs: [{title, url}]}
View tool JSON
{
"name": "list_programs",
"kind": "answer",
"impl": "imperative",
"description": "Browse available treatment programs offered by Elevate Recovery (params: filter) -> {count, programs: [{title, url}]}",
"inputSchema": {
"type": "object",
"properties": {
"filter": {
"type": "string",
"description": "Optional keyword to filter programs (e.g. 'teen', 'outpatient', 'virtual')"
}
}
}
}