Microsoft Graph · Capability

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

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

Run with Naftiko Microsoft Graphcopilot.copilotReportRoot

What You Can Do

GET
Copilotgetreports — Microsoft Graph Get reports from copilot
/v1/copilot/reports

MCP Tools

microsoft-graph-get-reports-copilot

Microsoft Graph Get reports from copilot

read-only idempotent

Capability Spec

microsoft-graph-copilot-copilotreportroot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotReportRoot
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotReportRoot. 1 operations. Lead
    operation: Microsoft Graph Get reports from copilot. Self-contained Naftiko capability covering one Microsoft Graph business
    surface.'
  tags:
  - Microsoft Graph
  - copilot.copilotReportRoot
  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-copilotreportroot
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotReportRoot business capability.
      Self-contained, no shared references.
    resources:
    - name: copilot-reports
      path: /copilot/reports
      operations:
      - name: copilotgetreports
        method: GET
        description: Microsoft Graph Get reports 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
  exposes:
  - type: rest
    namespace: microsoft-graph-copilot-copilotreportroot-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotReportRoot.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/copilot/reports
      name: copilot-reports
      description: REST surface for copilot-reports.
      operations:
      - method: GET
        name: copilotgetreports
        description: Microsoft Graph Get reports from copilot
        call: microsoft-graph-copilot-copilotreportroot.copilotgetreports
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-copilot-copilotreportroot-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — copilot.copilotReportRoot.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-reports-copilot
      description: Microsoft Graph Get reports from copilot
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-copilot-copilotreportroot.copilotgetreports
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.