Microsoft Azure · Capability

Microsoft Azure Content Moderator Client — TextModeration

Microsoft Azure Content Moderator Client — TextModeration. 2 operations. Lead operation: Microsoft Azure Post Contentmoderator Moderate 0 Processtext Detectlanguage. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTextModeration

What You Can Do

POST
Microsoftazuretextmoderationdetectlanguage — Microsoft Azure Post Contentmoderator Moderate 0 Processtext Detectlanguage
/v1/contentmoderator/moderate/v1-0/processtext/detectlanguage
POST
Microsoftazuretextmoderationscreentext — Microsoft Azure Detect Profanity And Match Against Custom And Shared Blocklists
/v1/contentmoderator/moderate/v1-0/processtext/screen

MCP Tools

microsoft-azure-post-contentmoderator-moderate

Microsoft Azure Post Contentmoderator Moderate 0 Processtext Detectlanguage

microsoft-azure-detect-profanity-and

Microsoft Azure Detect Profanity And Match Against Custom And Shared Blocklists

Capability Spec

content-moderator-client-textmoderation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Content Moderator Client — TextModeration
  description: 'Microsoft Azure Content Moderator Client — TextModeration. 2 operations. Lead operation: Microsoft Azure Post
    Contentmoderator Moderate 0 Processtext Detectlanguage. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - TextModeration
  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: content-moderator-client-textmoderation
    baseUri: ''
    description: Microsoft Azure Content Moderator Client — TextModeration business capability. Self-contained, no shared
      references.
    resources:
    - name: contentmoderator-moderate-v1.0-ProcessText-DetectLanguage
      path: /contentmoderator/moderate/v1.0/ProcessText/DetectLanguage
      operations:
      - name: microsoftazuretextmoderationdetectlanguage
        method: POST
        description: Microsoft Azure Post Contentmoderator Moderate 0 Processtext Detectlanguage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
          description: Content type.
          required: true
    - name: contentmoderator-moderate-v1.0-ProcessText-Screen
      path: /contentmoderator/moderate/v1.0/ProcessText/Screen/
      operations:
      - name: microsoftazuretextmoderationscreentext
        method: POST
        description: Microsoft Azure Detect Profanity And Match Against Custom And Shared Blocklists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
          description: Content type.
          required: true
  exposes:
  - type: rest
    namespace: content-moderator-client-textmoderation-rest
    port: 8080
    description: REST adapter for Microsoft Azure Content Moderator Client — TextModeration. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/contentmoderator/moderate/v1-0/processtext/detectlanguage
      name: contentmoderator-moderate-v1-0-processtext-detectlanguage
      description: REST surface for contentmoderator-moderate-v1.0-ProcessText-DetectLanguage.
      operations:
      - method: POST
        name: microsoftazuretextmoderationdetectlanguage
        description: Microsoft Azure Post Contentmoderator Moderate 0 Processtext Detectlanguage
        call: content-moderator-client-textmoderation.microsoftazuretextmoderationdetectlanguage
        with:
          Content-Type: rest.Content-Type
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/contentmoderator/moderate/v1-0/processtext/screen
      name: contentmoderator-moderate-v1-0-processtext-screen
      description: REST surface for contentmoderator-moderate-v1.0-ProcessText-Screen.
      operations:
      - method: POST
        name: microsoftazuretextmoderationscreentext
        description: Microsoft Azure Detect Profanity And Match Against Custom And Shared Blocklists
        call: content-moderator-client-textmoderation.microsoftazuretextmoderationscreentext
        with:
          Content-Type: rest.Content-Type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: content-moderator-client-textmoderation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Content Moderator Client — TextModeration. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-contentmoderator-moderate
      description: Microsoft Azure Post Contentmoderator Moderate 0 Processtext Detectlanguage
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: content-moderator-client-textmoderation.microsoftazuretextmoderationdetectlanguage
      with:
        Content-Type: tools.Content-Type
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-detect-profanity-and
      description: Microsoft Azure Detect Profanity And Match Against Custom And Shared Blocklists
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: content-moderator-client-textmoderation.microsoftazuretextmoderationscreentext
      with:
        Content-Type: tools.Content-Type
      outputParameters:
      - type: object
        mapping: $.