Tool tree
Italian reviews and comparisons of betting and casino operators
bonus_codes_hunters_searchAction
Bonus Codes Hunter Search Tool
View tool JSON
{
"name": "bonus_codes_hunters_search",
"kind": "act",
"impl": "imperative",
"description": "Bonus Codes Hunter Search Tool",
"inputSchema": {
"type": "object",
"properties": {
"vertical": {
"type": "string",
"enum": [
"casino",
"sport",
"both"
],
"description": "The vertical type. It must be one of the following: \"casino\", \"sport\", \"both\"."
},
"markets": {
"type": "array",
"items": {
"type": "string",
"enum": [
"sport_afl",
"casino_baccarat",
"sport_baseball",
"sport_basketball",
"casino_bingo",
"casino_blackjack",
"casino_craps",
"sport_cricket",
"sport_esports",
"sport_f1",
"sport_football",
"sport_golf",
"sport_horseracing",
"sport_icehockey",
"casino_keno",
"casino_live-casino",
"casino_lottery",
"sport_mma",
"casino_poker",
"casino_roulette",
"sport_rugby",
"sport_rugby-union",
"casino_scratch-cards",
"casino_slots",
"casino_super-sic-bo",
"sport_tennis",
"sport_volleyball"
],
"description": "Use the enum string exactly (e.g. sport_basketball, casino_slots). Same as Bonus Hunter Quiz URL."
}
},
"payouts": {
"type": "array",
"items": {
"type": "string",
"enum": [
"instant",
"1_2_days",
"week"
],
"description": "The payout type. It must be one of the following: \"instant\", \"1_2_days\", \"week\"."
}
},
"devices": {
"type": "array",
"items": {
"type": "string",
"enum": [
"mobile",
"desktop",
"tablet"
],
"description": "The device type. It must be one of the following: \"mobile\", \"desktop\", \"tablet\"."
}
}
},
"required": [
"vertical",
"markets",
"payouts",
"devices"
]
}
}search_toolAction
Search the website
View tool JSON
{
"name": "search_tool",
"kind": "act",
"impl": "declarative",
"description": "Search the website",
"inputSchema": {
"type": "object",
"properties": {
"search_query": {
"type": "string",
"description": "Enter the search term"
}
},
"required": [
"search_query"
]
}
}