Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotRoot

Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotRoot. 2 operations. Lead operation: Microsoft Graph Get copilot. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphcopilot.copilotRoot

What You Can Do

GET
Copilotcopilotrootgetcopilotroot — Microsoft Graph Get copilot
/v1/copilot
PATCH
Copilotcopilotrootupdatecopilotroot — Microsoft Graph Update copilot
/v1/copilot

MCP Tools

microsoft-graph-get-copilot

Microsoft Graph Get copilot

read-only idempotent
microsoft-graph-update-copilot

Microsoft Graph Update copilot

idempotent

Capability Spec

microsoft-graph-copilot-copilotroot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotRoot
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotRoot. 2 operations. Lead operation:
    Microsoft Graph Get copilot. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - copilot.copilotRoot
  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-copilot-copilotroot
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotRoot business capability. Self-contained,
      no shared references.
    resources:
    - name: copilot
      path: /copilot
      operations:
      - name: copilotcopilotrootgetcopilotroot
        method: GET
        description: Microsoft Graph Get 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: copilotcopilotrootupdatecopilotroot
        method: PATCH
        description: Microsoft Graph Update copilot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: microsoft-graph-copilot-copilotroot-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotRoot. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/copilot
      name: copilot
      description: REST surface for copilot.
      operations:
      - method: GET
        name: copilotcopilotrootgetcopilotroot
        description: Microsoft Graph Get copilot
        call: microsoft-graph-copilot-copilotroot.copilotcopilotrootgetcopilotroot
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: copilotcopilotrootupdatecopilotroot
        description: Microsoft Graph Update copilot
        call: microsoft-graph-copilot-copilotroot.copilotcopilotrootupdatecopilotroot
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-copilot-copilotroot-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotRoot. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-copilot
      description: Microsoft Graph Get copilot
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-copilot-copilotroot.copilotcopilotrootgetcopilotroot
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-copilot
      description: Microsoft Graph Update copilot
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-copilot-copilotroot.copilotcopilotrootupdatecopilotroot
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.