Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Ink API — Drawing Attributes

Microsoft Windows 10 Windows Ink API — Drawing Attributes. 2 operations. Lead operation: Microsoft Windows 10 Get default drawing attributes. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Drawing Attributes

What You Can Do

GET
Getdefaultdrawingattributes — Microsoft Windows 10 Get default drawing attributes
/v1/ink/drawing-attributes
PUT
Updatedefaultdrawingattributes — Microsoft Windows 10 Update default drawing attributes
/v1/ink/drawing-attributes

MCP Tools

microsoft-windows-10-get-default

Microsoft Windows 10 Get default drawing attributes

read-only idempotent
microsoft-windows-10-update-default

Microsoft Windows 10 Update default drawing attributes

idempotent

Capability Spec

ink-drawing-attributes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Windows Ink API — Drawing Attributes
  description: 'Microsoft Windows 10 Windows Ink API — Drawing Attributes. 2 operations. Lead operation: Microsoft Windows
    10 Get default drawing attributes. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.'
  tags:
  - Microsoft Windows 10
  - Drawing Attributes
  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: ink-drawing-attributes
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Windows Ink API — Drawing Attributes business capability. Self-contained, no shared
      references.
    resources:
    - name: ink-drawing-attributes
      path: /ink/drawing-attributes
      operations:
      - name: getdefaultdrawingattributes
        method: GET
        description: Microsoft Windows 10 Get default drawing attributes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatedefaultdrawingattributes
        method: PUT
        description: Microsoft Windows 10 Update default drawing attributes
        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: ink-drawing-attributes-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Windows Ink API — Drawing Attributes. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/ink/drawing-attributes
      name: ink-drawing-attributes
      description: REST surface for ink-drawing-attributes.
      operations:
      - method: GET
        name: getdefaultdrawingattributes
        description: Microsoft Windows 10 Get default drawing attributes
        call: ink-drawing-attributes.getdefaultdrawingattributes
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatedefaultdrawingattributes
        description: Microsoft Windows 10 Update default drawing attributes
        call: ink-drawing-attributes.updatedefaultdrawingattributes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ink-drawing-attributes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Windows Ink API — Drawing Attributes. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-get-default
      description: Microsoft Windows 10 Get default drawing attributes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ink-drawing-attributes.getdefaultdrawingattributes
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-windows-10-update-default
      description: Microsoft Windows 10 Update default drawing attributes
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: ink-drawing-attributes.updatedefaultdrawingattributes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.