TheGamesDB · Capability

TheGamesDB API — Publishers

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

Run with Naftiko ThegamesdbPublishers

What You Can Do

GET
Publishers — Fetch Publishers list
/v1/v1/publishers

MCP Tools

fetch-publishers-list

Fetch Publishers list

read-only idempotent

Capability Spec

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