Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Full pipeline: deterministic funnel conversion + cohort retention on caller-provided events, then an LLM narrative of the numbers (template fallback). Returns the complete AgentResult JSON.
- analyze_funnel — Compute the funnel conversion + cohort retention matrix from caller-provided events using pure deterministic math (no LLM). Returns funnel, cohorts, findings and totals.
- list_capabilities — List the agent's static capabilities: available tools and analysis parameters.
- plan_inputs — Plan/brainstorm the inputs for a tool: returns the questions, schema and a ready-to-edit example.