Microsoft Graph · Capability

Microsoft Graph Me — me.serviceProvisioningError

Microsoft Graph Me — me.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 Graphme.serviceProvisioningError

What You Can Do

GET
Melistserviceprovisioningerrors — Microsoft Graph Get serviceProvisioningErrors property value
/v1/me/serviceprovisioningerrors
GET
Meserviceprovisioningerrorsgetcount81cf — Microsoft Graph Get the number of the resource
/v1/me/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

me-me-serviceprovisioningerror.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Me — me.serviceProvisioningError
  description: 'Microsoft Graph Me — me.serviceProvisioningError. 2 operations. Lead operation: Microsoft Graph Get serviceProvisioningErrors
    property value. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - me.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: me-me-serviceprovisioningerror
    baseUri: ''
    description: Microsoft Graph Me — me.serviceProvisioningError business capability. Self-contained, no shared references.
    resources:
    - name: me-serviceProvisioningErrors
      path: /me/serviceProvisioningErrors
      operations:
      - name: melistserviceprovisioningerrors
        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: me-serviceProvisioningErrors-$count
      path: /me/serviceProvisioningErrors/$count
      operations:
      - name: meserviceprovisioningerrorsgetcount81cf
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: me-me-serviceprovisioningerror-rest
    port: 8080
    description: REST adapter for Microsoft Graph Me — me.serviceProvisioningError. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/me/serviceprovisioningerrors
      name: me-serviceprovisioningerrors
      description: REST surface for me-serviceProvisioningErrors.
      operations:
      - method: GET
        name: melistserviceprovisioningerrors
        description: Microsoft Graph Get serviceProvisioningErrors property value
        call: me-me-serviceprovisioningerror.melistserviceprovisioningerrors
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/serviceprovisioningerrors/count
      name: me-serviceprovisioningerrors-count
      description: REST surface for me-serviceProvisioningErrors-$count.
      operations:
      - method: GET
        name: meserviceprovisioningerrorsgetcount81cf
        description: Microsoft Graph Get the number of the resource
        call: me-me-serviceprovisioningerror.meserviceprovisioningerrorsgetcount81cf
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: me-me-serviceprovisioningerror-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Me — me.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: me-me-serviceprovisioningerror.melistserviceprovisioningerrors
      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: me-me-serviceprovisioningerror.meserviceprovisioningerrorsgetcount81cf
      outputParameters:
      - type: object
        mapping: $.