Documentation Index
Fetch the complete documentation index at: https://developers.venturu.com/llms.txt
Use this file to discover all available pages before exploring further.
list_languages
Returns all available languages with their IDs and codes. Use the returned language IDs as thelanguageIds parameter in search_brokers to find brokers who speak specific languages.
This is a read-only tool. No authentication required. No input parameters needed.
Parameters
This tool takes no parameters.Response
A list of all languages:Usage
Call this tool when the user wants to find brokers who speak a specific language. Use the returned IDs insearch_brokers.
Example Flow
- User asks: “Find French-speaking brokers in Miami”
- AI calls
list_languagesto find the French language ID - AI calls
search_brokerswithlanguageIds: [<french_id>],city: "Miami",countryCode: "US"