Microsoft Excel · Capability

Microsoft Graph Excel API — Named Items

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

Run with Naftiko Microsoft ExcelNamed Items

What You Can Do

GET
Listnameditems — Microsoft Excel List Named Items
/v1/me/drive/items/{item-id}/workbook/names

MCP Tools

microsoft-excel-list-named-items

Microsoft Excel List Named Items

read-only idempotent

Capability Spec

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