Twitch · Capability

Twitch IGDB API — Themes

Twitch IGDB API — Themes. 1 operations. Lead operation: Twitch Query Themes. Self-contained Naftiko capability covering one Twitch business surface.

Run with Naftiko TwitchThemes

What You Can Do

POST
Querythemes — Twitch Query Themes
/v1/themes

MCP Tools

twitch-query-themes

Twitch Query Themes

read-only

Capability Spec

igdb-themes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Twitch IGDB API — Themes
  description: 'Twitch IGDB API — Themes. 1 operations. Lead operation: Twitch Query Themes. Self-contained Naftiko capability
    covering one Twitch business surface.'
  tags:
  - Twitch
  - Themes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TWITCH_API_KEY: TWITCH_API_KEY
capability:
  consumes:
  - type: http
    namespace: igdb-themes
    baseUri: https://api.igdb.com/v4
    description: Twitch IGDB API — Themes business capability. Self-contained, no shared references.
    resources:
    - name: themes
      path: /themes
      operations:
      - name: querythemes
        method: POST
        description: Twitch Query Themes
        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.TWITCH_API_KEY}}'
  exposes:
  - type: rest
    namespace: igdb-themes-rest
    port: 8080
    description: REST adapter for Twitch IGDB API — Themes. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/themes
      name: themes
      description: REST surface for themes.
      operations:
      - method: POST
        name: querythemes
        description: Twitch Query Themes
        call: igdb-themes.querythemes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: igdb-themes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Twitch IGDB API — Themes. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: twitch-query-themes
      description: Twitch Query Themes
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: igdb-themes.querythemes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.