Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — connections.connectionOperation

Microsoft Graph OData Service for namespace microsoft.graph — connections.connectionOperation. 6 operations. Lead operation: Microsoft Graph Get operations from connections. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphconnections.connectionOperation

What You Can Do

GET
Connectionslistoperations — Microsoft Graph Get operations from connections
/v1/connections/{externalconnection-id}/operations
POST
Connectionscreateoperations — Microsoft Graph Create new navigation property to operations for connections
/v1/connections/{externalconnection-id}/operations
GET
Connectionsoperationsgetcount57e0 — Microsoft Graph Get the number of the resource
/v1/connections/{externalconnection-id}/operations/count
GET
Connectionsgetoperations — Microsoft Graph Get operations from connections
/v1/connections/{externalconnection-id}/operations/{connectionoperation-id}
PATCH
Connectionsupdateoperations — Microsoft Graph Update the navigation property operations in connections
/v1/connections/{externalconnection-id}/operations/{connectionoperation-id}
DELETE
Connectionsdeleteoperations — Microsoft Graph Delete navigation property operations for connections
/v1/connections/{externalconnection-id}/operations/{connectionoperation-id}

MCP Tools

microsoft-graph-get-operations-connections

Microsoft Graph Get operations from connections

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

Microsoft Graph Create new navigation property to operations for connections

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-operations-connections-2

Microsoft Graph Get operations from connections

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

Microsoft Graph Update the navigation property operations in connections

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property operations for connections

idempotent

Capability Spec

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