get_f1_historical_race_results
shallowapp.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
| 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": [ "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
| 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/3d7efba0-53a5-4bc5-aaec-8213433c3e91)