compare_f1_competitors

shallow

app.racecalendar/f1 · Verify this server

Compare two Formula 1 drivers or constructors in one season using sourced standings and explicitly described calculations.

100.0/100

1 trials · measured 8 days ago

compare_f1_competitors 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": [
    "competitorType",
    "left",
    "right",
    "year"
  ],
  "properties": {
    "left": {
      "type": "string",
      "maxLength": 100,
      "minLength": 1,
      "description": "First driver or constructor name to compare."
    },
    "year": {
      "type": "integer",
      "maximum": 2100,
      "minimum": 1950,
      "description": "Formula 1 season year."
    },
    "right": {
      "type": "string",
      "maxLength": 100,
      "minLength": 1,
      "description": "Second driver or constructor name to compare."
    },
    "competitorType": {
      "enum": [
        "driver",
        "constructor"
      ],
      "type": "string",
      "description": "Compare two drivers or two constructors."
    }
  },
  "description": "Compare two drivers or two constructors within one Formula 1 season.",
  "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: 4
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: compare_f1_competitors
[![Vouch score](https://vouch.tools/api/tools/4373bc0b-3c2a-47d8-b6ea-b8d0e9e6b64b/badge.svg)](https://vouch.tools/tools/4373bc0b-3c2a-47d8-b6ea-b8d0e9e6b64b)
compare_f1_competitors — Vouch