Microsoft Graph · Capability

Microsoft Graph Applications API — Applications Delta()

Microsoft Graph Applications API — Applications Delta(). 1 operations. Lead operation: Microsoft Graph Get Delta(). Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphApplications Delta()

What You Can Do

GET
Getdeltaapplicationsdelta — Microsoft Graph Get Delta()
/v1/applications/delta

MCP Tools

microsoft-graph-get-delta

Microsoft Graph Get Delta()

read-only idempotent

Capability Spec

applications-applications-delta.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Applications API — Applications Delta()
  description: 'Microsoft Graph Applications API — Applications Delta(). 1 operations. Lead operation: Microsoft Graph Get
    Delta(). Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Applications Delta()
  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: applications-applications-delta
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Applications API — Applications Delta() business capability. Self-contained, no shared references.
    resources:
    - name: applications-delta()
      path: /applications/delta()
      operations:
      - name: getdeltaapplicationsdelta
        method: GET
        description: Microsoft Graph Get Delta()
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $expand
          in: query
          type: array
          description: Expand related entities
  exposes:
  - type: rest
    namespace: applications-applications-delta-rest
    port: 8080
    description: REST adapter for Microsoft Graph Applications API — Applications Delta(). One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications/delta
      name: applications-delta
      description: REST surface for applications-delta().
      operations:
      - method: GET
        name: getdeltaapplicationsdelta
        description: Microsoft Graph Get Delta()
        call: applications-applications-delta.getdeltaapplicationsdelta
        with:
          $select: rest.$select
          $orderby: rest.$orderby
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-applications-delta-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Applications API — Applications Delta(). One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-delta
      description: Microsoft Graph Get Delta()
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-delta.getdeltaapplicationsdelta
      with:
        $select: tools.$select
        $orderby: tools.$orderby
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.