OpenF1 · Capability

OpenF1 API — Stints

OpenF1 API — Stints. 1 operations. Lead operation: List tyre stints with compound and age. Self-contained Naftiko capability covering one Openf1 business surface.

Run with Naftiko Openf1Stints

What You Can Do

GET
Liststints — List tyre stints with compound and age
/v1/stints

MCP Tools

list-tyre-stints-compound-and

List tyre stints with compound and age

read-only idempotent

Capability Spec

openf1-stints.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: OpenF1 API — Stints
  description: 'OpenF1 API — Stints. 1 operations. Lead operation: List tyre stints with compound and age. Self-contained
    Naftiko capability covering one Openf1 business surface.'
  tags:
  - Openf1
  - Stints
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OPENF1_API_KEY: OPENF1_API_KEY
capability:
  consumes:
  - type: http
    namespace: openf1-stints
    baseUri: https://api.openf1.org/v1
    description: OpenF1 API — Stints business capability. Self-contained, no shared references.
    resources:
    - name: stints
      path: /stints
      operations:
      - name: liststints
        method: GET
        description: List tyre stints with compound and age
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: session_key
          in: query
          type: integer
        - name: driver_number
          in: query
          type: integer
  exposes:
  - type: rest
    namespace: openf1-stints-rest
    port: 8080
    description: REST adapter for OpenF1 API — Stints. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/stints
      name: stints
      description: REST surface for stints.
      operations:
      - method: GET
        name: liststints
        description: List tyre stints with compound and age
        call: openf1-stints.liststints
        with:
          session_key: rest.session_key
          driver_number: rest.driver_number
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openf1-stints-mcp
    port: 9090
    transport: http
    description: MCP adapter for OpenF1 API — Stints. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-tyre-stints-compound-and
      description: List tyre stints with compound and age
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openf1-stints.liststints
      with:
        session_key: tools.session_key
        driver_number: tools.driver_number
      outputParameters:
      - type: object
        mapping: $.