list_business_categories
Returns all industry categories and their associated business types with IDs. Use the returned business type IDs as thebusinessTypeIds parameter in search_businesses to filter listings by industry.
This is a read-only tool. No authentication required. No input parameters needed.
Parameters
This tool takes no parameters.Response
A structured list of all industry categories and their business types:Usage
This tool is typically called once at the start of a conversation when the user mentions a specific business type or industry. The returned IDs can then be used in subsequentsearch_businesses calls.
Example Flow
- User asks: “Find laundromats for sale in Texas”
- AI calls
list_business_categoriesto find the laundromat business type ID - AI calls
search_businesseswithbusinessTypeIds: [<laundromat_id>]andstate: "Texas"