Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — sites.columnDefinition

Microsoft Graph OData Service for namespace microsoft.graph — sites.columnDefinition. 13 operations. Lead operation: Microsoft Graph List columns in a site. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphsites.columnDefinition

What You Can Do

GET
Siteslistcolumns — Microsoft Graph List columns in a site
/v1/sites/{site-id}/columns
POST
Sitescreatecolumns — Microsoft Graph Create a columnDefinition in a site
/v1/sites/{site-id}/columns
GET
Sitescolumnsgetcounta8bb — Microsoft Graph Get the number of the resource
/v1/sites/{site-id}/columns/count
GET
Sitesgetcolumns — Microsoft Graph Get columns from sites
/v1/sites/{site-id}/columns/{columndefinition-id}
PATCH
Sitesupdatecolumns — Microsoft Graph Update the navigation property columns in sites
/v1/sites/{site-id}/columns/{columndefinition-id}
DELETE
Sitesdeletecolumns — Microsoft Graph Delete navigation property columns for sites
/v1/sites/{site-id}/columns/{columndefinition-id}
GET
Sitescolumnsgetsourcecolumn — Microsoft Graph Get sourceColumn from sites
/v1/sites/{site-id}/columns/{columndefinition-id}/sourcecolumn
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
Sitesgetbypathlistcolumns — Microsoft Graph Get columns from sites
/v1/sites/{site-id}/getbypath-path-path/columns
POST
Sitesgetbypathcreatecolumns — Microsoft Graph Create new navigation property to columns for sites
/v1/sites/{site-id}/getbypath-path-path/columns
GET
Sitesgetbypathlistexternalcolumns — Microsoft Graph Get externalColumns from sites
/v1/sites/{site-id}/getbypath-path-path/externalcolumns

MCP Tools

microsoft-graph-list-columns-site

Microsoft Graph List columns in a site

read-only idempotent
microsoft-graph-create-columndefinition-site

Microsoft Graph Create a columnDefinition in a site

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-columns-sites

Microsoft Graph Get columns from sites

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property columns in sites

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property columns for sites

idempotent
microsoft-graph-get-sourcecolumn-sites

Microsoft Graph Get sourceColumn from sites

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

Microsoft Graph Get externalColumns from sites

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

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-columns-sites-2

Microsoft Graph Get columns from sites

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to columns for sites

microsoft-graph-get-externalcolumns-sites-3

Microsoft Graph Get externalColumns from sites

read-only idempotent

Capability Spec

microsoft-graph-sites-columndefinition.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — sites.columnDefinition
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — sites.columnDefinition. 13 operations. Lead
    operation: Microsoft Graph List columns in a site. 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: microsoft-graph-sites-columndefinition
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — sites.columnDefinition business capability.
      Self-contained, no shared references.
    resources:
    - name: sites-site-id-columns
      path: /sites/{site-id}/columns
      operations:
      - name: siteslistcolumns
        method: GET
        description: Microsoft Graph List columns in a site
        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: sitescreatecolumns
        method: POST
        description: Microsoft Graph Create a columnDefinition in a site
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: sites-site-id-columns-$count
      path: /sites/{site-id}/columns/$count
      operations:
      - name: sitescolumnsgetcounta8bb
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: sites-site-id-columns-columnDefinition-id
      path: /sites/{site-id}/columns/{columnDefinition-id}
      operations:
      - name: sitesgetcolumns
        method: GET
        description: Microsoft Graph Get columns 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: sitesupdatecolumns
        method: PATCH
        description: Microsoft Graph Update the navigation property columns in sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: sitesdeletecolumns
        method: DELETE
        description: Microsoft Graph Delete navigation property columns for sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: sites-site-id-columns-columnDefinition-id-sourceColumn
      path: /sites/{site-id}/columns/{columnDefinition-id}/sourceColumn
      operations:
      - name: sitescolumnsgetsourcecolumn
        method: GET
        description: Microsoft Graph Get sourceColumn 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-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}')-columns
      path: /sites/{site-id}/getByPath(path='{path}')/columns
      operations:
      - name: sitesgetbypathlistcolumns
        method: GET
        description: Microsoft Graph Get columns 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: sitesgetbypathcreatecolumns
        method: POST
        description: Microsoft Graph Create new navigation property to columns for sites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - 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: microsoft-graph-sites-columndefinition-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — sites.columnDefinition. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sites/{site-id}/columns
      name: sites-site-id-columns
      description: REST surface for sites-site-id-columns.
      operations:
      - method: GET
        name: siteslistcolumns
        description: Microsoft Graph List columns in a site
        call: microsoft-graph-sites-columndefinition.siteslistcolumns
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: sitescreatecolumns
        description: Microsoft Graph Create a columnDefinition in a site
        call: microsoft-graph-sites-columndefinition.sitescreatecolumns
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/columns/count
      name: sites-site-id-columns-count
      description: REST surface for sites-site-id-columns-$count.
      operations:
      - method: GET
        name: sitescolumnsgetcounta8bb
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-sites-columndefinition.sitescolumnsgetcounta8bb
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/columns/{columndefinition-id}
      name: sites-site-id-columns-columndefinition-id
      description: REST surface for sites-site-id-columns-columnDefinition-id.
      operations:
      - method: GET
        name: sitesgetcolumns
        description: Microsoft Graph Get columns from sites
        call: microsoft-graph-sites-columndefinition.sitesgetcolumns
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: sitesupdatecolumns
        description: Microsoft Graph Update the navigation property columns in sites
        call: microsoft-graph-sites-columndefinition.sitesupdatecolumns
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: sitesdeletecolumns
        description: Microsoft Graph Delete navigation property columns for sites
        call: microsoft-graph-sites-columndefinition.sitesdeletecolumns
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/columns/{columndefinition-id}/sourcecolumn
      name: sites-site-id-columns-columndefinition-id-sourcecolumn
      description: REST surface for sites-site-id-columns-columnDefinition-id-sourceColumn.
      operations:
      - method: GET
        name: sitescolumnsgetsourcecolumn
        description: Microsoft Graph Get sourceColumn from sites
        call: microsoft-graph-sites-columndefinition.sitescolumnsgetsourcecolumn
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - 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: microsoft-graph-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: microsoft-graph-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: microsoft-graph-sites-columndefinition.sitesgetexternalcolumns
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sites/{site-id}/getbypath-path-path/columns
      name: sites-site-id-getbypath-path-path-columns
      description: REST surface for sites-site-id-getByPath(path='{path}')-columns.
      operations:
      - method: GET
        name: sitesgetbypathlistcolumns
        description: Microsoft Graph Get columns from sites
        call: microsoft-graph-sites-columndefinition.sitesgetbypathlistcolumns
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: sitesgetbypathcreatecolumns
        description: Microsoft Graph Create new navigation property to columns for sites
        call: microsoft-graph-sites-columndefinition.sitesgetbypathcreatecolumns
        with:
          body: rest.body
        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: microsoft-graph-sites-columndefinition.sitesgetbypathlistexternalcolumns
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-sites-columndefinition-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — sites.columnDefinition. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-columns-site
      description: Microsoft Graph List columns in a site
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-columndefinition.siteslistcolumns
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-columndefinition-site
      description: Microsoft Graph Create a columnDefinition in a site
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-sites-columndefinition.sitescreatecolumns
      with:
        body: tools.body
      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: microsoft-graph-sites-columndefinition.sitescolumnsgetcounta8bb
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-columns-sites
      description: Microsoft Graph Get columns from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-columndefinition.sitesgetcolumns
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property columns in sites
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-columndefinition.sitesupdatecolumns
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property columns for sites
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-sites-columndefinition.sitesdeletecolumns
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-sourcecolumn-sites
      description: Microsoft Graph Get sourceColumn from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-columndefinition.sitescolumnsgetsourcecolumn
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-externalcolumns-sites
      description: Microsoft Graph Get externalColumns from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-columndefinition.siteslistexternalcolumns
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource-2
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-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: microsoft-graph-sites-columndefinition.sitesgetexternalcolumns
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-columns-sites-2
      description: Microsoft Graph Get columns from sites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-sites-columndefinition.sitesgetbypathlistcolumns
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to columns for sites
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-sites-columndefinition.sitesgetbypathcreatecolumns
      with:
        body: tools.body
      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: microsoft-graph-sites-columndefinition.sitesgetbypathlistexternalcolumns
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.