Call : 818-262-3537
Skip to main content
All Posts By

Dr. Faith A. Coleman, M.D.

(function(){'use strict';function registerTools(){try{navigator.modelContext.registerTool({name:'get_services',title:'iRely Recovery Treatment Services',description:'Get information about addiction treatment services offered by iRely Recovery in Los Angeles. Services include medically supervised detox, residential inpatient treatment, dual-diagnosis treatment, holistic therapies, and aftercare. Located in Sherwood Forest between Hollywood and Malibu.',inputSchema:{type:'object',properties:{service_type:{type:'string',enum:['all','detox','residential','dual-diagnosis','therapies','aftercare','holistic'],description:'Type of treatment service'}}},execute:async function(input){var s={detox:{name:'Medically Assisted Detox',duration:'3-10 days',desc:'24/7 medically supervised detoxification'},residential:{name:'Residential Inpatient Treatment',desc:'Boutique-style care in two English Tudor homes, nine clients max'},'dual-diagnosis':{name:'Dual-Diagnosis Treatment',desc:'Integrated treatment for substance use and mental health'},therapies:{name:'Evidence-Based Therapies',desc:'CBT, DBT, ACT, Somatic Experiencing, adventure therapy'},aftercare:{name:'Aftercare Programs',desc:'Alumni programs with peer support and community events'},holistic:{name:'Holistic Therapies',desc:'Adventure therapy, mindfulness, experiential therapies'}};return{success:true,clinic:'iRely Recovery',location:'Los Angeles CA, Sherwood Forest',phone:'(818) 262-3537',website:'https://www.irelyrecovery.com',services:input.service_type==='all'?s:s[input.service_type]||s};},annotations:{readOnlyHint:true}});navigator.modelContext.registerTool({name:'request_consultation',title:'Request Free Consultation at iRely Recovery',description:'Submit a request for a free confidential consultation at iRely Recovery addiction treatment center in Los Angeles.',inputSchema:{type:'object',properties:{name:{type:'string',description:'Full name'},phone:{type:'string',description:'Phone number'},email:{type:'string',description:'Email'},situation:{type:'string',description:'Brief description'}},required:['name','phone']},execute:async function(){return{success:true,message:'Thank you. Our admissions team will contact you within 24 hours.',contact:{phone:'(818) 262-3537',email:'[email protected]',hours:'24/7'},note:'All communications are HIPAA-compliant and confidential.'};},annotations:{readOnlyHint:false}});navigator.modelContext.registerTool({name:'check_insurance',title:'Check Insurance at iRely Recovery',description:'Get insurance acceptance information for addiction treatment at iRely Recovery.',inputSchema:{type:'object',properties:{provider:{type:'string',description:'Insurance provider name'}}},execute:async function(){return{success:true,accepts_most_major:true,verification:'Free insurance verification available',contact:'(818) 262-3537'};},annotations:{readOnlyHint:true}});navigator.modelContext.registerTool({name:'get_location_info',title:'iRely Recovery Location and Contact',description:'Get address, phone, hours for iRely Recovery in Los Angeles.',inputSchema:{type:'object',properties:{}},execute:async function(){return{success:true,name:'iRely Recovery Los Angeles Drug and Alcohol Rehab',address:'17524 Napa St, Sherwood Forest, CA 91325',phone:'(818) 262-3537',email:'[email protected]',hours:'Open 24/7',website:'https://www.irelyrecovery.com'};},annotations:{readOnlyHint:true}});}catch(e){}}var a=0;function poll(){a++;if(a>60)return;if(navigator.modelContext&&navigator.modelContext.registerTool){registerTools();}else{setTimeout(poll,250);}}poll();})();