STEAM_GET_GAMES_DETAILS = '\n This tool is a wrapper around python-steam-api\'s steam.apps.search_games API and \n steam.apps.get_app_details API, useful when you need to search for a game.\n The input to this tool is a string specifying the name of the game you want to \n search for. For example, to search for a game called "Counter-Strike: Global \n Offensive", you would input "Counter-Strike: Global Offensive" as the game name.\n This input will be passed into steam.apps.search_games to find the game id, link \n and price, and then the game id will be passed into steam.apps.get_app_details to \n get the detailed description and supported languages of the game. Finally the \n results are combined and returned as a string.\n'