Microsoft Word · Capability

Microsoft Graph Word API — Versions

Microsoft Graph Word API — Versions. 1 operations. Lead operation: Microsoft Word List Versions. Self-contained Naftiko capability covering one Microsoft Word business surface.

Run with Naftiko Microsoft WordVersions

What You Can Do

GET
Listversions — Microsoft Word List Versions
/v1/me/drive/items/{item-id}/versions

MCP Tools

microsoft-word-list-versions

Microsoft Word List Versions

read-only idempotent

Capability Spec

graph-versions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Word API — Versions
  description: 'Microsoft Graph Word API — Versions. 1 operations. Lead operation: Microsoft Word List Versions. Self-contained
    Naftiko capability covering one Microsoft Word business surface.'
  tags:
  - Microsoft Word
  - Versions
  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: graph-versions
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Word API — Versions business capability. Self-contained, no shared references.
    resources:
    - name: me-drive-items-item-id-versions
      path: /me/drive/items/{item-id}/versions
      operations:
      - name: listversions
        method: GET
        description: Microsoft Word List Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_WORD_API_KEY}}'
  exposes:
  - type: rest
    namespace: graph-versions-rest
    port: 8080
    description: REST adapter for Microsoft Graph Word API — Versions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/me/drive/items/{item-id}/versions
      name: me-drive-items-item-id-versions
      description: REST surface for me-drive-items-item-id-versions.
      operations:
      - method: GET
        name: listversions
        description: Microsoft Word List Versions
        call: graph-versions.listversions
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graph-versions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Word API — Versions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-word-list-versions
      description: Microsoft Word List Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graph-versions.listversions
      outputParameters:
      - type: object
        mapping: $.