Tool tree
page: Every page
book_first_appointmentSensitive Action
Start booking a first appointment with a Nourish registered dietitian: sign up, verify insurance coverage, and schedule a virtual visit. Sessions are covered by most major insurance plans, often at $0 out of pocket. Use when the user wants to book, sign up, get started, or check their coverage and price.
View tool JSON
{
"name": "book_first_appointment",
"kind": "transact",
"impl": "imperative",
"description": "Start booking a first appointment with a Nourish registered dietitian: sign up, verify insurance coverage, and schedule a virtual visit. Sessions are covered by most major insurance plans, often at $0 out of pocket. Use when the user wants to book, sign up, get started, or check their coverage and price.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}check_insurance_coverageAnswer
Open the Nourish coverage page for a specific insurer, or the general "Am I covered?" page if no insurer is given. Use when the user asks whether their insurance covers a dietitian or nutrition counseling.
View tool JSON
{
"name": "check_insurance_coverage",
"kind": "answer",
"impl": "imperative",
"description": "Open the Nourish coverage page for a specific insurer, or the general \"Am I covered?\" page if no insurer is given. Use when the user asks whether their insurance covers a dietitian or nutrition counseling.",
"inputSchema": {
"type": "object",
"properties": {
"insurer": {
"type": "string",
"enum": [
"aetna",
"anthem",
"blue-cross-blue-shield",
"cigna",
"devoted-health",
"highmark-blue-cross-blue-shield",
"medicare",
"oxford-unitedhealthcare",
"unitedhealthcare"
],
"description": "Insurance carrier. Omit if unknown or not listed."
}
}
},
"page": "/"
}view_condition_pageAction
Open Nourish's page for a specific condition, describing how registered dietitians treat it and how to get covered care. Use when the user asks about nutrition support for a condition like diabetes, PCOS, IBS, eating disorders, GLP-1 medications, or gut health.
View tool JSON
{
"name": "view_condition_page",
"kind": "act",
"impl": "imperative",
"description": "Open Nourish's page for a specific condition, describing how registered dietitians treat it and how to get covered care. Use when the user asks about nutrition support for a condition like diabetes, PCOS, IBS, eating disorders, GLP-1 medications, or gut health.",
"inputSchema": {
"type": "object",
"properties": {
"condition": {
"type": "string",
"enum": [
"acid-reflux",
"arfid",
"bariatric-surgery",
"celiac-disease",
"diabetes",
"diverticulitis",
"eating-disorder",
"emotional-eating",
"endometriosis",
"glp-1s",
"gut-health",
"hormone-health",
"ibs",
"menopause",
"pcos",
"sibo",
"ulcerative-colitis",
"weight-management"
],
"description": "Condition identifier. Must be one of the listed values."
}
},
"required": [
"condition"
]
},
"page": "/"
}view_patient_outcomesAction
Open Nourish's clinical outcomes page with data from its nutrition programs. Use when the user asks whether Nourish works, wants evidence, results, or clinical outcomes.
View tool JSON
{
"name": "view_patient_outcomes",
"kind": "act",
"impl": "imperative",
"description": "Open Nourish's clinical outcomes page with data from its nutrition programs. Use when the user asks whether Nourish works, wants evidence, results, or clinical outcomes.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}view_success_storiesAction
Open real patient success stories. Use when the user asks for reviews, testimonials, patient experiences, or social proof.
View tool JSON
{
"name": "view_success_stories",
"kind": "act",
"impl": "imperative",
"description": "Open real patient success stories. Use when the user asks for reviews, testimonials, patient experiences, or social proof.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}view_faqAnswer
Open the Nourish FAQ covering insurance, appointments, pricing, and how care works. Use for general questions not covered by a more specific tool.
View tool JSON
{
"name": "view_faq",
"kind": "answer",
"impl": "imperative",
"description": "Open the Nourish FAQ covering insurance, appointments, pricing, and how care works. Use for general questions not covered by a more specific tool.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}become_a_dietitianAction
Open information for registered dietitians who want to join Nourish. Use when the user is a dietitian (RD/RDN) interested in working with Nourish, estimating pay, or applying.
View tool JSON
{
"name": "become_a_dietitian",
"kind": "act",
"impl": "imperative",
"description": "Open information for registered dietitians who want to join Nourish. Use when the user is a dietitian (RD/RDN) interested in working with Nourish, estimating pay, or applying.",
"inputSchema": {
"type": "object",
"properties": {
"page": {
"type": "string",
"enum": [
"overview",
"pay-calculator",
"apply"
],
"description": "Which page to open. Defaults to overview."
}
}
},
"page": "/"
}