Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Run the full no-show prediction pipeline: fetch FHIR appointment data, compute risk scores, schedule SMS reminders, post Slack report.
- predict_no_show_risk — Score no-show risk for a list of appointments using the deterministic model (no LLM). Returns scored appointments sorted by risk descending.
- schedule_reminders — Schedule Twilio SMS reminders for high-risk appointments. Respects opt-out list.
- post_slack_report — Post a no-show risk summary report to a Slack channel. Aggregate stats only — no PHI.
- discover_intent — Understand your goal and co-design the exact input via clarifying questions before running.
- list_capabilities — List the agent's tools and credential requirements.
- plan_inputs — Return questions, schema and a ready-to-edit example for any tool.