Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Notifications API — Collections

Microsoft Windows 10 Windows Notifications API — Collections. 2 operations. Lead operation: Microsoft Windows 10 List toast notification collections. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Collections

What You Can Do

GET
Listtoastcollections — Microsoft Windows 10 List toast notification collections
/v1/notifications/collections
POST
Createtoastcollection — Microsoft Windows 10 Create a toast notification collection
/v1/notifications/collections

MCP Tools

microsoft-windows-10-list-toast

Microsoft Windows 10 List toast notification collections

read-only idempotent
microsoft-windows-10-create-toast

Microsoft Windows 10 Create a toast notification collection

Capability Spec

notifications-collections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Windows Notifications API — Collections
  description: 'Microsoft Windows 10 Windows Notifications API — Collections. 2 operations. Lead operation: Microsoft Windows
    10 List toast notification collections. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.'
  tags:
  - Microsoft Windows 10
  - Collections
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_WINDOWS_10_API_KEY: MICROSOFT_WINDOWS_10_API_KEY
capability:
  consumes:
  - type: http
    namespace: notifications-collections
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Windows Notifications API — Collections business capability. Self-contained, no shared
      references.
    resources:
    - name: notifications-collections
      path: /notifications/collections
      operations:
      - name: listtoastcollections
        method: GET
        description: Microsoft Windows 10 List toast notification collections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createtoastcollection
        method: POST
        description: Microsoft Windows 10 Create a toast notification collection
        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: notifications-collections-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Windows Notifications API — Collections. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/notifications/collections
      name: notifications-collections
      description: REST surface for notifications-collections.
      operations:
      - method: GET
        name: listtoastcollections
        description: Microsoft Windows 10 List toast notification collections
        call: notifications-collections.listtoastcollections
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createtoastcollection
        description: Microsoft Windows 10 Create a toast notification collection
        call: notifications-collections.createtoastcollection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: notifications-collections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Windows Notifications API — Collections. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-list-toast
      description: Microsoft Windows 10 List toast notification collections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: notifications-collections.listtoastcollections
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-windows-10-create-toast
      description: Microsoft Windows 10 Create a toast notification collection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: notifications-collections.createtoastcollection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.