Advanced Excel · Capability

Microsoft Graph Excel API — Tables

Microsoft Graph Excel API — Tables. 1 operations. Lead operation: Microsoft Excel List Worksheet Tables. Self-contained Naftiko capability covering one Advanced Excel business surface.

Run with Naftiko Advanced ExcelTables

What You Can Do

GET
Listtables — Microsoft Excel List Worksheet Tables
/v1/me/drive/items/{driveitemid}/workbook/worksheets/{worksheetid}/tables

MCP Tools

microsoft-excel-list-worksheet-tables

Microsoft Excel List Worksheet Tables

read-only idempotent

Capability Spec

microsoft-graph-excel-tables.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Excel API — Tables
  description: 'Microsoft Graph Excel API — Tables. 1 operations. Lead operation: Microsoft Excel List Worksheet Tables. Self-contained
    Naftiko capability covering one Advanced Excel business surface.'
  tags:
  - Advanced Excel
  - Tables
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ADVANCED_EXCEL_API_KEY: ADVANCED_EXCEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-graph-excel-tables
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Excel API — Tables business capability. Self-contained, no shared references.
    resources:
    - name: me-drive-items-driveItemId-workbook-worksheets-worksheetId-tables
      path: /me/drive/items/{driveItemId}/workbook/worksheets/{worksheetId}/tables
      operations:
      - name: listtables
        method: GET
        description: Microsoft Excel List Worksheet Tables
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: driveItemId
          in: path
          type: string
          description: OneDrive item ID of the Excel workbook.
          required: true
        - name: worksheetId
          in: path
          type: string
          description: Worksheet ID or name.
          required: true
    authentication:
      type: bearer
      token: '{{env.ADVANCED_EXCEL_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-graph-excel-tables-rest
    port: 8080
    description: REST adapter for Microsoft Graph Excel API — Tables. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/me/drive/items/{driveitemid}/workbook/worksheets/{worksheetid}/tables
      name: me-drive-items-driveitemid-workbook-worksheets-worksheetid-tables
      description: REST surface for me-drive-items-driveItemId-workbook-worksheets-worksheetId-tables.
      operations:
      - method: GET
        name: listtables
        description: Microsoft Excel List Worksheet Tables
        call: microsoft-graph-excel-tables.listtables
        with:
          driveItemId: rest.driveItemId
          worksheetId: rest.worksheetId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-excel-tables-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Excel API — Tables. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-excel-list-worksheet-tables
      description: Microsoft Excel List Worksheet Tables
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-excel-tables.listtables
      with:
        driveItemId: tools.driveItemId
        worksheetId: tools.worksheetId
      outputParameters:
      - type: object
        mapping: $.