Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Run the full retention analysis end-to-end: collect, compute curves/churn deterministically, narrate, and return the full JSON report.
- analyze_export — Deterministic analysis (no LLM) over a raw retention export: curves, drop-off, churn, findings, confidence.
- compute_retention_curve — Compute the deterministic retention rate curve, drop-off and churn for a single cohort.
- compare_cohorts — Compare cohorts in a retention export, ranking by final-bucket retention and churn.
- list_capabilities — List the agent's static capabilities, thresholds, providers, and limits.
- plan_inputs — Return questions, schema and a ready-to-edit example for a chosen tool.
- discover_intent — Co-design the exact input via clarifying questions before running.