get_f1_historical_race_result
shallowapp.racecalendar/f1 · Verify this server
Get one complete historical Formula 1 race classification by season and championship round. Use only for a single race; for two or more races, call get_f1_historical_race_results once instead.
100.0/100
1 trials · measured 8 days ago
get_f1_historical_race_result 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
| Component | Weight | Value |
|---|---|---|
| Reliability | 35% | not applicable |
| Schema integrity | 25% | 100.0 |
| Failure behaviour | 15% | not applicable |
| Latency | 15% | not applicable |
| Concurrency | 10% | 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": [ "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 }
Score history
| Day | Score | Tier | Methodology |
|---|---|---|---|
| 2026-08-25 | 100.0 | shallow | v0.2.0 |
| 2026-08-24 | 46.2 | deep | v0.1.0 |
Probe evidence
| Probe | Outcomes |
|---|---|
| schema_integrity | pass: 1 |
| reliability | fail: 20 |
| malformed_input | pass: 3 |
| timeout_honour | pass: 2 |
| cancellation | skipped: 2 |
| determinism | fail: 4 |
| concurrency | fail: 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.
[](https://vouch.tools/tools/12b71617-bf18-45c5-84ee-0ca26787c905)