Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Orchestrated path: generate the landing page from a campaign brief — sections, HTML, form, tracking, A/B variant, conversion goals and test plan — and score any CRO signals you supply into findings.
- analyze — Run pure deterministic CRO analysis over the heatmap and analytics signals you provide, with no model call, returning scored findings.
- generate_page — Generate just the landing page: ordered sections plus a self-contained HTML skeleton, with the consent and legal blocks enforced.
- build_form_integration — Return just the lead-form integration spec: the fields collected, the mandatory consent gate on submit, and the form endpoint.
- wire_tracking_events — Return just the GA4 tracking events wired into the page — page view, CTA click, form start, form submit and consent given.
- propose_ab_variant — Propose just the A/B test variant: the hypothesis, the concrete change to make and the primary metric to judge it on.
- set_conversion_goals — Return just the measurable conversion goals — primary, micro and engagement — each with its event and target.
- build_test_plan — Return just the ordered launch and test checklist: publish, verify tracking, check the consent gate, run the A/B test, roll out the winner.
- list_capabilities — List the agent's static capabilities: the available tools, the supported objectives, the CRO metrics and the mandatory page blocks. Useful for discovery.
- plan_inputs — Plan the inputs for a tool: returns the clarifying questions, the JSON schema and a ready-to-edit example.
- discover_intent — Understand your goal and co-design the exact campaign brief through clarifying questions before running.
- open_form — Opens the guided form to collect the campaign brief. The entry point for running the agent on your own campaign.
- run_form — Internal: invoked by the guided form when the user submits. Not for direct use.