Twitch · Capability

Twitch IGDB API — Characters

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

Run with Naftiko TwitchCharacters

What You Can Do

POST
Querycharacters — Twitch Query Characters
/v1/characters

MCP Tools

twitch-query-characters

Twitch Query Characters

read-only

Capability Spec

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