Microsoft Windows 10 · Capability

Microsoft Windows 10 WinUI API — Controls

Microsoft Windows 10 WinUI API — Controls. 2 operations. Lead operation: Microsoft Windows 10 List WinUI controls. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Controls

What You Can Do

GET
Listwinuicontrols — Microsoft Windows 10 List WinUI controls
/v1/winui/controls
GET
Getwinuicontrol — Microsoft Windows 10 Get control details
/v1/winui/controls/{controlname}

MCP Tools

microsoft-windows-10-list-winui

Microsoft Windows 10 List WinUI controls

read-only idempotent
microsoft-windows-10-get-control

Microsoft Windows 10 Get control details

read-only idempotent

Capability Spec

winui-controls.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 WinUI API — Controls
  description: 'Microsoft Windows 10 WinUI API — Controls. 2 operations. Lead operation: Microsoft Windows 10 List WinUI controls.
    Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.'
  tags:
  - Microsoft Windows 10
  - Controls
  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: winui-controls
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 WinUI API — Controls business capability. Self-contained, no shared references.
    resources:
    - name: winui-controls
      path: /winui/controls
      operations:
      - name: listwinuicontrols
        method: GET
        description: Microsoft Windows 10 List WinUI controls
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: category
          in: query
          type: string
          description: Filter controls by category
    - name: winui-controls-controlName
      path: /winui/controls/{controlName}
      operations:
      - name: getwinuicontrol
        method: GET
        description: Microsoft Windows 10 Get control details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: controlName
          in: path
          type: string
          description: Control name (e.g., NavigationView, InfoBar, TreeView)
          required: true
  exposes:
  - type: rest
    namespace: winui-controls-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 WinUI API — Controls. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/winui/controls
      name: winui-controls
      description: REST surface for winui-controls.
      operations:
      - method: GET
        name: listwinuicontrols
        description: Microsoft Windows 10 List WinUI controls
        call: winui-controls.listwinuicontrols
        with:
          category: rest.category
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/winui/controls/{controlname}
      name: winui-controls-controlname
      description: REST surface for winui-controls-controlName.
      operations:
      - method: GET
        name: getwinuicontrol
        description: Microsoft Windows 10 Get control details
        call: winui-controls.getwinuicontrol
        with:
          controlName: rest.controlName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: winui-controls-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 WinUI API — Controls. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-list-winui
      description: Microsoft Windows 10 List WinUI controls
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: winui-controls.listwinuicontrols
      with:
        category: tools.category
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-windows-10-get-control
      description: Microsoft Windows 10 Get control details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: winui-controls.getwinuicontrol
      with:
        controlName: tools.controlName
      outputParameters:
      - type: object
        mapping: $.