Microsoft Windows 10 · Capability

Microsoft Windows 10 Win32 API — Structures

Microsoft Windows 10 Win32 API — Structures. 1 operations. Lead operation: Microsoft Windows 10 Get Win32 structure definition. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Structures

What You Can Do

GET
Getwin32structure — Microsoft Windows 10 Get Win32 structure definition
/v1/win32/structures/{structurename}

MCP Tools

microsoft-windows-10-get-win32

Microsoft Windows 10 Get Win32 structure definition

read-only idempotent

Capability Spec

win32-structures.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Win32 API — Structures
  description: 'Microsoft Windows 10 Win32 API — Structures. 1 operations. Lead operation: Microsoft Windows 10 Get Win32
    structure definition. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.'
  tags:
  - Microsoft Windows 10
  - Structures
  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: win32-structures
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Win32 API — Structures business capability. Self-contained, no shared references.
    resources:
    - name: win32-structures-structureName
      path: /win32/structures/{structureName}
      operations:
      - name: getwin32structure
        method: GET
        description: Microsoft Windows 10 Get Win32 structure definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: structureName
          in: path
          type: string
          description: The structure name (e.g., WNDCLASSEXW, MSG, RECT)
          required: true
  exposes:
  - type: rest
    namespace: win32-structures-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Win32 API — Structures. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/win32/structures/{structurename}
      name: win32-structures-structurename
      description: REST surface for win32-structures-structureName.
      operations:
      - method: GET
        name: getwin32structure
        description: Microsoft Windows 10 Get Win32 structure definition
        call: win32-structures.getwin32structure
        with:
          structureName: rest.structureName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: win32-structures-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Win32 API — Structures. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-get-win32
      description: Microsoft Windows 10 Get Win32 structure definition
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: win32-structures.getwin32structure
      with:
        structureName: tools.structureName
      outputParameters:
      - type: object
        mapping: $.