Microsoft Azure · Capability

Microsoft Azure Translator Text Client — Languages

Microsoft Azure Translator Text Client — Languages. 1 operations. Lead operation: Microsoft Azure Get Languages. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureLanguages

What You Can Do

GET
Microsoftazuretranslatorlanguages — Microsoft Azure Get Languages
/v1/languages

MCP Tools

microsoft-azure-get-languages

Microsoft Azure Get Languages

read-only idempotent

Capability Spec

translator-text-client-languages.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Translator Text Client — Languages
  description: 'Microsoft Azure Translator Text Client — Languages. 1 operations. Lead operation: Microsoft Azure Get Languages.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Languages
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: translator-text-client-languages
    baseUri: https://api.cognitive.microsofttranslator.com
    description: Microsoft Azure Translator Text Client — Languages business capability. Self-contained, no shared references.
    resources:
    - name: Languages
      path: /Languages
      operations:
      - name: microsoftazuretranslatorlanguages
        method: GET
        description: Microsoft Azure Get Languages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scope
          in: query
          type: array
          description: A comma-separated list of names defining the group of languages to return. Allowed group names are-
            `translation`, `transliteration` and `dictionary`. If no sco
        - name: Accept-Language
          in: header
          type: string
          description: 'The language to use for user interface strings. Some of the fields in the response are names of languages
            or names of regions. Use this parameter to define the '
        - name: X-ClientTraceId
          in: header
          type: string
          description: A client-generated GUID to uniquely identify the request. Note that you can omit this header if you
            include the trace ID in the query string using a query param
  exposes:
  - type: rest
    namespace: translator-text-client-languages-rest
    port: 8080
    description: REST adapter for Microsoft Azure Translator Text Client — Languages. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/languages
      name: languages
      description: REST surface for Languages.
      operations:
      - method: GET
        name: microsoftazuretranslatorlanguages
        description: Microsoft Azure Get Languages
        call: translator-text-client-languages.microsoftazuretranslatorlanguages
        with:
          scope: rest.scope
          Accept-Language: rest.Accept-Language
          X-ClientTraceId: rest.X-ClientTraceId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: translator-text-client-languages-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Translator Text Client — Languages. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-languages
      description: Microsoft Azure Get Languages
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: translator-text-client-languages.microsoftazuretranslatorlanguages
      with:
        scope: tools.scope
        Accept-Language: tools.Accept-Language
        X-ClientTraceId: tools.X-ClientTraceId
      outputParameters:
      - type: object
        mapping: $.