Microsoft Azure · Capability

Microsoft Azure Face Client — Group

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

Run with Naftiko Microsoft AzureGroup

What You Can Do

POST
Microsoftazurefacegroup — Microsoft Azure Post Group
/v1/group

MCP Tools

microsoft-azure-post-group

Microsoft Azure Post Group

Capability Spec

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