Microsoft Graph · Capability

Microsoft Graph Admin API — SharePoint

Microsoft Graph Admin API — SharePoint. 2 operations. Lead operation: Microsoft Graph Get SharePoint settings. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphSharePoint

What You Can Do

GET
Getsharepointsettings — Microsoft Graph Get SharePoint settings
/v1/admin/sharepoint
PATCH
Updatesharepointsettings — Microsoft Graph Update SharePoint settings
/v1/admin/sharepoint

MCP Tools

microsoft-graph-get-sharepoint-settings

Microsoft Graph Get SharePoint settings

read-only idempotent
microsoft-graph-update-sharepoint-settings

Microsoft Graph Update SharePoint settings

idempotent

Capability Spec

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