Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Cortana API — Voice Commands

Microsoft Windows 10 Windows Cortana API — Voice Commands. 3 operations. Lead operation: Microsoft Windows 10 List voice command definitions. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Voice Commands

What You Can Do

GET
Listvoicecommanddefinitions — Microsoft Windows 10 List voice command definitions
/v1/cortana/voice-commands
POST
Installvoicecommanddefinition — Microsoft Windows 10 Install a voice command definition
/v1/cortana/voice-commands
GET
Getvoicecommandset — Microsoft Windows 10 Get a voice command set
/v1/cortana/voice-commands/{commandsetname}

MCP Tools

microsoft-windows-10-list-voice

Microsoft Windows 10 List voice command definitions

read-only idempotent
microsoft-windows-10-install-voice

Microsoft Windows 10 Install a voice command definition

microsoft-windows-10-get-voice

Microsoft Windows 10 Get a voice command set

read-only idempotent

Capability Spec

cortana-voice-commands.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Windows Cortana API — Voice Commands
  description: 'Microsoft Windows 10 Windows Cortana API — Voice Commands. 3 operations. Lead operation: Microsoft Windows
    10 List voice command definitions. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.'
  tags:
  - Microsoft Windows 10
  - Voice Commands
  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: cortana-voice-commands
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Windows Cortana API — Voice Commands business capability. Self-contained, no shared
      references.
    resources:
    - name: cortana-voice-commands
      path: /cortana/voice-commands
      operations:
      - name: listvoicecommanddefinitions
        method: GET
        description: Microsoft Windows 10 List voice command definitions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: installvoicecommanddefinition
        method: POST
        description: Microsoft Windows 10 Install a voice command definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: cortana-voice-commands-commandSetName
      path: /cortana/voice-commands/{commandSetName}
      operations:
      - name: getvoicecommandset
        method: GET
        description: Microsoft Windows 10 Get a voice command set
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: commandSetName
          in: path
          type: string
          description: The name of the voice command set
          required: true
  exposes:
  - type: rest
    namespace: cortana-voice-commands-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Windows Cortana API — Voice Commands. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/cortana/voice-commands
      name: cortana-voice-commands
      description: REST surface for cortana-voice-commands.
      operations:
      - method: GET
        name: listvoicecommanddefinitions
        description: Microsoft Windows 10 List voice command definitions
        call: cortana-voice-commands.listvoicecommanddefinitions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: installvoicecommanddefinition
        description: Microsoft Windows 10 Install a voice command definition
        call: cortana-voice-commands.installvoicecommanddefinition
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/cortana/voice-commands/{commandsetname}
      name: cortana-voice-commands-commandsetname
      description: REST surface for cortana-voice-commands-commandSetName.
      operations:
      - method: GET
        name: getvoicecommandset
        description: Microsoft Windows 10 Get a voice command set
        call: cortana-voice-commands.getvoicecommandset
        with:
          commandSetName: rest.commandSetName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cortana-voice-commands-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Windows Cortana API — Voice Commands. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-list-voice
      description: Microsoft Windows 10 List voice command definitions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cortana-voice-commands.listvoicecommanddefinitions
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-windows-10-install-voice
      description: Microsoft Windows 10 Install a voice command definition
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cortana-voice-commands.installvoicecommanddefinition
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-windows-10-get-voice
      description: Microsoft Windows 10 Get a voice command set
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cortana-voice-commands.getvoicecommandset
      with:
        commandSetName: tools.commandSetName
      outputParameters:
      - type: object
        mapping: $.