Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — identity.authenticationEventListener

Microsoft Graph OData Service for namespace microsoft.graph — identity.authenticationEventListener. 6 operations. Lead operation: Microsoft Graph List authenticationEventListeners. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphidentity.authenticationEventListener

What You Can Do

GET
Identitylistauthenticationeventlisteners — Microsoft Graph List authenticationEventListeners
/v1/identity/authenticationeventlisteners
POST
Identitycreateauthenticationeventlisteners — Microsoft Graph Create authenticationEventListener
/v1/identity/authenticationeventlisteners
GET
Identityauthenticationeventlistenersgetcount3038 — Microsoft Graph Get the number of the resource
/v1/identity/authenticationeventlisteners/count
GET
Identitygetauthenticationeventlisteners — Microsoft Graph Get authenticationEventListener
/v1/identity/authenticationeventlisteners/{authenticationeventlistener-id}
PATCH
Identityupdateauthenticationeventlisteners — Microsoft Graph Update authenticationEventListener
/v1/identity/authenticationeventlisteners/{authenticationeventlistener-id}
DELETE
Identitydeleteauthenticationeventlisteners — Microsoft Graph Delete authenticationEventListener
/v1/identity/authenticationeventlisteners/{authenticationeventlistener-id}

MCP Tools

microsoft-graph-list-authenticationeventlisteners

Microsoft Graph List authenticationEventListeners

read-only idempotent
microsoft-graph-create-authenticationeventlistener

Microsoft Graph Create authenticationEventListener

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-authenticationeventlistener

Microsoft Graph Get authenticationEventListener

read-only idempotent
microsoft-graph-update-authenticationeventlistener

Microsoft Graph Update authenticationEventListener

idempotent
microsoft-graph-delete-authenticationeventlistener

Microsoft Graph Delete authenticationEventListener

idempotent

Capability Spec

microsoft-graph-identity-authenticationeventlistener.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — identity.authenticationEventListener
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — identity.authenticationEventListener. 6 operations.
    Lead operation: Microsoft Graph List authenticationEventListeners. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - identity.authenticationEventListener
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-graph-identity-authenticationeventlistener
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — identity.authenticationEventListener business
      capability. Self-contained, no shared references.
    resources:
    - name: identity-authenticationEventListeners
      path: /identity/authenticationEventListeners
      operations:
      - name: identitylistauthenticationeventlisteners
        method: GET
        description: Microsoft Graph List authenticationEventListeners
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: identitycreateauthenticationeventlisteners
        method: POST
        description: Microsoft Graph Create authenticationEventListener
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: identity-authenticationEventListeners-$count
      path: /identity/authenticationEventListeners/$count
      operations:
      - name: identityauthenticationeventlistenersgetcount3038
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: identity-authenticationEventListeners-authenticationEventListener-id
      path: /identity/authenticationEventListeners/{authenticationEventListener-id}
      operations:
      - name: identitygetauthenticationeventlisteners
        method: GET
        description: Microsoft Graph Get authenticationEventListener
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: identityupdateauthenticationeventlisteners
        method: PATCH
        description: Microsoft Graph Update authenticationEventListener
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: identitydeleteauthenticationeventlisteners
        method: DELETE
        description: Microsoft Graph Delete authenticationEventListener
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-identity-authenticationeventlistener-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — identity.authenticationEventListener.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/identity/authenticationeventlisteners
      name: identity-authenticationeventlisteners
      description: REST surface for identity-authenticationEventListeners.
      operations:
      - method: GET
        name: identitylistauthenticationeventlisteners
        description: Microsoft Graph List authenticationEventListeners
        call: microsoft-graph-identity-authenticationeventlistener.identitylistauthenticationeventlisteners
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: identitycreateauthenticationeventlisteners
        description: Microsoft Graph Create authenticationEventListener
        call: microsoft-graph-identity-authenticationeventlistener.identitycreateauthenticationeventlisteners
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/identity/authenticationeventlisteners/count
      name: identity-authenticationeventlisteners-count
      description: REST surface for identity-authenticationEventListeners-$count.
      operations:
      - method: GET
        name: identityauthenticationeventlistenersgetcount3038
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-identity-authenticationeventlistener.identityauthenticationeventlistenersgetcount3038
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/identity/authenticationeventlisteners/{authenticationeventlistener-id}
      name: identity-authenticationeventlisteners-authenticationeventlistener-id
      description: REST surface for identity-authenticationEventListeners-authenticationEventListener-id.
      operations:
      - method: GET
        name: identitygetauthenticationeventlisteners
        description: Microsoft Graph Get authenticationEventListener
        call: microsoft-graph-identity-authenticationeventlistener.identitygetauthenticationeventlisteners
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: identityupdateauthenticationeventlisteners
        description: Microsoft Graph Update authenticationEventListener
        call: microsoft-graph-identity-authenticationeventlistener.identityupdateauthenticationeventlisteners
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: identitydeleteauthenticationeventlisteners
        description: Microsoft Graph Delete authenticationEventListener
        call: microsoft-graph-identity-authenticationeventlistener.identitydeleteauthenticationeventlisteners
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-identity-authenticationeventlistener-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — identity.authenticationEventListener.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-authenticationeventlisteners
      description: Microsoft Graph List authenticationEventListeners
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-identity-authenticationeventlistener.identitylistauthenticationeventlisteners
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-authenticationeventlistener
      description: Microsoft Graph Create authenticationEventListener
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-identity-authenticationeventlistener.identitycreateauthenticationeventlisteners
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-identity-authenticationeventlistener.identityauthenticationeventlistenersgetcount3038
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-authenticationeventlistener
      description: Microsoft Graph Get authenticationEventListener
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-identity-authenticationeventlistener.identitygetauthenticationeventlisteners
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-authenticationeventlistener
      description: Microsoft Graph Update authenticationEventListener
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-identity-authenticationeventlistener.identityupdateauthenticationeventlisteners
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-authenticationeventlistener
      description: Microsoft Graph Delete authenticationEventListener
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-identity-authenticationeventlistener.identitydeleteauthenticationeventlisteners
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.