Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Notifications API — Tile Notifications

Microsoft Windows 10 Windows Notifications API — Tile Notifications. 1 operations. Lead operation: Microsoft Windows 10 Update a tile notification. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Tile Notifications

What You Can Do

POST
Updatetilenotification — Microsoft Windows 10 Update a tile notification
/v1/notifications/tile

MCP Tools

microsoft-windows-10-update-tile

Microsoft Windows 10 Update a tile notification

Capability Spec

notifications-tile-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Windows Notifications API — Tile Notifications
  description: 'Microsoft Windows 10 Windows Notifications API — Tile Notifications. 1 operations. Lead operation: Microsoft
    Windows 10 Update a tile notification. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.'
  tags:
  - Microsoft Windows 10
  - Tile Notifications
  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-tile-notifications
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Windows Notifications API — Tile Notifications business capability. Self-contained,
      no shared references.
    resources:
    - name: notifications-tile
      path: /notifications/tile
      operations:
      - name: updatetilenotification
        method: POST
        description: Microsoft Windows 10 Update a tile notification
        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-tile-notifications-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Windows Notifications API — Tile Notifications. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/notifications/tile
      name: notifications-tile
      description: REST surface for notifications-tile.
      operations:
      - method: POST
        name: updatetilenotification
        description: Microsoft Windows 10 Update a tile notification
        call: notifications-tile-notifications.updatetilenotification
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: notifications-tile-notifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Windows Notifications API — Tile Notifications. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-update-tile
      description: Microsoft Windows 10 Update a tile notification
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: notifications-tile-notifications.updatetilenotification
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.