Microsoft Azure · Capability

Microsoft Azure Text Analytics Client — Sentiment

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

Run with Naftiko Microsoft AzureSentiment

What You Can Do

POST
Microsoftazuresentiment — Microsoft Azure Sentiment
/v1/sentiment

MCP Tools

microsoft-azure-sentiment

Microsoft Azure Sentiment

Capability Spec

text-analytics-client-sentiment.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Text Analytics Client — Sentiment
  description: 'Microsoft Azure Text Analytics Client — Sentiment. 1 operations. Lead operation: Microsoft Azure Sentiment.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Sentiment
  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-analytics-client-sentiment
    baseUri: ''
    description: Microsoft Azure Text Analytics Client — Sentiment business capability. Self-contained, no shared references.
    resources:
    - name: sentiment
      path: /sentiment
      operations:
      - name: microsoftazuresentiment
        method: POST
        description: Microsoft Azure Sentiment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: opinionMining
          in: query
          type: boolean
          description: (Optional) if set to true, response will contain not only sentiment prediction but also opinion mining
            (aspect-based sentiment analysis) results.
  exposes:
  - type: rest
    namespace: text-analytics-client-sentiment-rest
    port: 8080
    description: REST adapter for Microsoft Azure Text Analytics Client — Sentiment. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/sentiment
      name: sentiment
      description: REST surface for sentiment.
      operations:
      - method: POST
        name: microsoftazuresentiment
        description: Microsoft Azure Sentiment
        call: text-analytics-client-sentiment.microsoftazuresentiment
        with:
          opinionMining: rest.opinionMining
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: text-analytics-client-sentiment-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Text Analytics Client — Sentiment. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-sentiment
      description: Microsoft Azure Sentiment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: text-analytics-client-sentiment.microsoftazuresentiment
      with:
        opinionMining: tools.opinionMining
      outputParameters:
      - type: object
        mapping: $.