Microsoft Graph · Capability

Microsoft Graph Applications API — Applications(app Id='{app Id}')

Microsoft Graph Applications API — Applications(app Id='{app Id}'). 3 operations. Lead operation: Microsoft Graph Get application. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphApplications(app Id='{app Id}')

What You Can Do

GET
Getapplicationsappidappid — Microsoft Graph Get application
/v1/applications-appid-appid
PATCH
Updateapplicationsappidappid — Microsoft Graph Upsert application
/v1/applications-appid-appid
DELETE
Deleteapplicationsappidappid — Microsoft Graph Delete application
/v1/applications-appid-appid

MCP Tools

microsoft-graph-get-application

Microsoft Graph Get application

read-only idempotent
microsoft-graph-upsert-application

Microsoft Graph Upsert application

idempotent
microsoft-graph-delete-application

Microsoft Graph Delete application

idempotent

Capability Spec

applications-applications-app-id-app-id.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Applications API — Applications(app Id='{app Id}')
  description: 'Microsoft Graph Applications API — Applications(app Id=''{app Id}''). 3 operations. Lead operation: Microsoft
    Graph Get application. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Applications(app Id='{app Id}')
  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-app-id-app-id
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Applications API — Applications(app Id='{app Id}') business capability. Self-contained, no
      shared references.
    resources:
    - name: applications(appId='{appId}')
      path: /applications(appId='{appId}')
      operations:
      - name: getapplicationsappidappid
        method: GET
        description: Microsoft Graph Get application
        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: updateapplicationsappidappid
        method: PATCH
        description: Microsoft Graph Upsert application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteapplicationsappidappid
        method: DELETE
        description: Microsoft Graph Delete application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: applications-applications-app-id-app-id-rest
    port: 8080
    description: REST adapter for Microsoft Graph Applications API — Applications(app Id='{app Id}'). One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications-appid-appid
      name: applications-appid-appid
      description: REST surface for applications(appId='{appId}').
      operations:
      - method: GET
        name: getapplicationsappidappid
        description: Microsoft Graph Get application
        call: applications-applications-app-id-app-id.getapplicationsappidappid
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateapplicationsappidappid
        description: Microsoft Graph Upsert application
        call: applications-applications-app-id-app-id.updateapplicationsappidappid
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapplicationsappidappid
        description: Microsoft Graph Delete application
        call: applications-applications-app-id-app-id.deleteapplicationsappidappid
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-applications-app-id-app-id-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Applications API — Applications(app Id='{app Id}'). One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-application
      description: Microsoft Graph Get application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-app-id-app-id.getapplicationsappidappid
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-upsert-application
      description: Microsoft Graph Upsert application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: applications-applications-app-id-app-id.updateapplicationsappidappid
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-application
      description: Microsoft Graph Delete application
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: applications-applications-app-id-app-id.deleteapplicationsappidappid
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.