Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Orchestrated path: build the whole event campaign — countdown calendar, landing-page copy, invite and reminder emails, social posts, follow-up segmentation and the consent-gated sales handoff.
- analyze — Run pure deterministic analysis over the provided event and registrant data with no model call, returning the consent and pipeline findings — consent status, registration-goal gap, lead time and show-up rate.
- build_countdown_calendar — Build the pre and post-event countdown and logistics calendar, anchored on the event date: announce, invites, reminders, event day, handoff.
- write_landing_page — Write the landing-page copy from the event fields you supplied.
- draft_invite_emails — Draft the three invite emails at 21, 14 and 7 days out. Copy only — never sent.
- draft_reminder_emails — Draft the two reminder emails at 3 days and 1 day out. Copy only — never sent.
- draft_social_posts — Draft the social posts across LinkedIn, X and Instagram.
- segment_followups — Segment your registrants for follow-up: hot lead, warm, attended-nurture and no-show re-engage.
- prepare_crm_handoff — Prepare the sales handoff of scored, segmented registrant records. Returns an empty list until explicit consent is confirmed — contact data does not leave otherwise.
- list_capabilities — List the agent's static capabilities: the available tools and a short description. 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 input through clarifying questions before running.
- open_form — Opens the guided form to collect the event details and, for the post-event steps, your registrant data. The entry point for running the agent on your own event.
- run_form — Internal: invoked by the guided form when the user submits. Not for direct use.