Microsoft Graph · Capability

Microsoft Graph Connections — Connections.schema

Microsoft Graph Connections — Connections.schema. 2 operations. Lead operation: Microsoft Graph Get schema from connections. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphConnections.schema

What You Can Do

GET
Connectionsgetschema — Microsoft Graph Get schema from connections
/v1/connections/{externalconnection-id}/schema
PATCH
Connectionsupdateschema — Microsoft Graph Update the navigation property schema in connections
/v1/connections/{externalconnection-id}/schema

MCP Tools

microsoft-graph-get-schema-connections

Microsoft Graph Get schema from connections

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

Microsoft Graph Update the navigation property schema in connections

idempotent

Capability Spec

connections-connections-schema.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Connections — Connections.schema
  description: 'Microsoft Graph Connections — Connections.schema. 2 operations. Lead operation: Microsoft Graph Get schema
    from connections. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Connections.schema
  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: connections-connections-schema
    baseUri: ''
    description: Microsoft Graph Connections — Connections.schema business capability. Self-contained, no shared references.
    resources:
    - name: connections-externalConnection-id-schema
      path: /connections/{externalConnection-id}/schema
      operations:
      - name: connectionsgetschema
        method: GET
        description: Microsoft Graph Get schema from connections
        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: connectionsupdateschema
        method: PATCH
        description: Microsoft Graph Update the navigation property schema in connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: connections-connections-schema-rest
    port: 8080
    description: REST adapter for Microsoft Graph Connections — Connections.schema. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/connections/{externalconnection-id}/schema
      name: connections-externalconnection-id-schema
      description: REST surface for connections-externalConnection-id-schema.
      operations:
      - method: GET
        name: connectionsgetschema
        description: Microsoft Graph Get schema from connections
        call: connections-connections-schema.connectionsgetschema
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: connectionsupdateschema
        description: Microsoft Graph Update the navigation property schema in connections
        call: connections-connections-schema.connectionsupdateschema
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connections-connections-schema-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Connections — Connections.schema. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-schema-connections
      description: Microsoft Graph Get schema from connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connections-connections-schema.connectionsgetschema
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property schema in connections
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: connections-connections-schema.connectionsupdateschema
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.