Microsoft Graph · Capability

Microsoft Graph Drives — Drives.user

Microsoft Graph Drives — Drives.user. 10 operations. Lead operation: Microsoft Graph Get createdByUser from drives. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphDrives.user

What You Can Do

GET
Drivesgetcreatedbyuser — Microsoft Graph Get createdByUser from drives
/v1/drives/{drive-id}/createdbyuser
GET
Drivescreatedbyusergetmailboxsettings — Microsoft Graph Get mailboxSettings property value
/v1/drives/{drive-id}/createdbyuser/mailboxsettings
PATCH
Drivescreatedbyuserupdatemailboxsettings — Microsoft Graph Update property mailboxSettings value.
/v1/drives/{drive-id}/createdbyuser/mailboxsettings
GET
Drivescreatedbyuserlistserviceprovisioningerrors — Microsoft Graph Get serviceProvisioningErrors property value
/v1/drives/{drive-id}/createdbyuser/serviceprovisioningerrors
GET
Drivescreatedbyuserserviceprovisioningerrorsgetcount37a0 — Microsoft Graph Get the number of the resource
/v1/drives/{drive-id}/createdbyuser/serviceprovisioningerrors/count
GET
Drivesgetlastmodifiedbyuser — Microsoft Graph Get lastModifiedByUser from drives
/v1/drives/{drive-id}/lastmodifiedbyuser
GET
Driveslastmodifiedbyusergetmailboxsettings — Microsoft Graph Get mailboxSettings property value
/v1/drives/{drive-id}/lastmodifiedbyuser/mailboxsettings
PATCH
Driveslastmodifiedbyuserupdatemailboxsettings — Microsoft Graph Update property mailboxSettings value.
/v1/drives/{drive-id}/lastmodifiedbyuser/mailboxsettings
GET
Driveslastmodifiedbyuserlistserviceprovisioningerrors — Microsoft Graph Get serviceProvisioningErrors property value
/v1/drives/{drive-id}/lastmodifiedbyuser/serviceprovisioningerrors
GET
Driveslastmodifiedbyuserserviceprovisioningerrorsgetcount54d5 — Microsoft Graph Get the number of the resource
/v1/drives/{drive-id}/lastmodifiedbyuser/serviceprovisioningerrors/count

MCP Tools

microsoft-graph-get-createdbyuser-drives

Microsoft Graph Get createdByUser from drives

read-only idempotent
microsoft-graph-get-mailboxsettings-property

Microsoft Graph Get mailboxSettings property value

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

Microsoft Graph Update property mailboxSettings value.

idempotent
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
microsoft-graph-get-lastmodifiedbyuser-drives

Microsoft Graph Get lastModifiedByUser from drives

read-only idempotent
microsoft-graph-get-mailboxsettings-property-2

Microsoft Graph Get mailboxSettings property value

read-only idempotent
microsoft-graph-update-property-mailboxsettings-2

Microsoft Graph Update property mailboxSettings value.

idempotent
microsoft-graph-get-serviceprovisioningerrors-property-2

Microsoft Graph Get serviceProvisioningErrors property value

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

Microsoft Graph Get the number of the resource

read-only idempotent

Capability Spec

drives-drives-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Drives — Drives.user
  description: 'Microsoft Graph Drives — Drives.user. 10 operations. Lead operation: Microsoft Graph Get createdByUser from
    drives. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Drives.user
  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: drives-drives-user
    baseUri: ''
    description: Microsoft Graph Drives — Drives.user business capability. Self-contained, no shared references.
    resources:
    - name: drives-drive-id-createdByUser
      path: /drives/{drive-id}/createdByUser
      operations:
      - name: drivesgetcreatedbyuser
        method: GET
        description: Microsoft Graph Get createdByUser from drives
        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: drives-drive-id-createdByUser-mailboxSettings
      path: /drives/{drive-id}/createdByUser/mailboxSettings
      operations:
      - name: drivescreatedbyusergetmailboxsettings
        method: GET
        description: Microsoft Graph Get mailboxSettings property value
        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: drivescreatedbyuserupdatemailboxsettings
        method: PATCH
        description: Microsoft Graph Update property mailboxSettings value.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: drives-drive-id-createdByUser-serviceProvisioningErrors
      path: /drives/{drive-id}/createdByUser/serviceProvisioningErrors
      operations:
      - name: drivescreatedbyuserlistserviceprovisioningerrors
        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: drives-drive-id-createdByUser-serviceProvisioningErrors-$count
      path: /drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count
      operations:
      - name: drivescreatedbyuserserviceprovisioningerrorsgetcount37a0
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: drives-drive-id-lastModifiedByUser
      path: /drives/{drive-id}/lastModifiedByUser
      operations:
      - name: drivesgetlastmodifiedbyuser
        method: GET
        description: Microsoft Graph Get lastModifiedByUser from drives
        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: drives-drive-id-lastModifiedByUser-mailboxSettings
      path: /drives/{drive-id}/lastModifiedByUser/mailboxSettings
      operations:
      - name: driveslastmodifiedbyusergetmailboxsettings
        method: GET
        description: Microsoft Graph Get mailboxSettings property value
        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: driveslastmodifiedbyuserupdatemailboxsettings
        method: PATCH
        description: Microsoft Graph Update property mailboxSettings value.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: drives-drive-id-lastModifiedByUser-serviceProvisioningErrors
      path: /drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors
      operations:
      - name: driveslastmodifiedbyuserlistserviceprovisioningerrors
        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: drives-drive-id-lastModifiedByUser-serviceProvisioningErrors-$count
      path: /drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count
      operations:
      - name: driveslastmodifiedbyuserserviceprovisioningerrorsgetcount54d5
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: drives-drives-user-rest
    port: 8080
    description: REST adapter for Microsoft Graph Drives — Drives.user. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/drives/{drive-id}/createdbyuser
      name: drives-drive-id-createdbyuser
      description: REST surface for drives-drive-id-createdByUser.
      operations:
      - method: GET
        name: drivesgetcreatedbyuser
        description: Microsoft Graph Get createdByUser from drives
        call: drives-drives-user.drivesgetcreatedbyuser
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/drives/{drive-id}/createdbyuser/mailboxsettings
      name: drives-drive-id-createdbyuser-mailboxsettings
      description: REST surface for drives-drive-id-createdByUser-mailboxSettings.
      operations:
      - method: GET
        name: drivescreatedbyusergetmailboxsettings
        description: Microsoft Graph Get mailboxSettings property value
        call: drives-drives-user.drivescreatedbyusergetmailboxsettings
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: drivescreatedbyuserupdatemailboxsettings
        description: Microsoft Graph Update property mailboxSettings value.
        call: drives-drives-user.drivescreatedbyuserupdatemailboxsettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/drives/{drive-id}/createdbyuser/serviceprovisioningerrors
      name: drives-drive-id-createdbyuser-serviceprovisioningerrors
      description: REST surface for drives-drive-id-createdByUser-serviceProvisioningErrors.
      operations:
      - method: GET
        name: drivescreatedbyuserlistserviceprovisioningerrors
        description: Microsoft Graph Get serviceProvisioningErrors property value
        call: drives-drives-user.drivescreatedbyuserlistserviceprovisioningerrors
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/drives/{drive-id}/createdbyuser/serviceprovisioningerrors/count
      name: drives-drive-id-createdbyuser-serviceprovisioningerrors-count
      description: REST surface for drives-drive-id-createdByUser-serviceProvisioningErrors-$count.
      operations:
      - method: GET
        name: drivescreatedbyuserserviceprovisioningerrorsgetcount37a0
        description: Microsoft Graph Get the number of the resource
        call: drives-drives-user.drivescreatedbyuserserviceprovisioningerrorsgetcount37a0
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/drives/{drive-id}/lastmodifiedbyuser
      name: drives-drive-id-lastmodifiedbyuser
      description: REST surface for drives-drive-id-lastModifiedByUser.
      operations:
      - method: GET
        name: drivesgetlastmodifiedbyuser
        description: Microsoft Graph Get lastModifiedByUser from drives
        call: drives-drives-user.drivesgetlastmodifiedbyuser
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/drives/{drive-id}/lastmodifiedbyuser/mailboxsettings
      name: drives-drive-id-lastmodifiedbyuser-mailboxsettings
      description: REST surface for drives-drive-id-lastModifiedByUser-mailboxSettings.
      operations:
      - method: GET
        name: driveslastmodifiedbyusergetmailboxsettings
        description: Microsoft Graph Get mailboxSettings property value
        call: drives-drives-user.driveslastmodifiedbyusergetmailboxsettings
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: driveslastmodifiedbyuserupdatemailboxsettings
        description: Microsoft Graph Update property mailboxSettings value.
        call: drives-drives-user.driveslastmodifiedbyuserupdatemailboxsettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/drives/{drive-id}/lastmodifiedbyuser/serviceprovisioningerrors
      name: drives-drive-id-lastmodifiedbyuser-serviceprovisioningerrors
      description: REST surface for drives-drive-id-lastModifiedByUser-serviceProvisioningErrors.
      operations:
      - method: GET
        name: driveslastmodifiedbyuserlistserviceprovisioningerrors
        description: Microsoft Graph Get serviceProvisioningErrors property value
        call: drives-drives-user.driveslastmodifiedbyuserlistserviceprovisioningerrors
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/drives/{drive-id}/lastmodifiedbyuser/serviceprovisioningerrors/count
      name: drives-drive-id-lastmodifiedbyuser-serviceprovisioningerrors-count
      description: REST surface for drives-drive-id-lastModifiedByUser-serviceProvisioningErrors-$count.
      operations:
      - method: GET
        name: driveslastmodifiedbyuserserviceprovisioningerrorsgetcount54d5
        description: Microsoft Graph Get the number of the resource
        call: drives-drives-user.driveslastmodifiedbyuserserviceprovisioningerrorsgetcount54d5
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: drives-drives-user-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Drives — Drives.user. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-graph-get-createdbyuser-drives
      description: Microsoft Graph Get createdByUser from drives
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: drives-drives-user.drivesgetcreatedbyuser
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-mailboxsettings-property
      description: Microsoft Graph Get mailboxSettings property value
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: drives-drives-user.drivescreatedbyusergetmailboxsettings
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-property-mailboxsettings
      description: Microsoft Graph Update property mailboxSettings value.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: drives-drives-user.drivescreatedbyuserupdatemailboxsettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-serviceprovisioningerrors-property
      description: Microsoft Graph Get serviceProvisioningErrors property value
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: drives-drives-user.drivescreatedbyuserlistserviceprovisioningerrors
      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: drives-drives-user.drivescreatedbyuserserviceprovisioningerrorsgetcount37a0
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-lastmodifiedbyuser-drives
      description: Microsoft Graph Get lastModifiedByUser from drives
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: drives-drives-user.drivesgetlastmodifiedbyuser
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-mailboxsettings-property-2
      description: Microsoft Graph Get mailboxSettings property value
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: drives-drives-user.driveslastmodifiedbyusergetmailboxsettings
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-property-mailboxsettings-2
      description: Microsoft Graph Update property mailboxSettings value.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: drives-drives-user.driveslastmodifiedbyuserupdatemailboxsettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-serviceprovisioningerrors-property-2
      description: Microsoft Graph Get serviceProvisioningErrors property value
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: drives-drives-user.driveslastmodifiedbyuserlistserviceprovisioningerrors
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource-2
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: drives-drives-user.driveslastmodifiedbyuserserviceprovisioningerrorsgetcount54d5
      outputParameters:
      - type: object
        mapping: $.