Microsoft Graph · Capability

Microsoft Graph Subscribedskus — subscribedSkus.subscribedSku

Microsoft Graph Subscribedskus — subscribedSkus.subscribedSku. 5 operations. Lead operation: Microsoft Graph List subscribedSkus. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphsubscribedSkus.subscribedSku

What You Can Do

GET
Subscribedskussubscribedskulistsubscribedsku — Microsoft Graph List subscribedSkus
/v1/subscribedskus
POST
Subscribedskussubscribedskucreatesubscribedsku — Microsoft Graph Add new entity to subscribedSkus
/v1/subscribedskus
GET
Subscribedskussubscribedskugetsubscribedsku — Microsoft Graph Get subscribedSku
/v1/subscribedskus/{subscribedsku-id}
PATCH
Subscribedskussubscribedskuupdatesubscribedsku — Microsoft Graph Update entity in subscribedSkus
/v1/subscribedskus/{subscribedsku-id}
DELETE
Subscribedskussubscribedskudeletesubscribedsku — Microsoft Graph Delete entity from subscribedSkus
/v1/subscribedskus/{subscribedsku-id}

MCP Tools

microsoft-graph-list-subscribedskus

Microsoft Graph List subscribedSkus

read-only idempotent
microsoft-graph-add-new-entity

Microsoft Graph Add new entity to subscribedSkus

microsoft-graph-get-subscribedsku

Microsoft Graph Get subscribedSku

read-only idempotent
microsoft-graph-update-entity-subscribedskus

Microsoft Graph Update entity in subscribedSkus

idempotent
microsoft-graph-delete-entity-subscribedskus

Microsoft Graph Delete entity from subscribedSkus

idempotent

Capability Spec

subscribedskus-subscribedskus-subscribedsku.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Subscribedskus — subscribedSkus.subscribedSku
  description: 'Microsoft Graph Subscribedskus — subscribedSkus.subscribedSku. 5 operations. Lead operation: Microsoft Graph
    List subscribedSkus. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - subscribedSkus.subscribedSku
  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: subscribedskus-subscribedskus-subscribedsku
    baseUri: ''
    description: Microsoft Graph Subscribedskus — subscribedSkus.subscribedSku business capability. Self-contained, no shared
      references.
    resources:
    - name: subscribedSkus
      path: /subscribedSkus
      operations:
      - name: subscribedskussubscribedskulistsubscribedsku
        method: GET
        description: Microsoft Graph List subscribedSkus
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: subscribedskussubscribedskucreatesubscribedsku
        method: POST
        description: Microsoft Graph Add new entity to subscribedSkus
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: subscribedSkus-subscribedSku-id
      path: /subscribedSkus/{subscribedSku-id}
      operations:
      - name: subscribedskussubscribedskugetsubscribedsku
        method: GET
        description: Microsoft Graph Get subscribedSku
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
      - name: subscribedskussubscribedskuupdatesubscribedsku
        method: PATCH
        description: Microsoft Graph Update entity in subscribedSkus
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: subscribedskussubscribedskudeletesubscribedsku
        method: DELETE
        description: Microsoft Graph Delete entity from subscribedSkus
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: subscribedskus-subscribedskus-subscribedsku-rest
    port: 8080
    description: REST adapter for Microsoft Graph Subscribedskus — subscribedSkus.subscribedSku. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscribedskus
      name: subscribedskus
      description: REST surface for subscribedSkus.
      operations:
      - method: GET
        name: subscribedskussubscribedskulistsubscribedsku
        description: Microsoft Graph List subscribedSkus
        call: subscribedskus-subscribedskus-subscribedsku.subscribedskussubscribedskulistsubscribedsku
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: subscribedskussubscribedskucreatesubscribedsku
        description: Microsoft Graph Add new entity to subscribedSkus
        call: subscribedskus-subscribedskus-subscribedsku.subscribedskussubscribedskucreatesubscribedsku
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscribedskus/{subscribedsku-id}
      name: subscribedskus-subscribedsku-id
      description: REST surface for subscribedSkus-subscribedSku-id.
      operations:
      - method: GET
        name: subscribedskussubscribedskugetsubscribedsku
        description: Microsoft Graph Get subscribedSku
        call: subscribedskus-subscribedskus-subscribedsku.subscribedskussubscribedskugetsubscribedsku
        with:
          $select: rest.$select
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: subscribedskussubscribedskuupdatesubscribedsku
        description: Microsoft Graph Update entity in subscribedSkus
        call: subscribedskus-subscribedskus-subscribedsku.subscribedskussubscribedskuupdatesubscribedsku
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: subscribedskussubscribedskudeletesubscribedsku
        description: Microsoft Graph Delete entity from subscribedSkus
        call: subscribedskus-subscribedskus-subscribedsku.subscribedskussubscribedskudeletesubscribedsku
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: subscribedskus-subscribedskus-subscribedsku-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Subscribedskus — subscribedSkus.subscribedSku. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-subscribedskus
      description: Microsoft Graph List subscribedSkus
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: subscribedskus-subscribedskus-subscribedsku.subscribedskussubscribedskulistsubscribedsku
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-add-new-entity
      description: Microsoft Graph Add new entity to subscribedSkus
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: subscribedskus-subscribedskus-subscribedsku.subscribedskussubscribedskucreatesubscribedsku
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-subscribedsku
      description: Microsoft Graph Get subscribedSku
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: subscribedskus-subscribedskus-subscribedsku.subscribedskussubscribedskugetsubscribedsku
      with:
        $select: tools.$select
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-entity-subscribedskus
      description: Microsoft Graph Update entity in subscribedSkus
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: subscribedskus-subscribedskus-subscribedsku.subscribedskussubscribedskuupdatesubscribedsku
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-entity-subscribedskus
      description: Microsoft Graph Delete entity from subscribedSkus
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: subscribedskus-subscribedskus-subscribedsku.subscribedskussubscribedskudeletesubscribedsku
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.