Microsoft Azure · Capability

Microsoft Azure Translator Text Client — BreakSentence

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

Run with Naftiko Microsoft AzureBreakSentence

What You Can Do

POST
Microsoftazuretranslatorbreaksentence — Microsoft Azure Post Breaksentence
/v1/breaksentence

MCP Tools

microsoft-azure-post-breaksentence

Microsoft Azure Post Breaksentence

Capability Spec

translator-text-client-breaksentence.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Translator Text Client — BreakSentence
  description: 'Microsoft Azure Translator Text Client — BreakSentence. 1 operations. Lead operation: Microsoft Azure Post
    Breaksentence. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - BreakSentence
  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-breaksentence
    baseUri: https://api.cognitive.microsofttranslator.com
    description: Microsoft Azure Translator Text Client — BreakSentence business capability. Self-contained, no shared references.
    resources:
    - name: BreakSentence
      path: /BreakSentence
      operations:
      - name: microsoftazuretranslatorbreaksentence
        method: POST
        description: Microsoft Azure Post Breaksentence
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Language
          in: query
          type: string
          description: Language tag of the language of the input text. If not specified, Translator will apply automatic language
            detection.
        - name: Script
          in: query
          type: string
          description: Script identifier of the script used by the input text. If a script is not specified, the default script
            of the language will be assumed.
        - 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: text
          in: body
          type: array
          description: '# Request Body'
          required: true
  exposes:
  - type: rest
    namespace: translator-text-client-breaksentence-rest
    port: 8080
    description: REST adapter for Microsoft Azure Translator Text Client — BreakSentence. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/breaksentence
      name: breaksentence
      description: REST surface for BreakSentence.
      operations:
      - method: POST
        name: microsoftazuretranslatorbreaksentence
        description: Microsoft Azure Post Breaksentence
        call: translator-text-client-breaksentence.microsoftazuretranslatorbreaksentence
        with:
          Language: rest.Language
          Script: rest.Script
          X-ClientTraceId: rest.X-ClientTraceId
          text: rest.text
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: translator-text-client-breaksentence-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Translator Text Client — BreakSentence. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-breaksentence
      description: Microsoft Azure Post Breaksentence
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: translator-text-client-breaksentence.microsoftazuretranslatorbreaksentence
      with:
        Language: tools.Language
        Script: tools.Script
        X-ClientTraceId: tools.X-ClientTraceId
        text: tools.text
      outputParameters:
      - type: object
        mapping: $.