get_f1_historical_race_results

shallow

app.racecalendar/f1 · Verify this server

Get 2 to 8 complete historical Formula 1 race classifications in one consolidated request, with per-race sources and bounded partial failures. Use once for multi-race questions instead of repeating get_f1_historical_race_result.

100.0/100

1 trials · measured 8 days ago

get_f1_historical_race_results scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against app.racecalendar/f1, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
open
Input schema
declared
Output schema
declared
Side-effect classification
unclassified
Declared input schema
{
  "type": "object",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "required": [
    "races"
  ],
  "properties": {
    "races": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "round",
          "year"
        ],
        "properties": {
          "year": {
            "type": "integer",
            "maximum": 2100,
            "minimum": 1950,
            "description": "Formula 1 season year."
          },
          "round": {
            "type": "integer",
            "maximum": 99,
            "minimum": 1,
            "description": "Championship round number in the historical season."
          }
        },
        "description": "Select a historical Formula 1 race by season and championship round.",
        "additionalProperties": false
      },
      "maxItems": 8,
      "minItems": 2,
      "description": "Two to eight historical races to retrieve in one request.",
      "uniqueItems": true
    }
  },
  "description": "Select 2 to 8 historical Formula 1 races for one consolidated multi-race lookup.",
  "additionalProperties": false
}

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0
2026-08-2446.2deepv0.1.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1
reliabilityfail: 20
malformed_inputpass: 3
timeout_honourpass: 2
cancellationskipped: 2
determinismfail: 4
concurrencyfail: 20

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: get_f1_historical_race_results
[![Vouch score](https://vouch.tools/api/tools/3d7efba0-53a5-4bc5-aaec-8213433c3e91/badge.svg)](https://vouch.tools/tools/3d7efba0-53a5-4bc5-aaec-8213433c3e91)
get_f1_historical_race_results — Vouch