Microsoft Word · Capability

Microsoft Word Open XML SDK — Properties

Microsoft Word Open XML SDK — Properties. 2 operations. Lead operation: Microsoft Word Get Open XML Properties. Self-contained Naftiko capability covering one Microsoft Word business surface.

Run with Naftiko Microsoft WordProperties

What You Can Do

GET
Getopenxmlproperties — Microsoft Word Get Open XML Properties
/v1/documents/{document-id}/properties
PATCH
Updateopenxmlproperties — Microsoft Word Update Open XML Properties
/v1/documents/{document-id}/properties

MCP Tools

microsoft-word-get-open-xml

Microsoft Word Get Open XML Properties

read-only idempotent
microsoft-word-update-open-xml

Microsoft Word Update Open XML Properties

idempotent

Capability Spec

open-xml-sdk-properties.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Word Open XML SDK — Properties
  description: 'Microsoft Word Open XML SDK — Properties. 2 operations. Lead operation: Microsoft Word Get Open XML Properties.
    Self-contained Naftiko capability covering one Microsoft Word business surface.'
  tags:
  - Microsoft Word
  - Properties
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_WORD_API_KEY: MICROSOFT_WORD_API_KEY
capability:
  consumes:
  - type: http
    namespace: open-xml-sdk-properties
    baseUri: https://localhost:5000/api/v1
    description: Microsoft Word Open XML SDK — Properties business capability. Self-contained, no shared references.
    resources:
    - name: documents-document-id-properties
      path: /documents/{document-id}/properties
      operations:
      - name: getopenxmlproperties
        method: GET
        description: Microsoft Word Get Open XML Properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateopenxmlproperties
        method: PATCH
        description: Microsoft Word Update Open XML Properties
        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: open-xml-sdk-properties-rest
    port: 8080
    description: REST adapter for Microsoft Word Open XML SDK — Properties. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/documents/{document-id}/properties
      name: documents-document-id-properties
      description: REST surface for documents-document-id-properties.
      operations:
      - method: GET
        name: getopenxmlproperties
        description: Microsoft Word Get Open XML Properties
        call: open-xml-sdk-properties.getopenxmlproperties
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateopenxmlproperties
        description: Microsoft Word Update Open XML Properties
        call: open-xml-sdk-properties.updateopenxmlproperties
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: open-xml-sdk-properties-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Word Open XML SDK — Properties. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-word-get-open-xml
      description: Microsoft Word Get Open XML Properties
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: open-xml-sdk-properties.getopenxmlproperties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-word-update-open-xml
      description: Microsoft Word Update Open XML Properties
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: open-xml-sdk-properties.updateopenxmlproperties
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.