Microsoft Graph · Capability

Microsoft Graph External — sites.columnDefinition

Microsoft Graph External — sites.columnDefinition. 4 operations. Lead operation: Microsoft Graph Get externalColumns from sites. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphsites.columnDefinition

What You Can Do

GET
Siteslistexternalcolumns — Microsoft Graph Get externalColumns from sites
/v1/sites/{site-id}/externalcolumns
GET
Sitesexternalcolumnsgetcount3855 — Microsoft Graph Get the number of the resource
/v1/sites/{site-id}/externalcolumns/count
GET
Sitesgetexternalcolumns — Microsoft Graph Get externalColumns from sites
/v1/sites/{site-id}/externalcolumns/{columndefinition-id}
GET
Sitesgetbypathlistexternalcolumns — Microsoft Graph Get externalColumns from sites
/v1/sites/{site-id}/getbypath-path-path/externalcolumns

MCP Tools

microsoft-graph-get-externalcolumns-sites

Microsoft Graph Get externalColumns from sites

read-only idempotent
microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-externalcolumns-sites-2

Microsoft Graph Get externalColumns from sites

read-only idempotent
microsoft-graph-get-externalcolumns-sites-3

Microsoft Graph Get externalColumns from sites

read-only idempotent

Capability Spec

external-sites-columndefinition.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph External — sites.columnDefinition
  description: 'Microsoft Graph External — sites.columnDefinition. 4 operations. Lead operation: Microsoft Graph Get externalColumns
    from sites. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - sites.columnDefinition
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: external-sites-columndefinition
    baseUri: ''
    description: Microsoft Graph External — sites.columnDefinition business capability. Self-contained, no shared references.
    resources:
    - name: sites-site-id-externalColumns
      path: /sites/{site-id}/externalColumns
      operations:
      - name: siteslistexternalcolumns
        method: GET
        description: Microsoft Graph Get externalColumns from sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
    - name: sites-site-id-externalColumns-$count
      path: /sites/{site-id}/externalColumns/$count
      operations:
      - name: sitesexternalcolumnsgetcount3855
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: sites-site-id-externalColumns-columnDefinition-id
      path: /sites/{site-id}/externalColumns/{columnDefinition-id}
      operations:
      - name: sitesgetexternalcolumns
        method: GET
        description: Microsoft Graph Get externalColumns from sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
    - name: sites-site-id-getByPath(path='{path}')-externalColumns
      path: /sites/{site-id}/getByPath(path='{path}')/externalColumns
      operations:
      - name: sitesgetbypathlistexternalcolumns
        method: GET
        description: Microsoft Graph Get externalColumns from sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
  exposes:
  - type: rest
    namespace: external-sites-columndefinition-rest
    port: 8080
    description: REST adapter for Microsoft Graph External — sites.columnDefinition. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/sites/{site-id}/externalcolumns
      name: sites-site-id-externalcolumns
      description: REST surface for sites-site-id-externalColumns.
      operations:
      - method: GET
        name: siteslistexternalcolumns
        description: Microsoft Graph Get externalColumns from sites
        call: external-sites-columndefinition.siteslistexternalcolumns
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/externalcolumns/count
      name: sites-site-id-externalcolumns-count
      description: REST surface for sites-site-id-externalColumns-$count.
      operations:
      - method: GET
        name: sitesexternalcolumnsgetcount3855
        description: Microsoft Graph Get the number of the resource
        call: external-sites-columndefinition.sitesexternalcolumnsgetcount3855
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/externalcolumns/{columndefinition-id}
      name: sites-site-id-externalcolumns-columndefinition-id
      description: REST surface for sites-site-id-externalColumns-columnDefinition-id.
      operations:
      - method: GET
        name: sitesgetexternalcolumns
        description: Microsoft Graph Get externalColumns from sites
        call: external-sites-columndefinition.sitesgetexternalcolumns
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/getbypath-path-path/externalcolumns
      name: sites-site-id-getbypath-path-path-externalcolumns
      description: REST surface for sites-site-id-getByPath(path='{path}')-externalColumns.
      operations:
      - method: GET
        name: sitesgetbypathlistexternalcolumns
        description: Microsoft Graph Get externalColumns from sites
        call: external-sites-columndefinition.sitesgetbypathlistexternalcolumns
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: external-sites-columndefinition-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph External — sites.columnDefinition. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-externalcolumns-sites
      description: Microsoft Graph Get externalColumns from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: external-sites-columndefinition.siteslistexternalcolumns
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: external-sites-columndefinition.sitesexternalcolumnsgetcount3855
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-externalcolumns-sites-2
      description: Microsoft Graph Get externalColumns from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: external-sites-columndefinition.sitesgetexternalcolumns
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-externalcolumns-sites-3
      description: Microsoft Graph Get externalColumns from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: external-sites-columndefinition.sitesgetbypathlistexternalcolumns
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.