Tool tree
F1 racing game telemetry, setups, and track information
find-f1-track-dataAction
Look up community car setups, the lap time leaderboard, or the matching AI difficulty for one track of the current EA/Codemasters F1 game on F1Laps.
View tool JSON
{
"name": "find-f1-track-data",
"kind": "act",
"impl": "declarative",
"description": "Look up community car setups, the lap time leaderboard, or the matching AI difficulty for one track of the current EA/Codemasters F1 game on F1Laps.",
"inputSchema": {
"type": "object",
"properties": {
"data": {
"type": "string",
"anyOf": [
{
"type": "string",
"const": "setups",
"title": "Car setups"
},
{
"type": "string",
"const": "wet-setups",
"title": "Wet car setups"
},
{
"type": "string",
"const": "meta-setup",
"title": "Consensus setup"
},
{
"type": "string",
"const": "leaderboard",
"title": "Lap time leaderboard"
},
{
"type": "string",
"const": "ai-difficulty",
"title": "AI difficulty"
},
{
"type": "string",
"const": "track-data",
"title": "Track data"
}
],
"enum": [
"setups",
"wet-setups",
"meta-setup",
"leaderboard",
"ai-difficulty",
"track-data"
],
"description": "Which data set to open: setups, wet-setups, meta-setup, leaderboard, ai-difficulty or track-data."
},
"track": {
"type": "string",
"anyOf": [
{
"type": "string",
"const": "australia",
"title": "Australia"
},
{
"type": "string",
"const": "china",
"title": "China"
},
{
"type": "string",
"const": "japan",
"title": "Japan"
},
{
"type": "string",
"const": "bahrain",
"title": "Bahrain"
},
{
"type": "string",
"const": "saudi_arabia",
"title": "Saudi Arabia"
},
{
"type": "string",
"const": "miami",
"title": "United States (Miami)"
},
{
"type": "string",
"const": "canada",
"title": "Canada"
},
{
"type": "string",
"const": "monaco",
"title": "Monaco"
},
{
"type": "string",
"const": "spain",
"title": "Spain (Catalunya)"
},
{
"type": "string",
"const": "austria",
"title": "Austria"
},
{
"type": "string",
"const": "silverstone",
"title": "Great Britain"
},
{
"type": "string",
"const": "spa",
"title": "Belgium"
},
{
"type": "string",
"const": "hungary",
"title": "Hungary"
},
{
"type": "string",
"const": "netherlands",
"title": "Netherlands"
},
{
"type": "string",
"const": "monza",
"title": "Italy (Monza)"
},
{
"type": "string",
"const": "madrid",
"title": "Spain (Madrid)"
},
{
"type": "string",
"const": "azerbaijan",
"title": "Azerbaijan"
},
{
"type": "string",
"const": "singapore",
"title": "Singapore"
},
{
"type": "string",
"const": "usa",
"title": "United States (Austin)"
},
{
"type": "string",
"const": "mexico",
"title": "Mexico"
},
{
"type": "string",
"const": "brazil",
"title": "Brazil"
},
{
"type": "string",
"const": "las_vegas",
"title": "United States (Las Vegas)"
},
{
"type": "string",
"const": "qatar",
"title": "Qatar"
},
{
"type": "string",
"const": "abudhabi",
"title": "Abu Dhabi"
},
{
"type": "string",
"const": "imola",
"title": "Italy (Imola)"
}
],
"enum": [
"australia",
"china",
"japan",
"bahrain",
"saudi_arabia",
"miami",
"canada",
"monaco",
"spain",
"austria",
"silverstone",
"spa",
"hungary",
"netherlands",
"monza",
"madrid",
"azerbaijan",
"singapore",
"usa",
"mexico",
"brazil",
"las_vegas",
"qatar",
"abudhabi",
"imola"
],
"description": "Track token, lowercase and underscore-separated, for example monaco, silverstone or las_vegas."
}
},
"required": []
}
}