Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows ML API — Sessions

Microsoft Windows 10 Windows ML API — Sessions. 1 operations. Lead operation: Microsoft Windows 10 Create an evaluation session. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Sessions

What You Can Do

POST
Createmlsession — Microsoft Windows 10 Create an evaluation session
/v1/ml/sessions

MCP Tools

microsoft-windows-10-create-evaluation

Microsoft Windows 10 Create an evaluation session

Capability Spec

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