Microsoft Azure · Capability

Microsoft Azure Face Client — Identify

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

Run with Naftiko Microsoft AzureIdentify

What You Can Do

POST
Microsoftazurefaceidentify — Microsoft Azure Post Identify
/v1/identify

MCP Tools

microsoft-azure-post-identify

Microsoft Azure Post Identify

Capability Spec

face-client-identify.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Face Client — Identify
  description: 'Microsoft Azure Face Client — Identify. 1 operations. Lead operation: Microsoft Azure Post Identify. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Identify
  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-identify
    baseUri: ''
    description: Microsoft Azure Face Client — Identify business capability. Self-contained, no shared references.
    resources:
    - name: identify
      path: /identify
      operations:
      - name: microsoftazurefaceidentify
        method: POST
        description: Microsoft Azure Post Identify
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Request body for identify operation.
          required: true
  exposes:
  - type: rest
    namespace: face-client-identify-rest
    port: 8080
    description: REST adapter for Microsoft Azure Face Client — Identify. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/identify
      name: identify
      description: REST surface for identify.
      operations:
      - method: POST
        name: microsoftazurefaceidentify
        description: Microsoft Azure Post Identify
        call: face-client-identify.microsoftazurefaceidentify
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: face-client-identify-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Face Client — Identify. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-post-identify
      description: Microsoft Azure Post Identify
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: face-client-identify.microsoftazurefaceidentify
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.