Microsoft Graph · Capability

Microsoft Graph Applications API — Applications Owners

Microsoft Graph Applications API — Applications Owners. 18 operations. Lead operation: Microsoft Graph List owners of an application. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphApplications Owners

What You Can Do

GET
Getapplicationsowners — Microsoft Graph List owners of an application
/v1/applications/{application-id}/owners
GET
Countapplicationsowners — Microsoft Graph Get the number of the resource
/v1/applications/{application-id}/owners/count
GET
Getapplicationsowners1 — Microsoft Graph List owners of an application
/v1/applications/{application-id}/owners/ref
POST
Createapplicationsowners — Microsoft Graph Add owner
/v1/applications/{application-id}/owners/ref
DELETE
Deleteapplicationsowners1 — Microsoft Graph Remove application owner
/v1/applications/{application-id}/owners/ref
GET
Getapplicationsownersgraphapproleassignment1 — Microsoft Graph Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection
/v1/applications/{application-id}/owners/graph-approleassignment
GET
Countapplicationsownersgraphapproleassignment — Microsoft Graph Get the number of the resource
/v1/applications/{application-id}/owners/graph-approleassignment/count
GET
Getapplicationsownersgraphendpoint1 — Microsoft Graph Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection
/v1/applications/{application-id}/owners/graph-endpoint
GET
Countapplicationsownersgraphendpoint — Microsoft Graph Get the number of the resource
/v1/applications/{application-id}/owners/graph-endpoint/count
GET
Getapplicationsownersgraphserviceprincipal1 — Microsoft Graph Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection
/v1/applications/{application-id}/owners/graph-serviceprincipal
GET
Countapplicationsownersgraphserviceprincipal — Microsoft Graph Get the number of the resource
/v1/applications/{application-id}/owners/graph-serviceprincipal/count
GET
Getapplicationsownersgraphuser1 — Microsoft Graph Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection
/v1/applications/{application-id}/owners/graph-user
GET
Countapplicationsownersgraphuser — Microsoft Graph Get the number of the resource
/v1/applications/{application-id}/owners/graph-user/count
DELETE
Deleteapplicationsowners — Microsoft Graph Remove application owner
/v1/applications/{application-id}/owners/{directoryobject-id}/ref
GET
Getapplicationsownersgraphapproleassignment — Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
/v1/applications/{application-id}/owners/{directoryobject-id}/graph-approleassignment
GET
Getapplicationsownersgraphendpoint — Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint
/v1/applications/{application-id}/owners/{directoryobject-id}/graph-endpoint
GET
Getapplicationsownersgraphserviceprincipal — Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal
/v1/applications/{application-id}/owners/{directoryobject-id}/graph-serviceprincipal
GET
Getapplicationsownersgraphuser — Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.user
/v1/applications/{application-id}/owners/{directoryobject-id}/graph-user

MCP Tools

microsoft-graph-list-owners-application

Microsoft Graph List owners of an application

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

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-list-owners-application-2

Microsoft Graph List owners of an application

read-only idempotent
microsoft-graph-add-owner

Microsoft Graph Add owner

microsoft-graph-remove-application-owner

Microsoft Graph Remove application owner

idempotent
microsoft-graph-get-items-type

Microsoft Graph Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection

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

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-items-type-2

Microsoft Graph Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection

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

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-items-type-3

Microsoft Graph Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

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

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-items-type-4

Microsoft Graph Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

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

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-remove-application-owner-2

Microsoft Graph Remove application owner

idempotent
microsoft-graph-get-item-type

Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment

read-only idempotent
microsoft-graph-get-item-type-2

Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint

read-only idempotent
microsoft-graph-get-item-type-3

Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

read-only idempotent
microsoft-graph-get-item-type-4

Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.user

read-only idempotent

Capability Spec

applications-applications-owners.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Applications API — Applications Owners
  description: 'Microsoft Graph Applications API — Applications Owners. 18 operations. Lead operation: Microsoft Graph List
    owners of an application. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Applications Owners
  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-owners
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Applications API — Applications Owners business capability. Self-contained, no shared references.
    resources:
    - name: applications-application-id-owners
      path: /applications/{application-id}/owners
      operations:
      - name: getapplicationsowners
        method: GET
        description: Microsoft Graph List owners of an application
        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: applications-application-id-owners-$count
      path: /applications/{application-id}/owners/$count
      operations:
      - name: countapplicationsowners
        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-owners-$ref
      path: /applications/{application-id}/owners/$ref
      operations:
      - name: getapplicationsowners1
        method: GET
        description: Microsoft Graph List owners of an application
        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: createapplicationsowners
        method: POST
        description: Microsoft Graph Add owner
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteapplicationsowners1
        method: DELETE
        description: Microsoft Graph Remove application owner
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
        - name: '@id'
          in: query
          type: string
          description: The delete Uri
          required: true
    - name: applications-application-id-owners-graph.appRoleAssignment
      path: /applications/{application-id}/owners/graph.appRoleAssignment
      operations:
      - name: getapplicationsownersgraphapproleassignment1
        method: GET
        description: Microsoft Graph Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject
          collection
        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: applications-application-id-owners-graph.appRoleAssignment-$count
      path: /applications/{application-id}/owners/graph.appRoleAssignment/$count
      operations:
      - name: countapplicationsownersgraphapproleassignment
        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-owners-graph.endpoint
      path: /applications/{application-id}/owners/graph.endpoint
      operations:
      - name: getapplicationsownersgraphendpoint1
        method: GET
        description: Microsoft Graph Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject
          collection
        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: applications-application-id-owners-graph.endpoint-$count
      path: /applications/{application-id}/owners/graph.endpoint/$count
      operations:
      - name: countapplicationsownersgraphendpoint
        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-owners-graph.servicePrincipal
      path: /applications/{application-id}/owners/graph.servicePrincipal
      operations:
      - name: getapplicationsownersgraphserviceprincipal1
        method: GET
        description: Microsoft Graph Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject
          collection
        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: applications-application-id-owners-graph.servicePrincipal-$count
      path: /applications/{application-id}/owners/graph.servicePrincipal/$count
      operations:
      - name: countapplicationsownersgraphserviceprincipal
        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-owners-graph.user
      path: /applications/{application-id}/owners/graph.user
      operations:
      - name: getapplicationsownersgraphuser1
        method: GET
        description: Microsoft Graph Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection
        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: applications-application-id-owners-graph.user-$count
      path: /applications/{application-id}/owners/graph.user/$count
      operations:
      - name: countapplicationsownersgraphuser
        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-owners-directoryObject-id-$ref
      path: /applications/{application-id}/owners/{directoryObject-id}/$ref
      operations:
      - name: deleteapplicationsowners
        method: DELETE
        description: Microsoft Graph Remove application owner
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: applications-application-id-owners-directoryObject-id-graph.appRoleAssignment
      path: /applications/{application-id}/owners/{directoryObject-id}/graph.appRoleAssignment
      operations:
      - name: getapplicationsownersgraphapproleassignment
        method: GET
        description: Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
        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: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
    - name: applications-application-id-owners-directoryObject-id-graph.endpoint
      path: /applications/{application-id}/owners/{directoryObject-id}/graph.endpoint
      operations:
      - name: getapplicationsownersgraphendpoint
        method: GET
        description: Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint
        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: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
    - name: applications-application-id-owners-directoryObject-id-graph.servicePrincipal
      path: /applications/{application-id}/owners/{directoryObject-id}/graph.servicePrincipal
      operations:
      - name: getapplicationsownersgraphserviceprincipal
        method: GET
        description: Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal
        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: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
    - name: applications-application-id-owners-directoryObject-id-graph.user
      path: /applications/{application-id}/owners/{directoryObject-id}/graph.user
      operations:
      - name: getapplicationsownersgraphuser
        method: GET
        description: Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.user
        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: $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: applications-applications-owners-rest
    port: 8080
    description: REST adapter for Microsoft Graph Applications API — Applications Owners. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications/{application-id}/owners
      name: applications-application-id-owners
      description: REST surface for applications-application-id-owners.
      operations:
      - method: GET
        name: getapplicationsowners
        description: Microsoft Graph List owners of an application
        call: applications-applications-owners.getapplicationsowners
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/count
      name: applications-application-id-owners-count
      description: REST surface for applications-application-id-owners-$count.
      operations:
      - method: GET
        name: countapplicationsowners
        description: Microsoft Graph Get the number of the resource
        call: applications-applications-owners.countapplicationsowners
        with:
          ConsistencyLevel: rest.ConsistencyLevel
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/ref
      name: applications-application-id-owners-ref
      description: REST surface for applications-application-id-owners-$ref.
      operations:
      - method: GET
        name: getapplicationsowners1
        description: Microsoft Graph List owners of an application
        call: applications-applications-owners.getapplicationsowners1
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createapplicationsowners
        description: Microsoft Graph Add owner
        call: applications-applications-owners.createapplicationsowners
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapplicationsowners1
        description: Microsoft Graph Remove application owner
        call: applications-applications-owners.deleteapplicationsowners1
        with:
          If-Match: rest.If-Match
          '@id': rest.@id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/graph-approleassignment
      name: applications-application-id-owners-graph-approleassignment
      description: REST surface for applications-application-id-owners-graph.appRoleAssignment.
      operations:
      - method: GET
        name: getapplicationsownersgraphapproleassignment1
        description: Microsoft Graph Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject
          collection
        call: applications-applications-owners.getapplicationsownersgraphapproleassignment1
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/graph-approleassignment/count
      name: applications-application-id-owners-graph-approleassignment-count
      description: REST surface for applications-application-id-owners-graph.appRoleAssignment-$count.
      operations:
      - method: GET
        name: countapplicationsownersgraphapproleassignment
        description: Microsoft Graph Get the number of the resource
        call: applications-applications-owners.countapplicationsownersgraphapproleassignment
        with:
          ConsistencyLevel: rest.ConsistencyLevel
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/graph-endpoint
      name: applications-application-id-owners-graph-endpoint
      description: REST surface for applications-application-id-owners-graph.endpoint.
      operations:
      - method: GET
        name: getapplicationsownersgraphendpoint1
        description: Microsoft Graph Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject
          collection
        call: applications-applications-owners.getapplicationsownersgraphendpoint1
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/graph-endpoint/count
      name: applications-application-id-owners-graph-endpoint-count
      description: REST surface for applications-application-id-owners-graph.endpoint-$count.
      operations:
      - method: GET
        name: countapplicationsownersgraphendpoint
        description: Microsoft Graph Get the number of the resource
        call: applications-applications-owners.countapplicationsownersgraphendpoint
        with:
          ConsistencyLevel: rest.ConsistencyLevel
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/graph-serviceprincipal
      name: applications-application-id-owners-graph-serviceprincipal
      description: REST surface for applications-application-id-owners-graph.servicePrincipal.
      operations:
      - method: GET
        name: getapplicationsownersgraphserviceprincipal1
        description: Microsoft Graph Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject
          collection
        call: applications-applications-owners.getapplicationsownersgraphserviceprincipal1
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/graph-serviceprincipal/count
      name: applications-application-id-owners-graph-serviceprincipal-count
      description: REST surface for applications-application-id-owners-graph.servicePrincipal-$count.
      operations:
      - method: GET
        name: countapplicationsownersgraphserviceprincipal
        description: Microsoft Graph Get the number of the resource
        call: applications-applications-owners.countapplicationsownersgraphserviceprincipal
        with:
          ConsistencyLevel: rest.ConsistencyLevel
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/graph-user
      name: applications-application-id-owners-graph-user
      description: REST surface for applications-application-id-owners-graph.user.
      operations:
      - method: GET
        name: getapplicationsownersgraphuser1
        description: Microsoft Graph Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection
        call: applications-applications-owners.getapplicationsownersgraphuser1
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/graph-user/count
      name: applications-application-id-owners-graph-user-count
      description: REST surface for applications-application-id-owners-graph.user-$count.
      operations:
      - method: GET
        name: countapplicationsownersgraphuser
        description: Microsoft Graph Get the number of the resource
        call: applications-applications-owners.countapplicationsownersgraphuser
        with:
          ConsistencyLevel: rest.ConsistencyLevel
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/{directoryobject-id}/ref
      name: applications-application-id-owners-directoryobject-id-ref
      description: REST surface for applications-application-id-owners-directoryObject-id-$ref.
      operations:
      - method: DELETE
        name: deleteapplicationsowners
        description: Microsoft Graph Remove application owner
        call: applications-applications-owners.deleteapplicationsowners
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/{directoryobject-id}/graph-approleassignment
      name: applications-application-id-owners-directoryobject-id-graph-approleassignment
      description: REST surface for applications-application-id-owners-directoryObject-id-graph.appRoleAssignment.
      operations:
      - method: GET
        name: getapplicationsownersgraphapproleassignment
        description: Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
        call: applications-applications-owners.getapplicationsownersgraphapproleassignment
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/{directoryobject-id}/graph-endpoint
      name: applications-application-id-owners-directoryobject-id-graph-endpoint
      description: REST surface for applications-application-id-owners-directoryObject-id-graph.endpoint.
      operations:
      - method: GET
        name: getapplicationsownersgraphendpoint
        description: Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint
        call: applications-applications-owners.getapplicationsownersgraphendpoint
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/{directoryobject-id}/graph-serviceprincipal
      name: applications-application-id-owners-directoryobject-id-graph-serviceprincipal
      description: REST surface for applications-application-id-owners-directoryObject-id-graph.servicePrincipal.
      operations:
      - method: GET
        name: getapplicationsownersgraphserviceprincipal
        description: Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal
        call: applications-applications-owners.getapplicationsownersgraphserviceprincipal
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/owners/{directoryobject-id}/graph-user
      name: applications-application-id-owners-directoryobject-id-graph-user
      description: REST surface for applications-application-id-owners-directoryObject-id-graph.user.
      operations:
      - method: GET
        name: getapplicationsownersgraphuser
        description: Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.user
        call: applications-applications-owners.getapplicationsownersgraphuser
        with:
          ConsistencyLevel: rest.ConsistencyLevel
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applications-applications-owners-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Applications API — Applications Owners. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-owners-application
      description: Microsoft Graph List owners of an application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-owners.getapplicationsowners
      with:
        ConsistencyLevel: tools.ConsistencyLevel
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      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: applications-applications-owners.countapplicationsowners
      with:
        ConsistencyLevel: tools.ConsistencyLevel
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-list-owners-application-2
      description: Microsoft Graph List owners of an application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-owners.getapplicationsowners1
      with:
        ConsistencyLevel: tools.ConsistencyLevel
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-add-owner
      description: Microsoft Graph Add owner
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: applications-applications-owners.createapplicationsowners
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-remove-application-owner
      description: Microsoft Graph Remove application owner
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: applications-applications-owners.deleteapplicationsowners1
      with:
        If-Match: tools.If-Match
        '@id': tools.@id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-items-type
      description: Microsoft Graph Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject
        collection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-owners.getapplicationsownersgraphapproleassignment1
      with:
        ConsistencyLevel: tools.ConsistencyLevel
        $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: applications-applications-owners.countapplicationsownersgraphapproleassignment
      with:
        ConsistencyLevel: tools.ConsistencyLevel
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-items-type-2
      description: Microsoft Graph Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-owners.getapplicationsownersgraphendpoint1
      with:
        ConsistencyLevel: tools.ConsistencyLevel
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource-3
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-owners.countapplicationsownersgraphendpoint
      with:
        ConsistencyLevel: tools.ConsistencyLevel
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-items-type-3
      description: Microsoft Graph Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject
        collection
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-owners.getapplicationsownersgraphserviceprincipal1
      with:
        ConsistencyLevel: tools.ConsistencyLevel
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource-4
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applications-applications-owners.countapplicationsownersgraphserviceprincipal
      with:
  

# --- truncated at 32 KB (35 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/microsoft-graph/refs/heads/main/capabilities/applications-applications-owners.yaml