Microsoft Azure · Capability

Microsoft Azure Microsoft Cognitive Language Service - Analyze Conversations — Analyze Conversations

Microsoft Azure Microsoft Cognitive Language Service - Analyze Conversations — Analyze Conversations. 3 operations. Lead operation: Microsoft Azure Submit Analysis Job For Conversations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAnalyze Conversations

What You Can Do

POST
Microsoftazureanalyzeconversationsubmitjob — Microsoft Azure Submit Analysis Job For Conversations
/v1/analyze-conversations/jobs
GET
Microsoftazureanalyzeconversationjobstatus — Microsoft Azure Get Analysis Status And Results
/v1/analyze-conversations/jobs/{jobid}
POST
Microsoftazureanalyzeconversationcanceljob — Microsoft Azure Cancel A Long Running Text Analysis Conversations Job
/v1/analyze-conversations/jobs/jobid-cancel

MCP Tools

microsoft-azure-submit-analysis-job

Microsoft Azure Submit Analysis Job For Conversations

microsoft-azure-get-analysis-status

Microsoft Azure Get Analysis Status And Results

read-only idempotent
microsoft-azure-cancel-long-running

Microsoft Azure Cancel A Long Running Text Analysis Conversations Job

Capability Spec

microsoft-cognitive-language-service-analyze-conversations-analyze-conversations-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft Cognitive Language Service - Analyze Conversations — Analyze Conversations
  description: 'Microsoft Azure Microsoft Cognitive Language Service - Analyze Conversations — Analyze Conversations. 3 operations.
    Lead operation: Microsoft Azure Submit Analysis Job For Conversations. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Analyze Conversations
  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: microsoft-cognitive-language-service-analyze-conversations-analyze-conversations-2
    baseUri: ''
    description: Microsoft Azure Microsoft Cognitive Language Service - Analyze Conversations — Analyze Conversations business
      capability. Self-contained, no shared references.
    resources:
    - name: analyze-conversations-jobs
      path: /analyze-conversations/jobs
      operations:
      - name: microsoftazureanalyzeconversationsubmitjob
        method: POST
        description: Microsoft Azure Submit Analysis Job For Conversations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: The collection of conversations to analyze and one or more tasks to execute.
          required: true
    - name: analyze-conversations-jobs-jobId
      path: /analyze-conversations/jobs/{jobId}
      operations:
      - name: microsoftazureanalyzeconversationjobstatus
        method: GET
        description: Microsoft Azure Get Analysis Status And Results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: analyze-conversations-jobs-jobId}:cancel
      path: /analyze-conversations/jobs/{jobId}:cancel
      operations:
      - name: microsoftazureanalyzeconversationcanceljob
        method: POST
        description: Microsoft Azure Cancel A Long Running Text Analysis Conversations Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-cognitive-language-service-analyze-conversations-analyze-conversations-2-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft Cognitive Language Service - Analyze Conversations — Analyze Conversations.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/analyze-conversations/jobs
      name: analyze-conversations-jobs
      description: REST surface for analyze-conversations-jobs.
      operations:
      - method: POST
        name: microsoftazureanalyzeconversationsubmitjob
        description: Microsoft Azure Submit Analysis Job For Conversations
        call: microsoft-cognitive-language-service-analyze-conversations-analyze-conversations-2.microsoftazureanalyzeconversationsubmitjob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analyze-conversations/jobs/{jobid}
      name: analyze-conversations-jobs-jobid
      description: REST surface for analyze-conversations-jobs-jobId.
      operations:
      - method: GET
        name: microsoftazureanalyzeconversationjobstatus
        description: Microsoft Azure Get Analysis Status And Results
        call: microsoft-cognitive-language-service-analyze-conversations-analyze-conversations-2.microsoftazureanalyzeconversationjobstatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analyze-conversations/jobs/jobid-cancel
      name: analyze-conversations-jobs-jobid-cancel
      description: REST surface for analyze-conversations-jobs-jobId}:cancel.
      operations:
      - method: POST
        name: microsoftazureanalyzeconversationcanceljob
        description: Microsoft Azure Cancel A Long Running Text Analysis Conversations Job
        call: microsoft-cognitive-language-service-analyze-conversations-analyze-conversations-2.microsoftazureanalyzeconversationcanceljob
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-cognitive-language-service-analyze-conversations-analyze-conversations-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft Cognitive Language Service - Analyze Conversations — Analyze Conversations.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-submit-analysis-job
      description: Microsoft Azure Submit Analysis Job For Conversations
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-cognitive-language-service-analyze-conversations-analyze-conversations-2.microsoftazureanalyzeconversationsubmitjob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-analysis-status
      description: Microsoft Azure Get Analysis Status And Results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-cognitive-language-service-analyze-conversations-analyze-conversations-2.microsoftazureanalyzeconversationjobstatus
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-cancel-long-running
      description: Microsoft Azure Cancel A Long Running Text Analysis Conversations Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-cognitive-language-service-analyze-conversations-analyze-conversations-2.microsoftazureanalyzeconversationcanceljob
      outputParameters:
      - type: object
        mapping: $.