Microsoft Graph · Capability

Microsoft Graph Sites — sites.site.Actions

Microsoft Graph Sites — sites.site.Actions. 2 operations. Lead operation: Microsoft Graph Invoke action add. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphsites.site.Actions

What You Can Do

POST
Sitesadd — Microsoft Graph Invoke action add
/v1/sites/add
POST
Sitesremove — Microsoft Graph Invoke action remove
/v1/sites/remove

MCP Tools

microsoft-graph-invoke-action-add

Microsoft Graph Invoke action add

microsoft-graph-invoke-action-remove

Microsoft Graph Invoke action remove

Capability Spec

sites-sites-site-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Sites — sites.site.Actions
  description: 'Microsoft Graph Sites — sites.site.Actions. 2 operations. Lead operation: Microsoft Graph Invoke action add.
    Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - sites.site.Actions
  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: sites-sites-site-actions
    baseUri: ''
    description: Microsoft Graph Sites — sites.site.Actions business capability. Self-contained, no shared references.
    resources:
    - name: sites-add
      path: /sites/add
      operations:
      - name: sitesadd
        method: POST
        description: Microsoft Graph Invoke action add
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: sites-remove
      path: /sites/remove
      operations:
      - name: sitesremove
        method: POST
        description: Microsoft Graph Invoke action remove
        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: sites-sites-site-actions-rest
    port: 8080
    description: REST adapter for Microsoft Graph Sites — sites.site.Actions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/sites/add
      name: sites-add
      description: REST surface for sites-add.
      operations:
      - method: POST
        name: sitesadd
        description: Microsoft Graph Invoke action add
        call: sites-sites-site-actions.sitesadd
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/remove
      name: sites-remove
      description: REST surface for sites-remove.
      operations:
      - method: POST
        name: sitesremove
        description: Microsoft Graph Invoke action remove
        call: sites-sites-site-actions.sitesremove
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sites-sites-site-actions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Sites — sites.site.Actions. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-graph-invoke-action-add
      description: Microsoft Graph Invoke action add
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sites-sites-site-actions.sitesadd
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-remove
      description: Microsoft Graph Invoke action remove
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sites-sites-site-actions.sitesremove
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.