Microsoft Azure · Capability

Microsoft Azure Translator Text Client — Transliterate

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

Run with Naftiko Microsoft AzureTransliterate

What You Can Do

POST
Microsoftazuretranslatortransliterate — Microsoft Azure Post Transliterate
/v1/transliterate

MCP Tools

microsoft-azure-post-transliterate

Microsoft Azure Post Transliterate

Capability Spec

translator-text-client-transliterate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Translator Text Client — Transliterate
  description: 'Microsoft Azure Translator Text Client — Transliterate. 1 operations. Lead operation: Microsoft Azure Post
    Transliterate. 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: translator-text-client-transliterate
    baseUri: https://api.cognitive.microsofttranslator.com
    description: Microsoft Azure Translator Text Client — Transliterate business capability. Self-contained, no shared references.
    resources:
    - name: transliterate
      path: /transliterate
      operations:
      - name: microsoftazuretranslatortransliterate
        method: POST
        description: Microsoft Azure Post Transliterate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: language
          in: query
          type: string
          description: 'Specifies the language of the text to convert from one script to another. Possible languages are listed
            in the `transliteration` scope obtained by querying the '
          required: true
        - name: fromScript
          in: query
          type: string
          description: Specifies the script used by the input text. Lookup supported languages using the `transliteration`
            scope, to find input scripts available for the selected lang
          required: true
        - name: toScript
          in: query
          type: string
          description: Specifies the output script. Lookup supported languages using the `transliteration` scope, to find
            output scripts available for the selected combination of inpu
          required: true
        - 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
        - name: texts
          in: body
          type: array
          description: '# Request body'
          required: true
  exposes:
  - type: rest
    namespace: translator-text-client-transliterate-rest
    port: 8080
    description: REST adapter for Microsoft Azure Translator Text Client — 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: microsoftazuretranslatortransliterate
        description: Microsoft Azure Post Transliterate
        call: translator-text-client-transliterate.microsoftazuretranslatortransliterate
        with:
          language: rest.language
          fromScript: rest.fromScript
          toScript: rest.toScript
          X-ClientTraceId: rest.X-ClientTraceId
          texts: rest.texts
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: translator-text-client-transliterate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Translator Text Client — Transliterate. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-transliterate
      description: Microsoft Azure Post Transliterate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: translator-text-client-transliterate.microsoftazuretranslatortransliterate
      with:
        language: tools.language
        fromScript: tools.fromScript
        toScript: tools.toScript
        X-ClientTraceId: tools.X-ClientTraceId
        texts: tools.texts
      outputParameters:
      - type: object
        mapping: $.