Microsoft Graph · Capability

Microsoft Graph Sites — sites.richLongRunningOperation

Microsoft Graph Sites — sites.richLongRunningOperation. 8 operations. Lead operation: Microsoft Graph Get operations from sites. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphsites.richLongRunningOperation

What You Can Do

GET
Sitesgetbypathlistoperations — Microsoft Graph Get operations from sites
/v1/sites/{site-id}/getbypath-path-path/operations
POST
Sitesgetbypathcreateoperations — Microsoft Graph Create new navigation property to operations for sites
/v1/sites/{site-id}/getbypath-path-path/operations
GET
Siteslistoperations — Microsoft Graph List operations on a site
/v1/sites/{site-id}/operations
POST
Sitescreateoperations — Microsoft Graph Create new navigation property to operations for sites
/v1/sites/{site-id}/operations
GET
Sitesoperationsgetcount71b0 — Microsoft Graph Get the number of the resource
/v1/sites/{site-id}/operations/count
GET
Sitesgetoperations — Microsoft Graph Get richLongRunningOperation
/v1/sites/{site-id}/operations/{richlongrunningoperation-id}
PATCH
Sitesupdateoperations — Microsoft Graph Update the navigation property operations in sites
/v1/sites/{site-id}/operations/{richlongrunningoperation-id}
DELETE
Sitesdeleteoperations — Microsoft Graph Delete navigation property operations for sites
/v1/sites/{site-id}/operations/{richlongrunningoperation-id}

MCP Tools

microsoft-graph-get-operations-sites

Microsoft Graph Get operations from sites

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

Microsoft Graph Create new navigation property to operations for sites

microsoft-graph-list-operations-site

Microsoft Graph List operations on a site

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

Microsoft Graph Create new navigation property to operations for sites

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-richlongrunningoperation

Microsoft Graph Get richLongRunningOperation

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

Microsoft Graph Update the navigation property operations in sites

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property operations for sites

idempotent

Capability Spec

sites-sites-richlongrunningoperation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Sites — sites.richLongRunningOperation
  description: 'Microsoft Graph Sites — sites.richLongRunningOperation. 8 operations. Lead operation: Microsoft Graph Get
    operations from sites. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - sites.richLongRunningOperation
  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: sites-sites-richlongrunningoperation
    baseUri: ''
    description: Microsoft Graph Sites — sites.richLongRunningOperation business capability. Self-contained, no shared references.
    resources:
    - name: sites-site-id-getByPath(path='{path}')-operations
      path: /sites/{site-id}/getByPath(path='{path}')/operations
      operations:
      - name: sitesgetbypathlistoperations
        method: GET
        description: Microsoft Graph Get operations from sites
        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: sitesgetbypathcreateoperations
        method: POST
        description: Microsoft Graph Create new navigation property to operations for sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: sites-site-id-operations
      path: /sites/{site-id}/operations
      operations:
      - name: siteslistoperations
        method: GET
        description: Microsoft Graph List operations on a site
        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: sitescreateoperations
        method: POST
        description: Microsoft Graph Create new navigation property to operations for sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: sites-site-id-operations-$count
      path: /sites/{site-id}/operations/$count
      operations:
      - name: sitesoperationsgetcount71b0
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: sites-site-id-operations-richLongRunningOperation-id
      path: /sites/{site-id}/operations/{richLongRunningOperation-id}
      operations:
      - name: sitesgetoperations
        method: GET
        description: Microsoft Graph Get richLongRunningOperation
        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: sitesupdateoperations
        method: PATCH
        description: Microsoft Graph Update the navigation property operations in sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: sitesdeleteoperations
        method: DELETE
        description: Microsoft Graph Delete navigation property operations for sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: sites-sites-richlongrunningoperation-rest
    port: 8080
    description: REST adapter for Microsoft Graph Sites — sites.richLongRunningOperation. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sites/{site-id}/getbypath-path-path/operations
      name: sites-site-id-getbypath-path-path-operations
      description: REST surface for sites-site-id-getByPath(path='{path}')-operations.
      operations:
      - method: GET
        name: sitesgetbypathlistoperations
        description: Microsoft Graph Get operations from sites
        call: sites-sites-richlongrunningoperation.sitesgetbypathlistoperations
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: sitesgetbypathcreateoperations
        description: Microsoft Graph Create new navigation property to operations for sites
        call: sites-sites-richlongrunningoperation.sitesgetbypathcreateoperations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/operations
      name: sites-site-id-operations
      description: REST surface for sites-site-id-operations.
      operations:
      - method: GET
        name: siteslistoperations
        description: Microsoft Graph List operations on a site
        call: sites-sites-richlongrunningoperation.siteslistoperations
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: sitescreateoperations
        description: Microsoft Graph Create new navigation property to operations for sites
        call: sites-sites-richlongrunningoperation.sitescreateoperations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/operations/count
      name: sites-site-id-operations-count
      description: REST surface for sites-site-id-operations-$count.
      operations:
      - method: GET
        name: sitesoperationsgetcount71b0
        description: Microsoft Graph Get the number of the resource
        call: sites-sites-richlongrunningoperation.sitesoperationsgetcount71b0
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/operations/{richlongrunningoperation-id}
      name: sites-site-id-operations-richlongrunningoperation-id
      description: REST surface for sites-site-id-operations-richLongRunningOperation-id.
      operations:
      - method: GET
        name: sitesgetoperations
        description: Microsoft Graph Get richLongRunningOperation
        call: sites-sites-richlongrunningoperation.sitesgetoperations
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: sitesupdateoperations
        description: Microsoft Graph Update the navigation property operations in sites
        call: sites-sites-richlongrunningoperation.sitesupdateoperations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: sitesdeleteoperations
        description: Microsoft Graph Delete navigation property operations for sites
        call: sites-sites-richlongrunningoperation.sitesdeleteoperations
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sites-sites-richlongrunningoperation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Sites — sites.richLongRunningOperation. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-operations-sites
      description: Microsoft Graph Get operations from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sites-sites-richlongrunningoperation.sitesgetbypathlistoperations
      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 operations for sites
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sites-sites-richlongrunningoperation.sitesgetbypathcreateoperations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-list-operations-site
      description: Microsoft Graph List operations on a site
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sites-sites-richlongrunningoperation.siteslistoperations
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation-2
      description: Microsoft Graph Create new navigation property to operations for sites
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sites-sites-richlongrunningoperation.sitescreateoperations
      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: sites-sites-richlongrunningoperation.sitesoperationsgetcount71b0
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-richlongrunningoperation
      description: Microsoft Graph Get richLongRunningOperation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sites-sites-richlongrunningoperation.sitesgetoperations
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property operations in sites
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: sites-sites-richlongrunningoperation.sitesupdateoperations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property operations for sites
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: sites-sites-richlongrunningoperation.sitesdeleteoperations
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.