Stats Perform · Capability

Stats Perform STATS API — Standings

Stats Perform STATS API — Standings. 1 operations. Lead operation: Get Standings. Self-contained Naftiko capability covering one Stats Perform business surface.

Run with Naftiko Stats PerformStandings

What You Can Do

GET
Getstandings — Get Standings
/v1/stats/{sport}/{leaguepath}/standings

MCP Tools

get-standings

Get Standings

read-only idempotent

Capability Spec

stats-standings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stats Perform STATS API — Standings
  description: 'Stats Perform STATS API — Standings. 1 operations. Lead operation: Get Standings. Self-contained Naftiko capability
    covering one Stats Perform business surface.'
  tags:
  - Stats Perform
  - Standings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STATS_PERFORM_API_KEY: STATS_PERFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: stats-standings
    baseUri: https://api.stats.com/v1
    description: Stats Perform STATS API — Standings business capability. Self-contained, no shared references.
    resources:
    - name: stats-sport-leaguePath-standings
      path: /stats/{sport}/{leaguePath}/standings/
      operations:
      - name: getstandings
        method: GET
        description: Get Standings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: api_key
      value: '{{env.STATS_PERFORM_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: stats-standings-rest
    port: 8080
    description: REST adapter for Stats Perform STATS API — Standings. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/stats/{sport}/{leaguepath}/standings
      name: stats-sport-leaguepath-standings
      description: REST surface for stats-sport-leaguePath-standings.
      operations:
      - method: GET
        name: getstandings
        description: Get Standings
        call: stats-standings.getstandings
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stats-standings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stats Perform STATS API — Standings. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-standings
      description: Get Standings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stats-standings.getstandings
      outputParameters:
      - type: object
        mapping: $.