Statorium · Capability

Statorium American Football API — Players

Statorium American Football API — Players. 1 operations. Lead operation: Get NFL Player. Self-contained Naftiko capability covering one Statorium business surface.

Run with Naftiko StatoriumPlayers

What You Can Do

GET
Getnflplayer — Get NFL Player
/v1/nfl/players/{playerid}

MCP Tools

get-nfl-player

Get NFL Player

read-only idempotent

Capability Spec

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