Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — admin.adminReportSettings

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

Run with Naftiko Microsoft Graphadmin.adminReportSettings

What You Can Do

GET
Admingetreportsettings — Microsoft Graph Get adminReportSettings
/v1/admin/reportsettings
PATCH
Adminupdatereportsettings — Microsoft Graph Update adminReportSettings
/v1/admin/reportsettings
DELETE
Admindeletereportsettings — Microsoft Graph Delete navigation property reportSettings for admin
/v1/admin/reportsettings

MCP Tools

microsoft-graph-get-adminreportsettings

Microsoft Graph Get adminReportSettings

read-only idempotent
microsoft-graph-update-adminreportsettings

Microsoft Graph Update adminReportSettings

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property reportSettings for admin

idempotent

Capability Spec

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