Statorium · Capability

Statorium Basketball API — Standings

Statorium Basketball API — Standings. 1 operations. Lead operation: Get Basketball Standings. Self-contained Naftiko capability covering one Statorium business surface.

Run with Naftiko StatoriumStandings

What You Can Do

GET
Getbasketballstandings — Get Basketball Standings
/v1/basketball/standings

MCP Tools

get-basketball-standings

Get Basketball Standings

read-only idempotent

Capability Spec

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