Microsoft Azure · Capability

Microsoft Azure Translator Text Client — Detect

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

Run with Naftiko Microsoft AzureDetect

What You Can Do

POST
Microsoftazuretranslatordetect — Microsoft Azure Post Detect
/v1/detect

MCP Tools

microsoft-azure-post-detect

Microsoft Azure Post Detect

Capability Spec

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