Microsoft Graph · Capability

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

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

Run with Naftiko Microsoft Graphcopilot.copilotAdmin

What You Can Do

GET
Copilotgetadmin — Microsoft Graph Get admin from copilot
/v1/copilot/admin
PATCH
Copilotupdateadmin — Microsoft Graph Update the navigation property admin in copilot
/v1/copilot/admin
DELETE
Copilotdeleteadmin — Microsoft Graph Delete navigation property admin for copilot
/v1/copilot/admin
GET
Copilotadmingetsettings — Microsoft Graph Get settings from copilot
/v1/copilot/admin/settings
PATCH
Copilotadminupdatesettings — Microsoft Graph Update the navigation property settings in copilot
/v1/copilot/admin/settings
DELETE
Copilotadmindeletesettings — Microsoft Graph Delete navigation property settings for copilot
/v1/copilot/admin/settings
GET
Copilotadminsettingsgetlimitedmode — Microsoft Graph Get limitedMode from copilot
/v1/copilot/admin/settings/limitedmode
PATCH
Copilotadminsettingsupdatelimitedmode — Microsoft Graph Update the navigation property limitedMode in copilot
/v1/copilot/admin/settings/limitedmode
DELETE
Copilotadminsettingsdeletelimitedmode — Microsoft Graph Delete navigation property limitedMode for copilot
/v1/copilot/admin/settings/limitedmode

MCP Tools

microsoft-graph-get-admin-copilot

Microsoft Graph Get admin from copilot

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

Microsoft Graph Update the navigation property admin in copilot

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property admin for copilot

idempotent
microsoft-graph-get-settings-copilot

Microsoft Graph Get settings from copilot

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

Microsoft Graph Update the navigation property settings in copilot

idempotent
microsoft-graph-delete-navigation-property-2

Microsoft Graph Delete navigation property settings for copilot

idempotent
microsoft-graph-get-limitedmode-copilot

Microsoft Graph Get limitedMode from copilot

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

Microsoft Graph Update the navigation property limitedMode in copilot

idempotent
microsoft-graph-delete-navigation-property-3

Microsoft Graph Delete navigation property limitedMode for copilot

idempotent

Capability Spec

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