Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — Applications.application

Microsoft Graph OData Service for namespace microsoft.graph — Applications.application. 15 operations. Lead operation: Microsoft Graph List applications. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphApplications.application

What You Can Do

GET
Applicationsapplicationlistapplication — Microsoft Graph List applications
/v1/applications
POST
Applicationsapplicationcreateapplication — Microsoft Graph Create application
/v1/applications
GET
Applicationsapplicationgetapplicationbyappid — Microsoft Graph Get application
/v1/applications-appid-appid
PATCH
Applicationsapplicationupdateapplicationbyappid — Microsoft Graph Upsert application
/v1/applications-appid-appid
DELETE
Applicationsapplicationdeleteapplicationbyappid — Microsoft Graph Delete application
/v1/applications-appid-appid
GET
Applicationsapplicationgetapplicationbyuniquename — Microsoft Graph Get application
/v1/applications-uniquename-uniquename
PATCH
Applicationsapplicationupdateapplicationbyuniquename — Microsoft Graph Upsert application
/v1/applications-uniquename-uniquename
DELETE
Applicationsapplicationdeleteapplicationbyuniquename — Microsoft Graph Delete application
/v1/applications-uniquename-uniquename
GET
Applicationsgetcount8398 — Microsoft Graph Get the number of the resource
/v1/applications/count
GET
Applicationsapplicationgetapplication — Microsoft Graph Get application
/v1/applications/{application-id}
PATCH
Applicationsapplicationupdateapplication — Microsoft Graph Upsert application
/v1/applications/{application-id}
DELETE
Applicationsapplicationdeleteapplication — Microsoft Graph Delete application
/v1/applications/{application-id}
GET
Applicationsapplicationgetlogo — Microsoft Graph Get logo for application from applications
/v1/applications/{application-id}/logo
PUT
Applicationsapplicationupdatelogo — Microsoft Graph Update logo for application in applications
/v1/applications/{application-id}/logo
DELETE
Applicationsapplicationdeletelogo — Microsoft Graph Delete logo for application in applications
/v1/applications/{application-id}/logo

MCP Tools

microsoft-graph-list-applications

Microsoft Graph List applications

read-only idempotent
microsoft-graph-create-application

Microsoft Graph Create application

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
microsoft-graph-get-application-2

Microsoft Graph Get application

read-only idempotent
microsoft-graph-upsert-application-2

Microsoft Graph Upsert application

idempotent
microsoft-graph-delete-application-2

Microsoft Graph Delete application

idempotent
microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-application-3

Microsoft Graph Get application

read-only idempotent
microsoft-graph-upsert-application-3

Microsoft Graph Upsert application

idempotent
microsoft-graph-delete-application-3

Microsoft Graph Delete application

idempotent
microsoft-graph-get-logo-application

Microsoft Graph Get logo for application from applications

read-only idempotent
microsoft-graph-update-logo-application

Microsoft Graph Update logo for application in applications

idempotent
microsoft-graph-delete-logo-application

Microsoft Graph Delete logo for application in applications

idempotent

Capability Spec

microsoft-graph-applications-application.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — Applications.application
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — Applications.application. 15 operations. Lead
    operation: Microsoft Graph List applications. Self-contained Naftiko capability covering one Microsoft Graph business
    surface.'
  tags:
  - Microsoft Graph
  - Applications.application
  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-applications-application
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — Applications.application business capability.
      Self-contained, no shared references.
    resources:
    - name: applications
      path: /applications
      operations:
      - name: applicationsapplicationlistapplication
        method: GET
        description: Microsoft Graph List applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConsistencyLevel
          in: header
          type: string
          description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries'
        - 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: applicationsapplicationcreateapplication
        method: POST
        description: Microsoft Graph Create application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: applications(appId='{appId}')
      path: /applications(appId='{appId}')
      operations:
      - name: applicationsapplicationgetapplicationbyappid
        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: applicationsapplicationupdateapplicationbyappid
        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: applicationsapplicationdeleteapplicationbyappid
        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
    - name: applications(uniqueName='{uniqueName}')
      path: /applications(uniqueName='{uniqueName}')
      operations:
      - name: applicationsapplicationgetapplicationbyuniquename
        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: applicationsapplicationupdateapplicationbyuniquename
        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: applicationsapplicationdeleteapplicationbyuniquename
        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
    - name: applications-$count
      path: /applications/$count
      operations:
      - name: applicationsgetcount8398
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ConsistencyLevel
          in: header
          type: string
          description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries'
    - name: applications-application-id
      path: /applications/{application-id}
      operations:
      - name: applicationsapplicationgetapplication
        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: applicationsapplicationupdateapplication
        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: applicationsapplicationdeleteapplication
        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
    - name: applications-application-id-logo
      path: /applications/{application-id}/logo
      operations:
      - name: applicationsapplicationgetlogo
        method: GET
        description: Microsoft Graph Get logo for application from applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: applicationsapplicationupdatelogo
        method: PUT
        description: Microsoft Graph Update logo for application in applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: applicationsapplicationdeletelogo
        method: DELETE
        description: Microsoft Graph Delete logo for application in applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-applications-application-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — Applications.application.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications
      name: applications
      description: REST surface for applications.
      operations:
      - method: GET
        name: applicationsapplicationlistapplication
        description: Microsoft Graph List applications
        call: microsoft-graph-applications-application.applicationsapplicationlistapplication
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: applicationsapplicationcreateapplication
        description: Microsoft Graph Create application
        call: microsoft-graph-applications-application.applicationsapplicationcreateapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications-appid-appid
      name: applications-appid-appid
      description: REST surface for applications(appId='{appId}').
      operations:
      - method: GET
        name: applicationsapplicationgetapplicationbyappid
        description: Microsoft Graph Get application
        call: microsoft-graph-applications-application.applicationsapplicationgetapplicationbyappid
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: applicationsapplicationupdateapplicationbyappid
        description: Microsoft Graph Upsert application
        call: microsoft-graph-applications-application.applicationsapplicationupdateapplicationbyappid
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: applicationsapplicationdeleteapplicationbyappid
        description: Microsoft Graph Delete application
        call: microsoft-graph-applications-application.applicationsapplicationdeleteapplicationbyappid
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications-uniquename-uniquename
      name: applications-uniquename-uniquename
      description: REST surface for applications(uniqueName='{uniqueName}').
      operations:
      - method: GET
        name: applicationsapplicationgetapplicationbyuniquename
        description: Microsoft Graph Get application
        call: microsoft-graph-applications-application.applicationsapplicationgetapplicationbyuniquename
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: applicationsapplicationupdateapplicationbyuniquename
        description: Microsoft Graph Upsert application
        call: microsoft-graph-applications-application.applicationsapplicationupdateapplicationbyuniquename
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: applicationsapplicationdeleteapplicationbyuniquename
        description: Microsoft Graph Delete application
        call: microsoft-graph-applications-application.applicationsapplicationdeleteapplicationbyuniquename
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/count
      name: applications-count
      description: REST surface for applications-$count.
      operations:
      - method: GET
        name: applicationsgetcount8398
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-applications-application.applicationsgetcount8398
        with:
          ConsistencyLevel: rest.ConsistencyLevel
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}
      name: applications-application-id
      description: REST surface for applications-application-id.
      operations:
      - method: GET
        name: applicationsapplicationgetapplication
        description: Microsoft Graph Get application
        call: microsoft-graph-applications-application.applicationsapplicationgetapplication
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: applicationsapplicationupdateapplication
        description: Microsoft Graph Upsert application
        call: microsoft-graph-applications-application.applicationsapplicationupdateapplication
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: applicationsapplicationdeleteapplication
        description: Microsoft Graph Delete application
        call: microsoft-graph-applications-application.applicationsapplicationdeleteapplication
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/logo
      name: applications-application-id-logo
      description: REST surface for applications-application-id-logo.
      operations:
      - method: GET
        name: applicationsapplicationgetlogo
        description: Microsoft Graph Get logo for application from applications
        call: microsoft-graph-applications-application.applicationsapplicationgetlogo
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: applicationsapplicationupdatelogo
        description: Microsoft Graph Update logo for application in applications
        call: microsoft-graph-applications-application.applicationsapplicationupdatelogo
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: applicationsapplicationdeletelogo
        description: Microsoft Graph Delete logo for application in applications
        call: microsoft-graph-applications-application.applicationsapplicationdeletelogo
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-applications-application-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — Applications.application. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-applications
      description: Microsoft Graph List applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationlistapplication
      with:
        ConsistencyLevel: tools.ConsistencyLevel
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-application
      description: Microsoft Graph Create application
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-applications-application.applicationsapplicationcreateapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-application
      description: Microsoft Graph Get application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationgetapplicationbyappid
      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: microsoft-graph-applications-application.applicationsapplicationupdateapplicationbyappid
      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: microsoft-graph-applications-application.applicationsapplicationdeleteapplicationbyappid
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-application-2
      description: Microsoft Graph Get application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationgetapplicationbyuniquename
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-upsert-application-2
      description: Microsoft Graph Upsert application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationupdateapplicationbyuniquename
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-application-2
      description: Microsoft Graph Delete application
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationdeleteapplicationbyuniquename
      with:
        If-Match: tools.If-Match
      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-applications-application.applicationsgetcount8398
      with:
        ConsistencyLevel: tools.ConsistencyLevel
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-application-3
      description: Microsoft Graph Get application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationgetapplication
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-upsert-application-3
      description: Microsoft Graph Upsert application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationupdateapplication
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-application-3
      description: Microsoft Graph Delete application
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationdeleteapplication
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-logo-application
      description: Microsoft Graph Get logo for application from applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationgetlogo
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-logo-application
      description: Microsoft Graph Update logo for application in applications
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationupdatelogo
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-logo-application
      description: Microsoft Graph Delete logo for application in applications
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-applications-application.applicationsapplicationdeletelogo
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.