Microsoft Graph · Capability

Microsoft Graph Storage — me.userSettings

Microsoft Graph Storage — me.userSettings. 12 operations. Lead operation: Microsoft Graph Get storage from me. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphme.userSettings

What You Can Do

GET
Mesettingsgetstorage — Microsoft Graph Get storage from me
/v1/me/settings/storage
PATCH
Mesettingsupdatestorage — Microsoft Graph Update the navigation property storage in me
/v1/me/settings/storage
DELETE
Mesettingsdeletestorage — Microsoft Graph Delete navigation property storage for me
/v1/me/settings/storage
GET
Mesettingsstoragegetquota — Microsoft Graph Get quota from me
/v1/me/settings/storage/quota
PATCH
Mesettingsstorageupdatequota — Microsoft Graph Update the navigation property quota in me
/v1/me/settings/storage/quota
DELETE
Mesettingsstoragedeletequota — Microsoft Graph Delete navigation property quota for me
/v1/me/settings/storage/quota
GET
Mesettingsstoragequotalistservices — Microsoft Graph Get services from me
/v1/me/settings/storage/quota/services
POST
Mesettingsstoragequotacreateservices — Microsoft Graph Create new navigation property to services for me
/v1/me/settings/storage/quota/services
GET
Mesettingsstoragequotaservicesgetcount07a3 — Microsoft Graph Get the number of the resource
/v1/me/settings/storage/quota/services/count
GET
Mesettingsstoragequotagetservices — Microsoft Graph Get services from me
/v1/me/settings/storage/quota/services/{servicestoragequotabreakdown-id}
PATCH
Mesettingsstoragequotaupdateservices — Microsoft Graph Update the navigation property services in me
/v1/me/settings/storage/quota/services/{servicestoragequotabreakdown-id}
DELETE
Mesettingsstoragequotadeleteservices — Microsoft Graph Delete navigation property services for me
/v1/me/settings/storage/quota/services/{servicestoragequotabreakdown-id}

MCP Tools

microsoft-graph-get-storage-me

Microsoft Graph Get storage from me

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

Microsoft Graph Update the navigation property storage in me

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property storage for me

idempotent
microsoft-graph-get-quota-me

Microsoft Graph Get quota from me

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

Microsoft Graph Update the navigation property quota in me

idempotent
microsoft-graph-delete-navigation-property-2

Microsoft Graph Delete navigation property quota for me

idempotent
microsoft-graph-get-services-me

Microsoft Graph Get services from me

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

Microsoft Graph Create new navigation property to services for me

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-services-me-2

Microsoft Graph Get services from me

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

Microsoft Graph Update the navigation property services in me

idempotent
microsoft-graph-delete-navigation-property-3

Microsoft Graph Delete navigation property services for me

idempotent

Capability Spec

storage-me-usersettings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Storage — me.userSettings
  description: 'Microsoft Graph Storage — me.userSettings. 12 operations. Lead operation: Microsoft Graph Get storage from
    me. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - me.userSettings
  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: storage-me-usersettings
    baseUri: ''
    description: Microsoft Graph Storage — me.userSettings business capability. Self-contained, no shared references.
    resources:
    - name: me-settings-storage
      path: /me/settings/storage
      operations:
      - name: mesettingsgetstorage
        method: GET
        description: Microsoft Graph Get storage from me
        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: mesettingsupdatestorage
        method: PATCH
        description: Microsoft Graph Update the navigation property storage in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: mesettingsdeletestorage
        method: DELETE
        description: Microsoft Graph Delete navigation property storage for me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: me-settings-storage-quota
      path: /me/settings/storage/quota
      operations:
      - name: mesettingsstoragegetquota
        method: GET
        description: Microsoft Graph Get quota from me
        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: mesettingsstorageupdatequota
        method: PATCH
        description: Microsoft Graph Update the navigation property quota in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: mesettingsstoragedeletequota
        method: DELETE
        description: Microsoft Graph Delete navigation property quota for me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: me-settings-storage-quota-services
      path: /me/settings/storage/quota/services
      operations:
      - name: mesettingsstoragequotalistservices
        method: GET
        description: Microsoft Graph Get services from me
        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: mesettingsstoragequotacreateservices
        method: POST
        description: Microsoft Graph Create new navigation property to services for me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: me-settings-storage-quota-services-$count
      path: /me/settings/storage/quota/services/$count
      operations:
      - name: mesettingsstoragequotaservicesgetcount07a3
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: me-settings-storage-quota-services-serviceStorageQuotaBreakdown-id
      path: /me/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}
      operations:
      - name: mesettingsstoragequotagetservices
        method: GET
        description: Microsoft Graph Get services from me
        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: mesettingsstoragequotaupdateservices
        method: PATCH
        description: Microsoft Graph Update the navigation property services in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: mesettingsstoragequotadeleteservices
        method: DELETE
        description: Microsoft Graph Delete navigation property services for me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: storage-me-usersettings-rest
    port: 8080
    description: REST adapter for Microsoft Graph Storage — me.userSettings. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/me/settings/storage
      name: me-settings-storage
      description: REST surface for me-settings-storage.
      operations:
      - method: GET
        name: mesettingsgetstorage
        description: Microsoft Graph Get storage from me
        call: storage-me-usersettings.mesettingsgetstorage
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: mesettingsupdatestorage
        description: Microsoft Graph Update the navigation property storage in me
        call: storage-me-usersettings.mesettingsupdatestorage
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: mesettingsdeletestorage
        description: Microsoft Graph Delete navigation property storage for me
        call: storage-me-usersettings.mesettingsdeletestorage
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/settings/storage/quota
      name: me-settings-storage-quota
      description: REST surface for me-settings-storage-quota.
      operations:
      - method: GET
        name: mesettingsstoragegetquota
        description: Microsoft Graph Get quota from me
        call: storage-me-usersettings.mesettingsstoragegetquota
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: mesettingsstorageupdatequota
        description: Microsoft Graph Update the navigation property quota in me
        call: storage-me-usersettings.mesettingsstorageupdatequota
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: mesettingsstoragedeletequota
        description: Microsoft Graph Delete navigation property quota for me
        call: storage-me-usersettings.mesettingsstoragedeletequota
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/settings/storage/quota/services
      name: me-settings-storage-quota-services
      description: REST surface for me-settings-storage-quota-services.
      operations:
      - method: GET
        name: mesettingsstoragequotalistservices
        description: Microsoft Graph Get services from me
        call: storage-me-usersettings.mesettingsstoragequotalistservices
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: mesettingsstoragequotacreateservices
        description: Microsoft Graph Create new navigation property to services for me
        call: storage-me-usersettings.mesettingsstoragequotacreateservices
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/settings/storage/quota/services/count
      name: me-settings-storage-quota-services-count
      description: REST surface for me-settings-storage-quota-services-$count.
      operations:
      - method: GET
        name: mesettingsstoragequotaservicesgetcount07a3
        description: Microsoft Graph Get the number of the resource
        call: storage-me-usersettings.mesettingsstoragequotaservicesgetcount07a3
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/settings/storage/quota/services/{servicestoragequotabreakdown-id}
      name: me-settings-storage-quota-services-servicestoragequotabreakdown-id
      description: REST surface for me-settings-storage-quota-services-serviceStorageQuotaBreakdown-id.
      operations:
      - method: GET
        name: mesettingsstoragequotagetservices
        description: Microsoft Graph Get services from me
        call: storage-me-usersettings.mesettingsstoragequotagetservices
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: mesettingsstoragequotaupdateservices
        description: Microsoft Graph Update the navigation property services in me
        call: storage-me-usersettings.mesettingsstoragequotaupdateservices
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: mesettingsstoragequotadeleteservices
        description: Microsoft Graph Delete navigation property services for me
        call: storage-me-usersettings.mesettingsstoragequotadeleteservices
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: storage-me-usersettings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Storage — me.userSettings. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-storage-me
      description: Microsoft Graph Get storage from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-me-usersettings.mesettingsgetstorage
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property storage in me
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: storage-me-usersettings.mesettingsupdatestorage
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property storage for me
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: storage-me-usersettings.mesettingsdeletestorage
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-quota-me
      description: Microsoft Graph Get quota from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-me-usersettings.mesettingsstoragegetquota
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-2
      description: Microsoft Graph Update the navigation property quota in me
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: storage-me-usersettings.mesettingsstorageupdatequota
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property quota for me
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: storage-me-usersettings.mesettingsstoragedeletequota
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-services-me
      description: Microsoft Graph Get services from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-me-usersettings.mesettingsstoragequotalistservices
      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 services for me
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: storage-me-usersettings.mesettingsstoragequotacreateservices
      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: storage-me-usersettings.mesettingsstoragequotaservicesgetcount07a3
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-services-me-2
      description: Microsoft Graph Get services from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-me-usersettings.mesettingsstoragequotagetservices
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-3
      description: Microsoft Graph Update the navigation property services in me
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: storage-me-usersettings.mesettingsstoragequotaupdateservices
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-3
      description: Microsoft Graph Delete navigation property services for me
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: storage-me-usersettings.mesettingsstoragequotadeleteservices
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.