Microsoft Azure · Capability

Microsoft Azure Text Translation — Translate

Microsoft Azure Text Translation — Translate. 1 operations. Lead operation: Microsoft Azure Translate Text. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTranslate

What You Can Do

POST
Microsoftazuretranslate — Microsoft Azure Translate Text
/v1/translate

MCP Tools

microsoft-azure-translate-text

Microsoft Azure Translate Text

Capability Spec

text-translation-translate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Text Translation — Translate
  description: 'Microsoft Azure Text Translation — Translate. 1 operations. Lead operation: Microsoft Azure Translate Text.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Translate
  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: text-translation-translate
    baseUri: ''
    description: Microsoft Azure Text Translation — Translate business capability. Self-contained, no shared references.
    resources:
    - name: translate
      path: /translate
      operations:
      - name: microsoftazuretranslate
        method: POST
        description: Microsoft Azure Translate Text
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-ClientTraceId
          in: header
          type: string
          description: A client-generated GUID to uniquely identify the request.
        - name: api-version
          in: query
          type: string
          description: Mandatory API version parameter
          required: true
        - name: requestBody
          in: body
          type: array
          description: Defines the content of the request
          required: true
  exposes:
  - type: rest
    namespace: text-translation-translate-rest
    port: 8080
    description: REST adapter for Microsoft Azure Text Translation — Translate. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/translate
      name: translate
      description: REST surface for translate.
      operations:
      - method: POST
        name: microsoftazuretranslate
        description: Microsoft Azure Translate Text
        call: text-translation-translate.microsoftazuretranslate
        with:
          X-ClientTraceId: rest.X-ClientTraceId
          api-version: rest.api-version
          requestBody: rest.requestBody
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: text-translation-translate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Text Translation — Translate. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-translate-text
      description: Microsoft Azure Translate Text
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: text-translation-translate.microsoftazuretranslate
      with:
        X-ClientTraceId: tools.X-ClientTraceId
        api-version: tools.api-version
        requestBody: tools.requestBody
      outputParameters:
      - type: object
        mapping: $.