Tool tree
Drug and alcohol treatment information from Red Ribbon Recovery Colorado, including programs, therapies, and facility details.
get_facility_infoAnswer
Get facility location, licensing (BHA), NPI, hours of operation, and admissions contact numbers -> {facility_name, operator, npi, license, address, phone, hours, accreditations, admissions_action_url}
View tool JSON
{
"name": "get_facility_info",
"kind": "answer",
"impl": "imperative",
"description": "Get facility location, licensing (BHA), NPI, hours of operation, and admissions contact numbers -> {facility_name, operator, npi, license, address, phone, hours, accreditations, admissions_action_url}",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}list_conditions_and_therapiesAnswer
List substance addictions, mental health conditions, and specialized therapies treated (params: category='all'|'addiction'|'mental_health'|'therapy') -> {category_filter, total_count, items: [{category, title, slug, url}]}
View tool JSON
{
"name": "list_conditions_and_therapies",
"kind": "answer",
"impl": "imperative",
"description": "List substance addictions, mental health conditions, and specialized therapies treated (params: category='all'|'addiction'|'mental_health'|'therapy') -> {category_filter, total_count, items: [{category, title, slug, url}]}",
"inputSchema": {
"type": "object",
"properties": {
"category": {
"enum": [
"all",
"addiction",
"mental_health",
"therapy"
],
"type": "string",
"default": "all",
"description": "Filter by treatment category"
}
},
"additionalProperties": false
}
}list_treatment_programsAnswer
List all addiction and mental health levels of care offered by Red Ribbon Recovery CO -> {total_count, programs: [{id, title, slug, url}]}
View tool JSON
{
"name": "list_treatment_programs",
"kind": "answer",
"impl": "imperative",
"description": "List all addiction and mental health levels of care offered by Red Ribbon Recovery CO -> {total_count, programs: [{id, title, slug, url}]}",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}