Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) — Task Sequences

Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) — Task Sequences. 1 operations. Lead operation: Microsoft Endpoint Configuration Management List task sequences. Self-contained Naftiko capability covering one Microsoft Endpoint Configuration Management business surface.

Run with Naftiko Microsoft Endpoint Configuration ManagementTask Sequences

What You Can Do

GET
Listtasksequences — Microsoft Endpoint Configuration Management List task sequences
/v1/wmi/sms-tasksequence

MCP Tools

microsoft-endpoint-configuration-management-list

Microsoft Endpoint Configuration Management List task sequences

read-only idempotent

Capability Spec

configmgr-rest-task-sequences.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) — Task Sequences
  description: 'Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) — Task Sequences.
    1 operations. Lead operation: Microsoft Endpoint Configuration Management List task sequences. Self-contained Naftiko
    capability covering one Microsoft Endpoint Configuration Management business surface.'
  tags:
  - Microsoft Endpoint Configuration Management
  - Task Sequences
  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-task-sequences
    baseUri: https://{siteserver}/AdminService
    description: Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService) — Task Sequences
      business capability. Self-contained, no shared references.
    resources:
    - name: wmi-SMS_TaskSequence
      path: /wmi/SMS_TaskSequence
      operations:
      - name: listtasksequences
        method: GET
        description: Microsoft Endpoint Configuration Management List task sequences
        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-task-sequences-rest
    port: 8080
    description: REST adapter for Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService)
      — Task Sequences. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/wmi/sms-tasksequence
      name: wmi-sms-tasksequence
      description: REST surface for wmi-SMS_TaskSequence.
      operations:
      - method: GET
        name: listtasksequences
        description: Microsoft Endpoint Configuration Management List task sequences
        call: configmgr-rest-task-sequences.listtasksequences
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: configmgr-rest-task-sequences-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Endpoint Configuration Management Configuration Manager REST API (AdminService)
      — Task Sequences. 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 task sequences
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: configmgr-rest-task-sequences.listtasksequences
      outputParameters:
      - type: object
        mapping: $.