Microsoft Azure · Capability

Microsoft Azure Text Translation — Transliterate

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

Run with Naftiko Microsoft AzureTransliterate

What You Can Do

POST
Microsoftazuretransliterate — Microsoft Azure Transliterate Text
/v1/transliterate

MCP Tools

microsoft-azure-transliterate-text

Microsoft Azure Transliterate Text

Capability Spec

text-translation-transliterate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Text Translation — Transliterate
  description: 'Microsoft Azure Text Translation — Transliterate. 1 operations. Lead operation: Microsoft Azure Transliterate
    Text. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Transliterate
  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-transliterate
    baseUri: ''
    description: Microsoft Azure Text Translation — Transliterate business capability. Self-contained, no shared references.
    resources:
    - name: transliterate
      path: /transliterate
      operations:
      - name: microsoftazuretransliterate
        method: POST
        description: Microsoft Azure Transliterate 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-transliterate-rest
    port: 8080
    description: REST adapter for Microsoft Azure Text Translation — Transliterate. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/transliterate
      name: transliterate
      description: REST surface for transliterate.
      operations:
      - method: POST
        name: microsoftazuretransliterate
        description: Microsoft Azure Transliterate Text
        call: text-translation-transliterate.microsoftazuretransliterate
        with:
          X-ClientTraceId: rest.X-ClientTraceId
          api-version: rest.api-version
          requestBody: rest.requestBody
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: text-translation-transliterate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Text Translation — Transliterate. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-transliterate-text
      description: Microsoft Azure Transliterate Text
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: text-translation-transliterate.microsoftazuretransliterate
      with:
        X-ClientTraceId: tools.X-ClientTraceId
        api-version: tools.api-version
        requestBody: tools.requestBody
      outputParameters:
      - type: object
        mapping: $.