Microsoft Azure · Capability

Microsoft Azure Face Client — Detect

Microsoft Azure Face 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
Microsoftazurefacedetectwithurl — Microsoft Azure Post Detect
/v1/detect

MCP Tools

microsoft-azure-post-detect

Microsoft Azure Post Detect

Capability Spec

face-client-detect.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Face Client — Detect
  description: 'Microsoft Azure Face 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: face-client-detect
    baseUri: ''
    description: Microsoft Azure Face Client — Detect business capability. Self-contained, no shared references.
    resources:
    - name: detect
      path: /detect
      operations:
      - name: microsoftazurefacedetectwithurl
        method: POST
        description: Microsoft Azure Post Detect
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: face-client-detect-rest
    port: 8080
    description: REST adapter for Microsoft Azure Face 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: microsoftazurefacedetectwithurl
        description: Microsoft Azure Post Detect
        call: face-client-detect.microsoftazurefacedetectwithurl
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: face-client-detect-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Face 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: face-client-detect.microsoftazurefacedetectwithurl
      outputParameters:
      - type: object
        mapping: $.