01 · WHAT THE AGENT CAN DO
Actions
Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Create LeadHELLOLEADS_CREATE_LEAD
Tool to add a new lead into HelloLeads. Use when you need to push a fresh lead record with mandatory first name and list key.
List LeadsHELLOLEADS_LIST_LEADS
Tool to list all leads from HelloLeads. Use after authentication to fetch the entire lead list. Returns empty list if none found.
List Lead ListsHELLOLEADS_LIST_LISTS
Tool to retrieve all lead list keys from HelloLeads. Use when you need to enumerate available lists for lead insertion.