TheTVDB · Capability

TVDB API V4 — Artwork Types

TVDB API V4 — Artwork Types. 1 operations. Lead operation: Get All Artwork Types. Self-contained Naftiko capability covering one TheTVDB business surface.

Run with Naftiko TheTVDBTelevisionArtwork Types

What You Can Do

GET
Getallartworktypes — TheTVDB Get All Artwork Types
/v1/artwork/types

MCP Tools

get-artwork-types

TheTVDB Get All Artwork Types

read-only idempotent

Capability Spec

v4-artwork-types.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TVDB API V4 — Artwork Types
  description: 'TVDB API V4 — Artwork Types. 1 operations. Lead operation: Get All Artwork Types. Self-contained Naftiko capability covering one TheTVDB business surface.'
  tags:
  - TheTVDB
  - Television
  - Artwork Types
  created: '2026-05-30'
  modified: '2026-05-30'
binds:
- namespace: env
  keys:
    TVDB_BEARER_TOKEN: TVDB_BEARER_TOKEN
capability:
  consumes:
  - type: http
    namespace: v4-artwork-types
    baseUri: 'https://api4.thetvdb.com/v4'
    description: TVDB API V4 — Artwork Types business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.TVDB_BEARER_TOKEN}}'
    resources:
    - name: artwork-types
      path: '/artwork/types'
      operations:
      - name: getAllArtworkTypes
        method: GET
        description: TheTVDB Get All Artwork Types
        inputParameters: []
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: v4-artwork-types-rest
    port: 8080
    description: REST adapter for TVDB API V4 — Artwork Types. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/artwork/types
      name: artwork-types
      description: REST surface for artwork-types.
      operations:
      - method: GET
        name: getAllArtworkTypes
        description: TheTVDB Get All Artwork Types
        call: v4-artwork-types.getAllArtworkTypes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v4-artwork-types-mcp
    port: 9090
    transport: http
    description: MCP adapter for TVDB API V4 — Artwork Types. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: get-artwork-types
      description: TheTVDB Get All Artwork Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v4-artwork-types.getAllArtworkTypes
      outputParameters:
      - type: object
        mapping: $.