Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — users.serviceProvisioningError

Microsoft Graph OData Service for namespace microsoft.graph — users.serviceProvisioningError. 2 operations. Lead operation: Microsoft Graph Get serviceProvisioningErrors property value. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphusers.serviceProvisioningError

What You Can Do

GET
Userslistserviceprovisioningerrors — Microsoft Graph Get serviceProvisioningErrors property value
/v1/users/{user-id}/serviceprovisioningerrors
GET
Usersserviceprovisioningerrorsgetcountbccc — Microsoft Graph Get the number of the resource
/v1/users/{user-id}/serviceprovisioningerrors/count

MCP Tools

microsoft-graph-get-serviceprovisioningerrors-property

Microsoft Graph Get serviceProvisioningErrors property value

read-only idempotent
microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent

Capability Spec

microsoft-graph-users-serviceprovisioningerror.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — users.serviceProvisioningError
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — users.serviceProvisioningError. 2 operations.
    Lead operation: Microsoft Graph Get serviceProvisioningErrors property value. Self-contained Naftiko capability covering
    one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - users.serviceProvisioningError
  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-users-serviceprovisioningerror
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — users.serviceProvisioningError business capability.
      Self-contained, no shared references.
    resources:
    - name: users-user-id-serviceProvisioningErrors
      path: /users/{user-id}/serviceProvisioningErrors
      operations:
      - name: userslistserviceprovisioningerrors
        method: GET
        description: Microsoft Graph Get serviceProvisioningErrors property value
        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: users-user-id-serviceProvisioningErrors-$count
      path: /users/{user-id}/serviceProvisioningErrors/$count
      operations:
      - name: usersserviceprovisioningerrorsgetcountbccc
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-graph-users-serviceprovisioningerror-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — users.serviceProvisioningError.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/serviceprovisioningerrors
      name: users-user-id-serviceprovisioningerrors
      description: REST surface for users-user-id-serviceProvisioningErrors.
      operations:
      - method: GET
        name: userslistserviceprovisioningerrors
        description: Microsoft Graph Get serviceProvisioningErrors property value
        call: microsoft-graph-users-serviceprovisioningerror.userslistserviceprovisioningerrors
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/serviceprovisioningerrors/count
      name: users-user-id-serviceprovisioningerrors-count
      description: REST surface for users-user-id-serviceProvisioningErrors-$count.
      operations:
      - method: GET
        name: usersserviceprovisioningerrorsgetcountbccc
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-users-serviceprovisioningerror.usersserviceprovisioningerrorsgetcountbccc
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-users-serviceprovisioningerror-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — users.serviceProvisioningError.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-serviceprovisioningerrors-property
      description: Microsoft Graph Get serviceProvisioningErrors property value
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-users-serviceprovisioningerror.userslistserviceprovisioningerrors
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      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-users-serviceprovisioningerror.usersserviceprovisioningerrorsgetcountbccc
      outputParameters:
      - type: object
        mapping: $.