Microsoft Azure · Capability

Microsoft Azure Face Client — Facelists

Microsoft Azure Face Client — Facelists. 7 operations. Lead operation: Microsoft Azure Get Facelists. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureFacelists

What You Can Do

GET
Microsoftazurefacelistlist — Microsoft Azure Get Facelists
/v1/facelists
PUT
Microsoftazurefacelistcreate — Microsoft Azure Put Facelists Facelistid
/v1/facelists/{facelistid}
GET
Microsoftazurefacelistget — Microsoft Azure Get Facelists Facelistid
/v1/facelists/{facelistid}
PATCH
Microsoftazurefacelistupdate — Microsoft Azure Patch Facelists Facelistid
/v1/facelists/{facelistid}
DELETE
Microsoftazurefacelistdelete — Microsoft Azure Delete Facelists Facelistid
/v1/facelists/{facelistid}
POST
Microsoftazurefacelistaddfacefromurl — Microsoft Azure Post Facelists Facelistid Persistedfaces
/v1/facelists/{facelistid}/persistedfaces
DELETE
Microsoftazurefacelistdeleteface — Microsoft Azure Delete Facelists Facelistid Persistedfaces Persistedfaceid
/v1/facelists/{facelistid}/persistedfaces/{persistedfaceid}

MCP Tools

microsoft-azure-get-facelists

Microsoft Azure Get Facelists

read-only idempotent
microsoft-azure-put-facelists-facelistid

Microsoft Azure Put Facelists Facelistid

idempotent
microsoft-azure-get-facelists-facelistid

Microsoft Azure Get Facelists Facelistid

read-only idempotent
microsoft-azure-patch-facelists-facelistid

Microsoft Azure Patch Facelists Facelistid

idempotent
microsoft-azure-delete-facelists-facelistid

Microsoft Azure Delete Facelists Facelistid

idempotent
microsoft-azure-post-facelists-facelistid

Microsoft Azure Post Facelists Facelistid Persistedfaces

microsoft-azure-delete-facelists-facelistid-2

Microsoft Azure Delete Facelists Facelistid Persistedfaces Persistedfaceid

idempotent

Capability Spec

face-client-facelists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Face Client — Facelists
  description: 'Microsoft Azure Face Client — Facelists. 7 operations. Lead operation: Microsoft Azure Get Facelists. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Facelists
  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-facelists
    baseUri: ''
    description: Microsoft Azure Face Client — Facelists business capability. Self-contained, no shared references.
    resources:
    - name: facelists
      path: /facelists
      operations:
      - name: microsoftazurefacelistlist
        method: GET
        description: Microsoft Azure Get Facelists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: facelists-faceListId
      path: /facelists/{faceListId}
      operations:
      - name: microsoftazurefacelistcreate
        method: PUT
        description: Microsoft Azure Put Facelists Facelistid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Request body for creating a face list.
          required: true
      - name: microsoftazurefacelistget
        method: GET
        description: Microsoft Azure Get Facelists Facelistid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurefacelistupdate
        method: PATCH
        description: Microsoft Azure Patch Facelists Facelistid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Request body for updating a face list.
          required: true
      - name: microsoftazurefacelistdelete
        method: DELETE
        description: Microsoft Azure Delete Facelists Facelistid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: facelists-faceListId-persistedfaces
      path: /facelists/{faceListId}/persistedfaces
      operations:
      - name: microsoftazurefacelistaddfacefromurl
        method: POST
        description: Microsoft Azure Post Facelists Facelistid Persistedfaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: facelists-faceListId-persistedfaces-persistedFaceId
      path: /facelists/{faceListId}/persistedfaces/{persistedFaceId}
      operations:
      - name: microsoftazurefacelistdeleteface
        method: DELETE
        description: Microsoft Azure Delete Facelists Facelistid Persistedfaces Persistedfaceid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: face-client-facelists-rest
    port: 8080
    description: REST adapter for Microsoft Azure Face Client — Facelists. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/facelists
      name: facelists
      description: REST surface for facelists.
      operations:
      - method: GET
        name: microsoftazurefacelistlist
        description: Microsoft Azure Get Facelists
        call: face-client-facelists.microsoftazurefacelistlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/facelists/{facelistid}
      name: facelists-facelistid
      description: REST surface for facelists-faceListId.
      operations:
      - method: PUT
        name: microsoftazurefacelistcreate
        description: Microsoft Azure Put Facelists Facelistid
        call: face-client-facelists.microsoftazurefacelistcreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurefacelistget
        description: Microsoft Azure Get Facelists Facelistid
        call: face-client-facelists.microsoftazurefacelistget
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurefacelistupdate
        description: Microsoft Azure Patch Facelists Facelistid
        call: face-client-facelists.microsoftazurefacelistupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurefacelistdelete
        description: Microsoft Azure Delete Facelists Facelistid
        call: face-client-facelists.microsoftazurefacelistdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/facelists/{facelistid}/persistedfaces
      name: facelists-facelistid-persistedfaces
      description: REST surface for facelists-faceListId-persistedfaces.
      operations:
      - method: POST
        name: microsoftazurefacelistaddfacefromurl
        description: Microsoft Azure Post Facelists Facelistid Persistedfaces
        call: face-client-facelists.microsoftazurefacelistaddfacefromurl
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/facelists/{facelistid}/persistedfaces/{persistedfaceid}
      name: facelists-facelistid-persistedfaces-persistedfaceid
      description: REST surface for facelists-faceListId-persistedfaces-persistedFaceId.
      operations:
      - method: DELETE
        name: microsoftazurefacelistdeleteface
        description: Microsoft Azure Delete Facelists Facelistid Persistedfaces Persistedfaceid
        call: face-client-facelists.microsoftazurefacelistdeleteface
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: face-client-facelists-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Face Client — Facelists. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-get-facelists
      description: Microsoft Azure Get Facelists
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: face-client-facelists.microsoftazurefacelistlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-facelists-facelistid
      description: Microsoft Azure Put Facelists Facelistid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: face-client-facelists.microsoftazurefacelistcreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-facelists-facelistid
      description: Microsoft Azure Get Facelists Facelistid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: face-client-facelists.microsoftazurefacelistget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-facelists-facelistid
      description: Microsoft Azure Patch Facelists Facelistid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: face-client-facelists.microsoftazurefacelistupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-facelists-facelistid
      description: Microsoft Azure Delete Facelists Facelistid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: face-client-facelists.microsoftazurefacelistdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-facelists-facelistid
      description: Microsoft Azure Post Facelists Facelistid Persistedfaces
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: face-client-facelists.microsoftazurefacelistaddfacefromurl
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-facelists-facelistid-2
      description: Microsoft Azure Delete Facelists Facelistid Persistedfaces Persistedfaceid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: face-client-facelists.microsoftazurefacelistdeleteface
      outputParameters:
      - type: object
        mapping: $.