Microsoft Azure · Capability

Microsoft Azure Text Translation — Breaksentence

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

Run with Naftiko Microsoft AzureBreaksentence

What You Can Do

POST
Microsoftazurefindsentenceboundaries — Microsoft Azure Find Sentence Boundaries
/v1/breaksentence

MCP Tools

microsoft-azure-find-sentence-boundaries

Microsoft Azure Find Sentence Boundaries

read-only

Capability Spec

text-translation-breaksentence.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Text Translation — Breaksentence
  description: 'Microsoft Azure Text Translation — Breaksentence. 1 operations. Lead operation: Microsoft Azure Find Sentence
    Boundaries. 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: text-translation-breaksentence
    baseUri: ''
    description: Microsoft Azure Text Translation — Breaksentence business capability. Self-contained, no shared references.
    resources:
    - name: breaksentence
      path: /breaksentence
      operations:
      - name: microsoftazurefindsentenceboundaries
        method: POST
        description: Microsoft Azure Find Sentence Boundaries
        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-breaksentence-rest
    port: 8080
    description: REST adapter for Microsoft Azure Text Translation — 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: microsoftazurefindsentenceboundaries
        description: Microsoft Azure Find Sentence Boundaries
        call: text-translation-breaksentence.microsoftazurefindsentenceboundaries
        with:
          X-ClientTraceId: rest.X-ClientTraceId
          api-version: rest.api-version
          requestBody: rest.requestBody
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: text-translation-breaksentence-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Text Translation — Breaksentence. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-find-sentence-boundaries
      description: Microsoft Azure Find Sentence Boundaries
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: text-translation-breaksentence.microsoftazurefindsentenceboundaries
      with:
        X-ClientTraceId: tools.X-ClientTraceId
        api-version: tools.api-version
        requestBody: tools.requestBody
      outputParameters:
      - type: object
        mapping: $.