Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — me.cloudClipboardRoot

Microsoft Graph OData Service for namespace microsoft.graph — me.cloudClipboardRoot. 9 operations. Lead operation: Microsoft Graph Get cloudClipboard from me. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphme.cloudClipboardRoot

What You Can Do

GET
Megetcloudclipboard — Microsoft Graph Get cloudClipboard from me
/v1/me/cloudclipboard
PATCH
Meupdatecloudclipboard — Microsoft Graph Update the navigation property cloudClipboard in me
/v1/me/cloudclipboard
DELETE
Medeletecloudclipboard — Microsoft Graph Delete navigation property cloudClipboard for me
/v1/me/cloudclipboard
GET
Mecloudclipboardlistitems — Microsoft Graph Get items from me
/v1/me/cloudclipboard/items
POST
Mecloudclipboardcreateitems — Microsoft Graph Create new navigation property to items for me
/v1/me/cloudclipboard/items
GET
Mecloudclipboarditemsgetcountcada — Microsoft Graph Get the number of the resource
/v1/me/cloudclipboard/items/count
GET
Mecloudclipboardgetitems — Microsoft Graph Get items from me
/v1/me/cloudclipboard/items/{cloudclipboarditem-id}
PATCH
Mecloudclipboardupdateitems — Microsoft Graph Update the navigation property items in me
/v1/me/cloudclipboard/items/{cloudclipboarditem-id}
DELETE
Mecloudclipboarddeleteitems — Microsoft Graph Delete navigation property items for me
/v1/me/cloudclipboard/items/{cloudclipboarditem-id}

MCP Tools

microsoft-graph-get-cloudclipboard-me

Microsoft Graph Get cloudClipboard from me

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

Microsoft Graph Update the navigation property cloudClipboard in me

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property cloudClipboard for me

idempotent
microsoft-graph-get-items-me

Microsoft Graph Get items from me

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

Microsoft Graph Create new navigation property to items for me

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get items from me

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

Microsoft Graph Update the navigation property items in me

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

Microsoft Graph Delete navigation property items for me

idempotent

Capability Spec

microsoft-graph-me-cloudclipboardroot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — me.cloudClipboardRoot
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — me.cloudClipboardRoot. 9 operations. Lead operation:
    Microsoft Graph Get cloudClipboard from me. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - me.cloudClipboardRoot
  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-me-cloudclipboardroot
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — me.cloudClipboardRoot business capability.
      Self-contained, no shared references.
    resources:
    - name: me-cloudClipboard
      path: /me/cloudClipboard
      operations:
      - name: megetcloudclipboard
        method: GET
        description: Microsoft Graph Get cloudClipboard 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: meupdatecloudclipboard
        method: PATCH
        description: Microsoft Graph Update the navigation property cloudClipboard in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: medeletecloudclipboard
        method: DELETE
        description: Microsoft Graph Delete navigation property cloudClipboard for me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: me-cloudClipboard-items
      path: /me/cloudClipboard/items
      operations:
      - name: mecloudclipboardlistitems
        method: GET
        description: Microsoft Graph Get items 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: mecloudclipboardcreateitems
        method: POST
        description: Microsoft Graph Create new navigation property to items 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-cloudClipboard-items-$count
      path: /me/cloudClipboard/items/$count
      operations:
      - name: mecloudclipboarditemsgetcountcada
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: me-cloudClipboard-items-cloudClipboardItem-id
      path: /me/cloudClipboard/items/{cloudClipboardItem-id}
      operations:
      - name: mecloudclipboardgetitems
        method: GET
        description: Microsoft Graph Get items 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: mecloudclipboardupdateitems
        method: PATCH
        description: Microsoft Graph Update the navigation property items in me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: mecloudclipboarddeleteitems
        method: DELETE
        description: Microsoft Graph Delete navigation property items for me
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-me-cloudclipboardroot-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — me.cloudClipboardRoot. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/me/cloudclipboard
      name: me-cloudclipboard
      description: REST surface for me-cloudClipboard.
      operations:
      - method: GET
        name: megetcloudclipboard
        description: Microsoft Graph Get cloudClipboard from me
        call: microsoft-graph-me-cloudclipboardroot.megetcloudclipboard
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: meupdatecloudclipboard
        description: Microsoft Graph Update the navigation property cloudClipboard in me
        call: microsoft-graph-me-cloudclipboardroot.meupdatecloudclipboard
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: medeletecloudclipboard
        description: Microsoft Graph Delete navigation property cloudClipboard for me
        call: microsoft-graph-me-cloudclipboardroot.medeletecloudclipboard
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/cloudclipboard/items
      name: me-cloudclipboard-items
      description: REST surface for me-cloudClipboard-items.
      operations:
      - method: GET
        name: mecloudclipboardlistitems
        description: Microsoft Graph Get items from me
        call: microsoft-graph-me-cloudclipboardroot.mecloudclipboardlistitems
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: mecloudclipboardcreateitems
        description: Microsoft Graph Create new navigation property to items for me
        call: microsoft-graph-me-cloudclipboardroot.mecloudclipboardcreateitems
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/cloudclipboard/items/count
      name: me-cloudclipboard-items-count
      description: REST surface for me-cloudClipboard-items-$count.
      operations:
      - method: GET
        name: mecloudclipboarditemsgetcountcada
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-me-cloudclipboardroot.mecloudclipboarditemsgetcountcada
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/cloudclipboard/items/{cloudclipboarditem-id}
      name: me-cloudclipboard-items-cloudclipboarditem-id
      description: REST surface for me-cloudClipboard-items-cloudClipboardItem-id.
      operations:
      - method: GET
        name: mecloudclipboardgetitems
        description: Microsoft Graph Get items from me
        call: microsoft-graph-me-cloudclipboardroot.mecloudclipboardgetitems
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: mecloudclipboardupdateitems
        description: Microsoft Graph Update the navigation property items in me
        call: microsoft-graph-me-cloudclipboardroot.mecloudclipboardupdateitems
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: mecloudclipboarddeleteitems
        description: Microsoft Graph Delete navigation property items for me
        call: microsoft-graph-me-cloudclipboardroot.mecloudclipboarddeleteitems
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-me-cloudclipboardroot-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — me.cloudClipboardRoot. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-cloudclipboard-me
      description: Microsoft Graph Get cloudClipboard from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-me-cloudclipboardroot.megetcloudclipboard
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property cloudClipboard in me
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-me-cloudclipboardroot.meupdatecloudclipboard
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property cloudClipboard for me
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-me-cloudclipboardroot.medeletecloudclipboard
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-items-me
      description: Microsoft Graph Get items from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-me-cloudclipboardroot.mecloudclipboardlistitems
      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 items for me
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-me-cloudclipboardroot.mecloudclipboardcreateitems
      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-me-cloudclipboardroot.mecloudclipboarditemsgetcountcada
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-items-me-2
      description: Microsoft Graph Get items from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-me-cloudclipboardroot.mecloudclipboardgetitems
      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 items in me
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-me-cloudclipboardroot.mecloudclipboardupdateitems
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property items for me
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-me-cloudclipboardroot.mecloudclipboarddeleteitems
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.