Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) — Software Updates

Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) — Software Updates. 1 operations. Lead operation: Microsoft Endpoint Configuration Management List software updates. Self-contained Naftiko capability covering one Microsoft Endpoint Configuration Management business surface.

Run with Naftiko Microsoft Endpoint Configuration ManagementSoftware Updates

What You Can Do

GET
Listsoftwareupdates — Microsoft Endpoint Configuration Management List software updates
/v1/wmi/sms-softwareupdate

MCP Tools

microsoft-endpoint-configuration-management-list

Microsoft Endpoint Configuration Management List software updates

read-only idempotent

Capability Spec

configmgr-rest-software-updates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) — Software Updates
  description: 'Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) — Software Updates.
    1 operations. Lead operation: Microsoft Endpoint Configuration Management List software updates. Self-contained Naftiko
    capability covering one Microsoft Endpoint Configuration Management business surface.'
  tags:
  - Microsoft Endpoint Configuration Management
  - Software Updates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY: MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: configmgr-rest-software-updates
    baseUri: https://{siteserver}/AdminService
    description: Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) — Software Updates
      business capability. Self-contained, no shared references.
    resources:
    - name: wmi-SMS_SoftwareUpdate
      path: /wmi/SMS_SoftwareUpdate
      operations:
      - name: listsoftwareupdates
        method: GET
        description: Microsoft Endpoint Configuration Management List software updates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: configmgr-rest-software-updates-rest
    port: 8080
    description: REST adapter for Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService)
      — Software Updates. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/wmi/sms-softwareupdate
      name: wmi-sms-softwareupdate
      description: REST surface for wmi-SMS_SoftwareUpdate.
      operations:
      - method: GET
        name: listsoftwareupdates
        description: Microsoft Endpoint Configuration Management List software updates
        call: configmgr-rest-software-updates.listsoftwareupdates
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: configmgr-rest-software-updates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService)
      — Software Updates. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-endpoint-configuration-management-list
      description: Microsoft Endpoint Configuration Management List software updates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configmgr-rest-software-updates.listsoftwareupdates
      outputParameters:
      - type: object
        mapping: $.