Microsoft Graph · Capability

Microsoft Graph Admin API — Browser Site Lists

Microsoft Graph Admin API — Browser Site Lists. 5 operations. Lead operation: Microsoft Graph List browser site lists. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphBrowser Site Lists

What You Can Do

GET
Listbrowsersitelists — Microsoft Graph List browser site lists
/v1/admin/edge/internetexplorermode/sitelists
POST
Createbrowsersitelist — Microsoft Graph Create browser site list
/v1/admin/edge/internetexplorermode/sitelists
GET
Getbrowsersitelist — Microsoft Graph Get browser site list
/v1/admin/edge/internetexplorermode/sitelists/{browsersitelist-id}
PATCH
Updatebrowsersitelist — Microsoft Graph Update browser site list
/v1/admin/edge/internetexplorermode/sitelists/{browsersitelist-id}
DELETE
Deletebrowsersitelist — Microsoft Graph Delete browser site list
/v1/admin/edge/internetexplorermode/sitelists/{browsersitelist-id}

MCP Tools

microsoft-graph-list-browser-site

Microsoft Graph List browser site lists

read-only idempotent
microsoft-graph-create-browser-site

Microsoft Graph Create browser site list

microsoft-graph-get-browser-site

Microsoft Graph Get browser site list

read-only idempotent
microsoft-graph-update-browser-site

Microsoft Graph Update browser site list

idempotent
microsoft-graph-delete-browser-site

Microsoft Graph Delete browser site list

idempotent

Capability Spec

admin-browser-site-lists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Admin API — Browser Site Lists
  description: 'Microsoft Graph Admin API — Browser Site Lists. 5 operations. Lead operation: Microsoft Graph List browser
    site lists. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Browser Site Lists
  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: admin-browser-site-lists
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Admin API — Browser Site Lists business capability. Self-contained, no shared references.
    resources:
    - name: admin-edge-internetExplorerMode-siteLists
      path: /admin/edge/internetExplorerMode/siteLists
      operations:
      - name: listbrowsersitelists
        method: GET
        description: Microsoft Graph List browser site lists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createbrowsersitelist
        method: POST
        description: Microsoft Graph Create browser site list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: admin-edge-internetExplorerMode-siteLists-browserSiteList-id
      path: /admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}
      operations:
      - name: getbrowsersitelist
        method: GET
        description: Microsoft Graph Get browser site list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
      - name: updatebrowsersitelist
        method: PATCH
        description: Microsoft Graph Update browser site list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletebrowsersitelist
        method: DELETE
        description: Microsoft Graph Delete browser site list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: admin-browser-site-lists-rest
    port: 8080
    description: REST adapter for Microsoft Graph Admin API — Browser Site Lists. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/admin/edge/internetexplorermode/sitelists
      name: admin-edge-internetexplorermode-sitelists
      description: REST surface for admin-edge-internetExplorerMode-siteLists.
      operations:
      - method: GET
        name: listbrowsersitelists
        description: Microsoft Graph List browser site lists
        call: admin-browser-site-lists.listbrowsersitelists
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createbrowsersitelist
        description: Microsoft Graph Create browser site list
        call: admin-browser-site-lists.createbrowsersitelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/edge/internetexplorermode/sitelists/{browsersitelist-id}
      name: admin-edge-internetexplorermode-sitelists-browsersitelist-id
      description: REST surface for admin-edge-internetExplorerMode-siteLists-browserSiteList-id.
      operations:
      - method: GET
        name: getbrowsersitelist
        description: Microsoft Graph Get browser site list
        call: admin-browser-site-lists.getbrowsersitelist
        with:
          $select: rest.$select
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatebrowsersitelist
        description: Microsoft Graph Update browser site list
        call: admin-browser-site-lists.updatebrowsersitelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletebrowsersitelist
        description: Microsoft Graph Delete browser site list
        call: admin-browser-site-lists.deletebrowsersitelist
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-browser-site-lists-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Admin API — Browser Site Lists. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-browser-site
      description: Microsoft Graph List browser site lists
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-browser-site-lists.listbrowsersitelists
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-browser-site
      description: Microsoft Graph Create browser site list
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: admin-browser-site-lists.createbrowsersitelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-browser-site
      description: Microsoft Graph Get browser site list
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-browser-site-lists.getbrowsersitelist
      with:
        $select: tools.$select
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-browser-site
      description: Microsoft Graph Update browser site list
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: admin-browser-site-lists.updatebrowsersitelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-browser-site
      description: Microsoft Graph Delete browser site list
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: admin-browser-site-lists.deletebrowsersitelist
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.