get_f1_circuit

shallow

app.racecalendar/f1 · Verify this server

Get circuit metadata and normalized track geometry for a race weekend selected by meeting key, round, race name, or slug.

100.0/100

1 trials · measured 8 days ago

get_f1_circuit 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",
  "oneOf": [
    {
      "required": [
        "meetingKey"
      ]
    },
    {
      "required": [
        "round"
      ]
    },
    {
      "required": [
        "raceName"
      ]
    },
    {
      "required": [
        "slug"
      ]
    }
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "required": [
    "year"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
      "maxLength": 160,
      "minLength": 1,
      "description": "Race Calendar race slug, such as round-6-miami-grand-prix or miami-grand-prix."
    },
    "year": {
      "type": "integer",
      "maximum": 2100,
      "minimum": 1950,
      "description": "Formula 1 season year."
    },
    "round": {
      "type": "integer",
      "maximum": 99,
      "minimum": 1,
      "description": "Championship round number for the season."
    },
    "raceName": {
      "type": "string",
      "maxLength": 120,
      "minLength": 1,
      "description": "Human-friendly Grand Prix or race name, matched case-insensitively."
    },
    "meetingKey": {
      "type": "integer",
      "maximum": 9007199254740991,
      "description": "OpenF1 meeting key for the race weekend.",
      "exclusiveMinimum": 0
    }
  },
  "description": "Select one race weekend by season and exactly one of meetingKey, round, raceName, or slug.",
  "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_circuit
[![Vouch score](https://vouch.tools/api/tools/6337408c-e0ba-4ad5-af06-1158f57d70a0/badge.svg)](https://vouch.tools/tools/6337408c-e0ba-4ad5-af06-1158f57d70a0)
get_f1_circuit — Vouch