Microsoft Graph · Capability

Microsoft Graph Copilot — copilot.aiInteractionHistory

Microsoft Graph Copilot — copilot.aiInteractionHistory. 4 operations. Lead operation: Microsoft Graph Get interactionHistory from copilot. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphcopilot.aiInteractionHistory

What You Can Do

GET
Copilotgetinteractionhistory — Microsoft Graph Get interactionHistory from copilot
/v1/copilot/interactionhistory
PATCH
Copilotupdateinteractionhistory — Microsoft Graph Update the navigation property interactionHistory in copilot
/v1/copilot/interactionhistory
DELETE
Copilotdeleteinteractionhistory — Microsoft Graph Delete navigation property interactionHistory for copilot
/v1/copilot/interactionhistory
GET
Copilotinteractionhistorygetallenterpriseinteractions — Microsoft Graph Invoke function getAllEnterpriseInteractions
/v1/copilot/interactionhistory/getallenterpriseinteractions

MCP Tools

microsoft-graph-get-interactionhistory-copilot

Microsoft Graph Get interactionHistory from copilot

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

Microsoft Graph Update the navigation property interactionHistory in copilot

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property interactionHistory for copilot

idempotent
microsoft-graph-invoke-function-getallenterpriseinteractions

Microsoft Graph Invoke function getAllEnterpriseInteractions

read-only idempotent

Capability Spec

copilot-copilot-aiinteractionhistory.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Copilot — copilot.aiInteractionHistory
  description: 'Microsoft Graph Copilot — copilot.aiInteractionHistory. 4 operations. Lead operation: Microsoft Graph Get
    interactionHistory from copilot. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - copilot.aiInteractionHistory
  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: copilot-copilot-aiinteractionhistory
    baseUri: ''
    description: Microsoft Graph Copilot — copilot.aiInteractionHistory business capability. Self-contained, no shared references.
    resources:
    - name: copilot-interactionHistory
      path: /copilot/interactionHistory
      operations:
      - name: copilotgetinteractionhistory
        method: GET
        description: Microsoft Graph Get interactionHistory from copilot
        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: copilotupdateinteractionhistory
        method: PATCH
        description: Microsoft Graph Update the navigation property interactionHistory in copilot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: copilotdeleteinteractionhistory
        method: DELETE
        description: Microsoft Graph Delete navigation property interactionHistory for copilot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: copilot-interactionHistory-getAllEnterpriseInteractions()
      path: /copilot/interactionHistory/getAllEnterpriseInteractions()
      operations:
      - name: copilotinteractionhistorygetallenterpriseinteractions
        method: GET
        description: Microsoft Graph Invoke function getAllEnterpriseInteractions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $expand
          in: query
          type: array
          description: Expand related entities
  exposes:
  - type: rest
    namespace: copilot-copilot-aiinteractionhistory-rest
    port: 8080
    description: REST adapter for Microsoft Graph Copilot — copilot.aiInteractionHistory. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/copilot/interactionhistory
      name: copilot-interactionhistory
      description: REST surface for copilot-interactionHistory.
      operations:
      - method: GET
        name: copilotgetinteractionhistory
        description: Microsoft Graph Get interactionHistory from copilot
        call: copilot-copilot-aiinteractionhistory.copilotgetinteractionhistory
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: copilotupdateinteractionhistory
        description: Microsoft Graph Update the navigation property interactionHistory in copilot
        call: copilot-copilot-aiinteractionhistory.copilotupdateinteractionhistory
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: copilotdeleteinteractionhistory
        description: Microsoft Graph Delete navigation property interactionHistory for copilot
        call: copilot-copilot-aiinteractionhistory.copilotdeleteinteractionhistory
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/copilot/interactionhistory/getallenterpriseinteractions
      name: copilot-interactionhistory-getallenterpriseinteractions
      description: REST surface for copilot-interactionHistory-getAllEnterpriseInteractions().
      operations:
      - method: GET
        name: copilotinteractionhistorygetallenterpriseinteractions
        description: Microsoft Graph Invoke function getAllEnterpriseInteractions
        call: copilot-copilot-aiinteractionhistory.copilotinteractionhistorygetallenterpriseinteractions
        with:
          $select: rest.$select
          $orderby: rest.$orderby
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: copilot-copilot-aiinteractionhistory-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Copilot — copilot.aiInteractionHistory. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-interactionhistory-copilot
      description: Microsoft Graph Get interactionHistory from copilot
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: copilot-copilot-aiinteractionhistory.copilotgetinteractionhistory
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property interactionHistory in copilot
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: copilot-copilot-aiinteractionhistory.copilotupdateinteractionhistory
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property interactionHistory for copilot
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: copilot-copilot-aiinteractionhistory.copilotdeleteinteractionhistory
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-function-getallenterpriseinteractions
      description: Microsoft Graph Invoke function getAllEnterpriseInteractions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: copilot-copilot-aiinteractionhistory.copilotinteractionhistorygetallenterpriseinteractions
      with:
        $select: tools.$select
        $orderby: tools.$orderby
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.