Microsoft Windows 10 · Capability

Microsoft Windows 10 DirectX Graphics API — Pipeline

Microsoft Windows 10 DirectX Graphics API — Pipeline. 1 operations. Lead operation: Microsoft Windows 10 Create a graphics pipeline state. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Pipeline

What You Can Do

POST
Createpipelinestate — Microsoft Windows 10 Create a graphics pipeline state
/v1/directx/pipeline-states

MCP Tools

microsoft-windows-10-create-graphics

Microsoft Windows 10 Create a graphics pipeline state

Capability Spec

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