Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Get Country of OriginGENDER_API_GET_COUNTRY_OF_ORIGIN
Tool to retrieve a name's likely countries of origin. Use after confirming the name identifier.
Get Country of Origin (v1)GENDER_API_GET_COUNTRY_OF_ORIGIN_V1
Tool to get the country of origin for a given first name using v1 API. Returns the most likely country where the name is most common.
Get Gender API StatisticsGENDER_API_GET_STATISTIC
Tool to retrieve account statistics from Gender-API, including remaining credits and usage details. Use when you need to check your credit balance before performing further gender lookups.
Query Gender by Email AddressGENDER_API_QUERY_BY_EMAIL_ADDRESS
Determine likely gender from an email address by extracting and analyzing the name portion. Returns male/female/unknown with a confidence score. Optionally filter by country for improved accuracy. Check result_found to know if a determination was made; probability indicates confidence level.
Query Gender by Multiple Email AddressesGENDER_API_QUERY_BY_EMAIL_ADDRESS_MULTIPLE
Determine likely gender for multiple email addresses in a single batch request. Returns male/female/unknown with confidence scores for each email. Use for efficient bulk processing. Each result includes result_found flag and optional probability score.
Gender From First NameGENDER_API_QUERY_BY_FIRST_NAME
Tool to determine the gender of a first name. Use when you need to identify gender based on a given name.
Query Gender by Full NameGENDER_API_QUERY_BY_FULL_NAME
Tool to determine gender by splitting a full name. Use when you have an exact full name string and want to infer gender. Slightly less reliable for rare or ambiguous names.
Query Gender by Multiple First NamesGENDER_API_QUERY_GENDER_BY_FIRST_NAME_MULTIPLE
Tool to determine gender for multiple first names in a single batch request. Use when you need to query gender for several names efficiently to save API credits and reduce latency.
Query Gender by Full Name (Multiple)GENDER_API_QUERY_GENDER_BY_FULL_NAME_MULTIPLE
Tool to batch query gender for multiple full names in a single request. Use when you need to determine gender for multiple names efficiently. Each name can optionally include country, locale, or IP for more accurate regional inference.