Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Fetch all open HubSpot deals, compute health scores, generate AI follow-up suggestions, and return the full deal health report as JSON.
- score_deals — Given a list of raw HubSpot deals, run deterministic health scoring (no LLM) and return scored deals with risk classification.
- get_at_risk_deals — Run the pipeline health check and return only at-risk and critical deals with suggested actions.
- get_stale_deals — Run the pipeline health check and return only stale deals (no recent activity).
- list_capabilities — List available tools, scoring algorithm details, credential requirements and thresholds.
- plan_inputs — Plan inputs for any tool: returns questions, schema and a ready-to-edit example.
- discover_intent — Intent-discovery front door: describe your goal in natural language and get a concrete proposed input.