Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.signIn

Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.signIn. 9 operations. Lead operation: Microsoft Graph List signIns. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphauditLogs.signIn

What You Can Do

GET
Auditlogslistsignins — Microsoft Graph List signIns
/v1/auditlogs/signins
POST
Auditlogscreatesignins — Microsoft Graph Create new navigation property to signIns for auditLogs
/v1/auditlogs/signins
GET
Auditlogssigninsgetcount9ee4 — Microsoft Graph Get the number of the resource
/v1/auditlogs/signins/count
POST
Auditlogssigninsconfirmcompromised — Microsoft Graph Invoke action confirmCompromised
/v1/auditlogs/signins/confirmcompromised
POST
Auditlogssigninsconfirmsafe — Microsoft Graph Invoke action confirmSafe
/v1/auditlogs/signins/confirmsafe
POST
Auditlogssigninsdismiss — Microsoft Graph Invoke action dismiss
/v1/auditlogs/signins/dismiss
GET
Auditlogsgetsignins — Microsoft Graph Get signIn
/v1/auditlogs/signins/{signin-id}
PATCH
Auditlogsupdatesignins — Microsoft Graph Update the navigation property signIns in auditLogs
/v1/auditlogs/signins/{signin-id}
DELETE
Auditlogsdeletesignins — Microsoft Graph Delete navigation property signIns for auditLogs
/v1/auditlogs/signins/{signin-id}

MCP Tools

microsoft-graph-list-signins

Microsoft Graph List signIns

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to signIns for auditLogs

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-invoke-action-confirmcompromised

Microsoft Graph Invoke action confirmCompromised

microsoft-graph-invoke-action-confirmsafe

Microsoft Graph Invoke action confirmSafe

microsoft-graph-invoke-action-dismiss

Microsoft Graph Invoke action dismiss

microsoft-graph-get-signin

Microsoft Graph Get signIn

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property signIns in auditLogs

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property signIns for auditLogs

idempotent

Capability Spec

microsoft-graph-auditlogs-signin.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.signIn
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.signIn. 9 operations. Lead operation:
    Microsoft Graph List signIns. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - auditLogs.signIn
  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-auditlogs-signin
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.signIn business capability. Self-contained,
      no shared references.
    resources:
    - name: auditLogs-signIns
      path: /auditLogs/signIns
      operations:
      - name: auditlogslistsignins
        method: GET
        description: Microsoft Graph List signIns
        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: auditlogscreatesignins
        method: POST
        description: Microsoft Graph Create new navigation property to signIns for auditLogs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: auditLogs-signIns-$count
      path: /auditLogs/signIns/$count
      operations:
      - name: auditlogssigninsgetcount9ee4
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: auditLogs-signIns-confirmCompromised
      path: /auditLogs/signIns/confirmCompromised
      operations:
      - name: auditlogssigninsconfirmcompromised
        method: POST
        description: Microsoft Graph Invoke action confirmCompromised
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: auditLogs-signIns-confirmSafe
      path: /auditLogs/signIns/confirmSafe
      operations:
      - name: auditlogssigninsconfirmsafe
        method: POST
        description: Microsoft Graph Invoke action confirmSafe
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: auditLogs-signIns-dismiss
      path: /auditLogs/signIns/dismiss
      operations:
      - name: auditlogssigninsdismiss
        method: POST
        description: Microsoft Graph Invoke action dismiss
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: auditLogs-signIns-signIn-id
      path: /auditLogs/signIns/{signIn-id}
      operations:
      - name: auditlogsgetsignins
        method: GET
        description: Microsoft Graph Get signIn
        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: auditlogsupdatesignins
        method: PATCH
        description: Microsoft Graph Update the navigation property signIns in auditLogs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: auditlogsdeletesignins
        method: DELETE
        description: Microsoft Graph Delete navigation property signIns for auditLogs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-auditlogs-signin-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.signIn. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/auditlogs/signins
      name: auditlogs-signins
      description: REST surface for auditLogs-signIns.
      operations:
      - method: GET
        name: auditlogslistsignins
        description: Microsoft Graph List signIns
        call: microsoft-graph-auditlogs-signin.auditlogslistsignins
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: auditlogscreatesignins
        description: Microsoft Graph Create new navigation property to signIns for auditLogs
        call: microsoft-graph-auditlogs-signin.auditlogscreatesignins
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/auditlogs/signins/count
      name: auditlogs-signins-count
      description: REST surface for auditLogs-signIns-$count.
      operations:
      - method: GET
        name: auditlogssigninsgetcount9ee4
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-auditlogs-signin.auditlogssigninsgetcount9ee4
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/auditlogs/signins/confirmcompromised
      name: auditlogs-signins-confirmcompromised
      description: REST surface for auditLogs-signIns-confirmCompromised.
      operations:
      - method: POST
        name: auditlogssigninsconfirmcompromised
        description: Microsoft Graph Invoke action confirmCompromised
        call: microsoft-graph-auditlogs-signin.auditlogssigninsconfirmcompromised
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/auditlogs/signins/confirmsafe
      name: auditlogs-signins-confirmsafe
      description: REST surface for auditLogs-signIns-confirmSafe.
      operations:
      - method: POST
        name: auditlogssigninsconfirmsafe
        description: Microsoft Graph Invoke action confirmSafe
        call: microsoft-graph-auditlogs-signin.auditlogssigninsconfirmsafe
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/auditlogs/signins/dismiss
      name: auditlogs-signins-dismiss
      description: REST surface for auditLogs-signIns-dismiss.
      operations:
      - method: POST
        name: auditlogssigninsdismiss
        description: Microsoft Graph Invoke action dismiss
        call: microsoft-graph-auditlogs-signin.auditlogssigninsdismiss
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/auditlogs/signins/{signin-id}
      name: auditlogs-signins-signin-id
      description: REST surface for auditLogs-signIns-signIn-id.
      operations:
      - method: GET
        name: auditlogsgetsignins
        description: Microsoft Graph Get signIn
        call: microsoft-graph-auditlogs-signin.auditlogsgetsignins
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: auditlogsupdatesignins
        description: Microsoft Graph Update the navigation property signIns in auditLogs
        call: microsoft-graph-auditlogs-signin.auditlogsupdatesignins
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: auditlogsdeletesignins
        description: Microsoft Graph Delete navigation property signIns for auditLogs
        call: microsoft-graph-auditlogs-signin.auditlogsdeletesignins
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-auditlogs-signin-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — auditLogs.signIn. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-signins
      description: Microsoft Graph List signIns
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-auditlogs-signin.auditlogslistsignins
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to signIns for auditLogs
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-auditlogs-signin.auditlogscreatesignins
      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-auditlogs-signin.auditlogssigninsgetcount9ee4
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-confirmcompromised
      description: Microsoft Graph Invoke action confirmCompromised
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-auditlogs-signin.auditlogssigninsconfirmcompromised
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-confirmsafe
      description: Microsoft Graph Invoke action confirmSafe
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-auditlogs-signin.auditlogssigninsconfirmsafe
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-dismiss
      description: Microsoft Graph Invoke action dismiss
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-auditlogs-signin.auditlogssigninsdismiss
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-signin
      description: Microsoft Graph Get signIn
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-auditlogs-signin.auditlogsgetsignins
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property signIns in auditLogs
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-auditlogs-signin.auditlogsupdatesignins
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property signIns for auditLogs
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-auditlogs-signin.auditlogsdeletesignins
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.