TheGamesDB · Capability

TheGamesDB API — Developers

TheGamesDB API — Developers. 1 operations. Lead operation: Fetch Developers list. Self-contained Naftiko capability covering one Thegamesdb business surface.

Run with Naftiko ThegamesdbDevelopers

What You Can Do

GET
Developers — Fetch Developers list
/v1/v1/developers

MCP Tools

fetch-developers-list

Fetch Developers list

read-only idempotent

Capability Spec

thegamesdb-developers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TheGamesDB API — Developers
  description: 'TheGamesDB API — Developers. 1 operations. Lead operation: Fetch Developers list. Self-contained Naftiko capability
    covering one Thegamesdb business surface.'
  tags:
  - Thegamesdb
  - Developers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    THEGAMESDB_API_KEY: THEGAMESDB_API_KEY
capability:
  consumes:
  - type: http
    namespace: thegamesdb-developers
    baseUri: https://api.thegamesdb.net
    description: TheGamesDB API — Developers business capability. Self-contained, no shared references.
    resources:
    - name: v1-Developers
      path: /v1/Developers
      operations:
      - name: developers
        method: GET
        description: Fetch Developers list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: apikey
          in: query
          type: string
          description: (Required)
          required: true
  exposes:
  - type: rest
    namespace: thegamesdb-developers-rest
    port: 8080
    description: REST adapter for TheGamesDB API — Developers. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/developers
      name: v1-developers
      description: REST surface for v1-Developers.
      operations:
      - method: GET
        name: developers
        description: Fetch Developers list
        call: thegamesdb-developers.developers
        with:
          apikey: rest.apikey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: thegamesdb-developers-mcp
    port: 9090
    transport: http
    description: MCP adapter for TheGamesDB API — Developers. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: fetch-developers-list
      description: Fetch Developers list
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: thegamesdb-developers.developers
      with:
        apikey: tools.apikey
      outputParameters:
      - type: object
        mapping: $.