Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — reports.reportRoot

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

Run with Naftiko Microsoft Graphreports.reportRoot

What You Can Do

GET
Reportsreportrootgetreportroot — Microsoft Graph Get reports
/v1/reports
PATCH
Reportsreportrootupdatereportroot — Microsoft Graph Update reports
/v1/reports

MCP Tools

microsoft-graph-get-reports

Microsoft Graph Get reports

read-only idempotent
microsoft-graph-update-reports

Microsoft Graph Update reports

idempotent

Capability Spec

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