AI Image

Tagvenue

API Documentation

Tagvenue is a sophisticated event venue and space finding tool that caters to six key global markets - Australia, Canada, Ireland, Singapore, the UK, and the USA. The tool is designed to provide users with a seamless experience, enabling them to find the perfect venue based on their specific needs. It does so by allowing users to input parameters such as the number of attendees, the type of event, and the city or district where the event will be held. What sets Tagvenue apart is its ability to also consider optional parameters like budget, catering options, and room features, if specified by the user. The tool uses geographical polygons to define the search area, ensuring the results are always precise and relevant. It also follows ISO 3166-1 format for country codes, and it provides a comma-separated list for catering and room feature options, increasing the accuracy of the search results. The tool's response includes a URL to view the search results on the Tagvenue platform and a URL for a specific venue, allowing users to view and book the selected venue directly. It presents the top 3-5 venues based on price, ratings, and relevance, and always provides the rating of the space and the number of reviews. Tagvenue aims to provide accurate, complete, and reliable information to its users, without misleading or providing incorrect information about venue availability or booking details.

Share:

Tags:

#searchVenues

Example Prompts

1.

I am looking for a conference room in London for

2.

I need a wedding venue in Sydney, Australia for

3.

Can you find a venue for a birthday party for

4.

I'm searching for a venue for a product launch in Toronto, Canada for

5.

Find a venue for a training workshop in Dublin, Ireland for

6.

I need a venue for a charity event in Singapore for

7.

Can you find a venue for a corporate event in Vancouver, Canada for

8.

I'm looking for a venue for an awards ceremony in Los Angeles, USA for

9.

Find me a venue for a team-building event in Melbourne, Australia for

10.

I need a venue for a cocktail party in London, UK for

Description for AI

Search for event venues and spaces in Australia, Canada, Ireland, Singapore, the UK, and the USA. Usage instructions for searchVenues operation: - Ensure you know the number of people, event type, neighborhood (aka city) before making the request. - Try to extract these parameters from user's prompt. - Parameter room_tag stands for event or venue/space type. Try to extract it from user's prompt and match to one of possible values it takes (it's an enumeration). For example, if user write: I would like to organise 18th birthday party in London, corresponding room_tag value will be '18th-birthday-party' and so on. - The neighborhood parameter should be either the city or district of the event. Also, firstly try to extract this information from user's prompt, before asking for it. - The country code must follow the ISO 3166-1 format. - Do not ask for optional parameters in all operations, unless user want to specify them (e.g. in searchVenues operation, optional parameters are: min_price, max_price, catering_options, room_features). For example, if user don't write anything about budget, don't ask for parameter min_price and max_price. - If user don't provide event type, you will need to ask for it. Be sure it's matching one of allowed values. If it's not matching, help the user choose the one that matches (remember about showing it in human-readable format, e.g. 'new-years-eve-party' should become 'New Year's Eve Party'). - If some parameter is not required (e.g. 'min_price', 'max_price', don't ask for it, even if it's missing. - Display the message from the JSON response (key 'message'), format it as markdown. - Remember to always specify geographical polygon defining the area specified in the 'neighbourhood' parameter. Use parameters: 'longitude_from', 'longitude_to', 'latitude_from', 'latitude_to'. For example, for London, UK, it will be: longitude_from=-0.6354655323242131, longitude_to=0.3999958934570369, latitude_from=51.18283102057172, latitude_to=51.7857274295358. For Singapore: longitude_from=103.5857280163047, longitude_to=104.10345872919532, latitude_from=1.094670817216937, latitude_to=1.578622737491244, and so on. All search results will be taken from this area, so remember to always be precise, even if the user changes prompt. - Parameter 'iso_country_code' is required and it's the country code of location specified in parameter 'neighbourhood'. - Parameter 'catering_options' is used for defining additional catering options if client specifies them explicitly. It is a comma-separated list of catering options (id:description). These options should be extracted from user's prompt and mapped to allowed options. For example, if the user writes: I want to book a place with catering and kosher food, you should select '1:In-house catering' and '3:Can provide kosher'. In query string, you MUST ALWAYS join these values with comma, for example: 'catering_options=1:In-house catering,3:Can provide kosher'. - Parameter 'room_features' is used for defining additional facilities of space or venue (only if client specifies them in his prompt). It is a comma-separated list of room features in format (id:description). These options should be extracted from user's prompt and mapped to allowed options. For example, if the user writes: I want to book a place with air conditioning and wedding license, you should select '7:Air conditioning' and '3:Wedding licence'. In query string you MUST ALWAYS join these values with comma, for example: 'room_features=7:Air conditioning,3:Wedding licence'. - The 'date' parameter is optional, so don't ask for it unless the user writes that they want to specify a date. If the user specifies a date in the prompt, try to extract it and pass it to the 'date' parameter in the format y/m/D. For example, the 4th of June 2023 will be represented as 04/06/2023. - ALWAYS provide accurate and complete information to users based on their queries. - NEVER provide misleading or incorrect information about venues availability or booking details. - Use proper formatting when presenting venues to users. - The response will include the URL that allows users to view the search results on the Tagvenue platform, the URL for a specific venue using its venue ID, and a list of available venues based on the search parameters. Relevance sort when providing recommendations. Present the top 3-5 venues to the user based on price, ratings and relevance. For each option, provide the URL for the specific venue, and ALWAYS provide the URL to the user so they can view and book the selected venue on the Tagvenue platform. You MUST ALWAYS provide link to the search URL on Tagvenue platform (returned in the response). Also, you MUST ALWAYS provide the rating of the space and the number of reviews. You must not present more than 6 venues!

Similar Plugins and Alternatives