Youtube · Capability

YouTube Data API v3 — I18n

YouTube Data API v3 — I18n. 2 operations. Lead operation: Youtube List I18n Languages. Self-contained Naftiko capability covering one Youtube business surface.

Run with Naftiko YoutubeI18n

What You Can Do

GET
Youtubei18nlanguageslist — Youtube List I18n Languages
/v1/i18nlanguages
GET
Youtubei18nregionslist — Youtube List I18n Regions
/v1/i18nregions

MCP Tools

youtube-list-i18n-languages

Youtube List I18n Languages

read-only idempotent
youtube-list-i18n-regions

Youtube List I18n Regions

read-only idempotent

Capability Spec

data-i18n.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: YouTube Data API v3 — I18n
  description: 'YouTube Data API v3 — I18n. 2 operations. Lead operation: Youtube List I18n Languages. Self-contained Naftiko
    capability covering one Youtube business surface.'
  tags:
  - Youtube
  - I18n
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    YOUTUBE_API_KEY: YOUTUBE_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-i18n
    baseUri: https://www.googleapis.com/youtube/v3
    description: YouTube Data API v3 — I18n business capability. Self-contained, no shared references.
    resources:
    - name: i18nLanguages
      path: /i18nLanguages
      operations:
      - name: youtubei18nlanguageslist
        method: GET
        description: Youtube List I18n Languages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: hl
          in: query
          type: string
          description: Specifies the language that should be used for text values in the API response.
    - name: i18nRegions
      path: /i18nRegions
      operations:
      - name: youtubei18nregionslist
        method: GET
        description: Youtube List I18n Regions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: hl
          in: query
          type: string
          description: Specifies the language that should be used for text values in the API response.
    authentication:
      type: bearer
      token: '{{env.YOUTUBE_API_KEY}}'
  exposes:
  - type: rest
    namespace: data-i18n-rest
    port: 8080
    description: REST adapter for YouTube Data API v3 — I18n. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/i18nlanguages
      name: i18nlanguages
      description: REST surface for i18nLanguages.
      operations:
      - method: GET
        name: youtubei18nlanguageslist
        description: Youtube List I18n Languages
        call: data-i18n.youtubei18nlanguageslist
        with:
          hl: rest.hl
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/i18nregions
      name: i18nregions
      description: REST surface for i18nRegions.
      operations:
      - method: GET
        name: youtubei18nregionslist
        description: Youtube List I18n Regions
        call: data-i18n.youtubei18nregionslist
        with:
          hl: rest.hl
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-i18n-mcp
    port: 9090
    transport: http
    description: MCP adapter for YouTube Data API v3 — I18n. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: youtube-list-i18n-languages
      description: Youtube List I18n Languages
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-i18n.youtubei18nlanguageslist
      with:
        hl: tools.hl
      outputParameters:
      - type: object
        mapping: $.
    - name: youtube-list-i18n-regions
      description: Youtube List I18n Regions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-i18n.youtubei18nregionslist
      with:
        hl: tools.hl
      outputParameters:
      - type: object
        mapping: $.