IGDB · Capability

IGDB API — Games

IGDB API — Games. 1 operations. Lead operation: Query games. Self-contained Naftiko capability covering one Igdb business surface.

Run with Naftiko IgdbGames

What You Can Do

POST
Post — Query games
/v1/games

MCP Tools

query-games

Query games

read-only

Capability Spec

igdb-games.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IGDB API — Games
  description: 'IGDB API — Games. 1 operations. Lead operation: Query games. Self-contained Naftiko capability covering one
    Igdb business surface.'
  tags:
  - Igdb
  - Games
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    IGDB_API_KEY: IGDB_API_KEY
capability:
  consumes:
  - type: http
    namespace: igdb-games
    baseUri: https://api.igdb.com/v4
    description: IGDB API — Games business capability. Self-contained, no shared references.
    resources:
    - name: games
      path: /games
      operations:
      - name: post
        method: POST
        description: Query games
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.IGDB_API_KEY}}'
  exposes:
  - type: rest
    namespace: igdb-games-rest
    port: 8080
    description: REST adapter for IGDB API — Games. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/games
      name: games
      description: REST surface for games.
      operations:
      - method: POST
        name: post
        description: Query games
        call: igdb-games.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: igdb-games-mcp
    port: 9090
    transport: http
    description: MCP adapter for IGDB API — Games. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: query-games
      description: Query games
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: igdb-games.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.