Microsoft Azure · Capability

Microsoft Azure CommunicationIdentityClient — Identity

Microsoft Azure CommunicationIdentityClient — Identity. 3 operations. Lead operation: Microsoft Azure Create A New Identity. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureIdentity

What You Can Do

POST
Microsoftazurecommunicationidentitycreate — Microsoft Azure Create A New Identity
/v1/identities
DELETE
Microsoftazurecommunicationidentitydelete — Microsoft Azure Delete The Identity, Revoke All Tokens For The Identity And Delete All Associated Data
/v1/identities/{id}
POST
Microsoftazurecommunicationidentityrevokeaccesstokens — Microsoft Azure Revoke All Access Tokens For The Specific Identity
/v1/identities/{id}/revokeaccesstokens

MCP Tools

microsoft-azure-create-new-identity

Microsoft Azure Create A New Identity

microsoft-azure-delete-identity-revoke

Microsoft Azure Delete The Identity, Revoke All Tokens For The Identity And Delete All Associated Data

idempotent
microsoft-azure-revoke-all-access

Microsoft Azure Revoke All Access Tokens For The Specific Identity

Capability Spec

communicationidentityclient-identity.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure CommunicationIdentityClient — Identity
  description: 'Microsoft Azure CommunicationIdentityClient — Identity. 3 operations. Lead operation: Microsoft Azure Create
    A New Identity. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Identity
  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: communicationidentityclient-identity
    baseUri: ''
    description: Microsoft Azure CommunicationIdentityClient — Identity business capability. Self-contained, no shared references.
    resources:
    - name: identities
      path: /identities
      operations:
      - name: microsoftazurecommunicationidentitycreate
        method: POST
        description: Microsoft Azure Create A New Identity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
    - name: identities-id
      path: /identities/{id}
      operations:
      - name: microsoftazurecommunicationidentitydelete
        method: DELETE
        description: Microsoft Azure Delete The Identity, Revoke All Tokens For The Identity And Delete All Associated Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the identity to be deleted.
          required: true
    - name: identities-id-:revokeAccessTokens
      path: /identities/{id}/:revokeAccessTokens
      operations:
      - name: microsoftazurecommunicationidentityrevokeaccesstokens
        method: POST
        description: Microsoft Azure Revoke All Access Tokens For The Specific Identity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the identity.
          required: true
  exposes:
  - type: rest
    namespace: communicationidentityclient-identity-rest
    port: 8080
    description: REST adapter for Microsoft Azure CommunicationIdentityClient — Identity. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/identities
      name: identities
      description: REST surface for identities.
      operations:
      - method: POST
        name: microsoftazurecommunicationidentitycreate
        description: Microsoft Azure Create A New Identity
        call: communicationidentityclient-identity.microsoftazurecommunicationidentitycreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/identities/{id}
      name: identities-id
      description: REST surface for identities-id.
      operations:
      - method: DELETE
        name: microsoftazurecommunicationidentitydelete
        description: Microsoft Azure Delete The Identity, Revoke All Tokens For The Identity And Delete All Associated Data
        call: communicationidentityclient-identity.microsoftazurecommunicationidentitydelete
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/identities/{id}/revokeaccesstokens
      name: identities-id-revokeaccesstokens
      description: REST surface for identities-id-:revokeAccessTokens.
      operations:
      - method: POST
        name: microsoftazurecommunicationidentityrevokeaccesstokens
        description: Microsoft Azure Revoke All Access Tokens For The Specific Identity
        call: communicationidentityclient-identity.microsoftazurecommunicationidentityrevokeaccesstokens
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: communicationidentityclient-identity-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure CommunicationIdentityClient — Identity. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-create-new-identity
      description: Microsoft Azure Create A New Identity
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: communicationidentityclient-identity.microsoftazurecommunicationidentitycreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-identity-revoke
      description: Microsoft Azure Delete The Identity, Revoke All Tokens For The Identity And Delete All Associated Data
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: communicationidentityclient-identity.microsoftazurecommunicationidentitydelete
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-revoke-all-access
      description: Microsoft Azure Revoke All Access Tokens For The Specific Identity
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: communicationidentityclient-identity.microsoftazurecommunicationidentityrevokeaccesstokens
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.