Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.delegatedAdminCustomer

Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.delegatedAdminCustomer. 12 operations. Lead operation: Microsoft Graph List delegatedAdminCustomers. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphtenantRelationships.delegatedAdminCustomer

What You Can Do

GET
Tenantrelationshipslistdelegatedadmincustomers — Microsoft Graph List delegatedAdminCustomers
/v1/tenantrelationships/delegatedadmincustomers
POST
Tenantrelationshipscreatedelegatedadmincustomers — Microsoft Graph Create new navigation property to delegatedAdminCustomers for tenantRelationships
/v1/tenantrelationships/delegatedadmincustomers
GET
Tenantrelationshipsdelegatedadmincustomersgetcounte293 — Microsoft Graph Get the number of the resource
/v1/tenantrelationships/delegatedadmincustomers/count
GET
Tenantrelationshipsgetdelegatedadmincustomers — Microsoft Graph Get delegatedAdminCustomer
/v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}
PATCH
Tenantrelationshipsupdatedelegatedadmincustomers — Microsoft Graph Update the navigation property delegatedAdminCustomers in tenantRelationships
/v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}
DELETE
Tenantrelationshipsdeletedelegatedadmincustomers — Microsoft Graph Delete navigation property delegatedAdminCustomers for tenantRelationships
/v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}
GET
Tenantrelationshipsdelegatedadmincustomerslistservicemanagementdetails — Microsoft Graph List serviceManagementDetails
/v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}/servicemanagementdetails
POST
Tenantrelationshipsdelegatedadmincustomerscreateservicemanagementdetails — Microsoft Graph Create new navigation property to serviceManagementDetails for tenantRelationships
/v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}/servicemanagementdetails
GET
Tenantrelationshipsdelegatedadmincustomersservicemanagementdetailsgetcountd662 — Microsoft Graph Get the number of the resource
/v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}/servicemanagementdetails/count
GET
Tenantrelationshipsdelegatedadmincustomersgetservicemanagementdetails — Microsoft Graph Get serviceManagementDetails from tenantRelationships
/v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}/servicemanagementdetails/{delegatedadminservicemanagementdetail-id}
PATCH
Tenantrelationshipsdelegatedadmincustomersupdateservicemanagementdetails — Microsoft Graph Update the navigation property serviceManagementDetails in tenantRelationships
/v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}/servicemanagementdetails/{delegatedadminservicemanagementdetail-id}
DELETE
Tenantrelationshipsdelegatedadmincustomersdeleteservicemanagementdetails — Microsoft Graph Delete navigation property serviceManagementDetails for tenantRelationships
/v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}/servicemanagementdetails/{delegatedadminservicemanagementdetail-id}

MCP Tools

microsoft-graph-list-delegatedadmincustomers

Microsoft Graph List delegatedAdminCustomers

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to delegatedAdminCustomers for tenantRelationships

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-delegatedadmincustomer

Microsoft Graph Get delegatedAdminCustomer

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

Microsoft Graph Update the navigation property delegatedAdminCustomers in tenantRelationships

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property delegatedAdminCustomers for tenantRelationships

idempotent
microsoft-graph-list-servicemanagementdetails

Microsoft Graph List serviceManagementDetails

read-only idempotent
microsoft-graph-create-new-navigation-2

Microsoft Graph Create new navigation property to serviceManagementDetails for tenantRelationships

microsoft-graph-get-number-resource-2

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-servicemanagementdetails-tenantrelationships

Microsoft Graph Get serviceManagementDetails from tenantRelationships

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

Microsoft Graph Update the navigation property serviceManagementDetails in tenantRelationships

idempotent
microsoft-graph-delete-navigation-property-2

Microsoft Graph Delete navigation property serviceManagementDetails for tenantRelationships

idempotent

Capability Spec

microsoft-graph-tenantrelationships-delegatedadmincustomer.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.delegatedAdminCustomer
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.delegatedAdminCustomer.
    12 operations. Lead operation: Microsoft Graph List delegatedAdminCustomers. Self-contained Naftiko capability covering
    one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - tenantRelationships.delegatedAdminCustomer
  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-tenantrelationships-delegatedadmincustomer
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.delegatedAdminCustomer
      business capability. Self-contained, no shared references.
    resources:
    - name: tenantRelationships-delegatedAdminCustomers
      path: /tenantRelationships/delegatedAdminCustomers
      operations:
      - name: tenantrelationshipslistdelegatedadmincustomers
        method: GET
        description: Microsoft Graph List delegatedAdminCustomers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: tenantrelationshipscreatedelegatedadmincustomers
        method: POST
        description: Microsoft Graph Create new navigation property to delegatedAdminCustomers for tenantRelationships
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: tenantRelationships-delegatedAdminCustomers-$count
      path: /tenantRelationships/delegatedAdminCustomers/$count
      operations:
      - name: tenantrelationshipsdelegatedadmincustomersgetcounte293
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: tenantRelationships-delegatedAdminCustomers-delegatedAdminCustomer-id
      path: /tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}
      operations:
      - name: tenantrelationshipsgetdelegatedadmincustomers
        method: GET
        description: Microsoft Graph Get delegatedAdminCustomer
        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: tenantrelationshipsupdatedelegatedadmincustomers
        method: PATCH
        description: Microsoft Graph Update the navigation property delegatedAdminCustomers in tenantRelationships
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: tenantrelationshipsdeletedelegatedadmincustomers
        method: DELETE
        description: Microsoft Graph Delete navigation property delegatedAdminCustomers for tenantRelationships
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: tenantRelationships-delegatedAdminCustomers-delegatedAdminCustomer-id-serviceMan
      path: /tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails
      operations:
      - name: tenantrelationshipsdelegatedadmincustomerslistservicemanagementdetails
        method: GET
        description: Microsoft Graph List serviceManagementDetails
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: tenantrelationshipsdelegatedadmincustomerscreateservicemanagementdetails
        method: POST
        description: Microsoft Graph Create new navigation property to serviceManagementDetails for tenantRelationships
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: tenantRelationships-delegatedAdminCustomers-delegatedAdminCustomer-id-serviceMan
      path: /tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count
      operations:
      - name: tenantrelationshipsdelegatedadmincustomersservicemanagementdetailsgetcountd662
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: tenantRelationships-delegatedAdminCustomers-delegatedAdminCustomer-id-serviceMan
      path: /tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}
      operations:
      - name: tenantrelationshipsdelegatedadmincustomersgetservicemanagementdetails
        method: GET
        description: Microsoft Graph Get serviceManagementDetails from tenantRelationships
        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: tenantrelationshipsdelegatedadmincustomersupdateservicemanagementdetails
        method: PATCH
        description: Microsoft Graph Update the navigation property serviceManagementDetails in tenantRelationships
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: tenantrelationshipsdelegatedadmincustomersdeleteservicemanagementdetails
        method: DELETE
        description: Microsoft Graph Delete navigation property serviceManagementDetails for tenantRelationships
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-tenantrelationships-delegatedadmincustomer-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.delegatedAdminCustomer.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/tenantrelationships/delegatedadmincustomers
      name: tenantrelationships-delegatedadmincustomers
      description: REST surface for tenantRelationships-delegatedAdminCustomers.
      operations:
      - method: GET
        name: tenantrelationshipslistdelegatedadmincustomers
        description: Microsoft Graph List delegatedAdminCustomers
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipslistdelegatedadmincustomers
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: tenantrelationshipscreatedelegatedadmincustomers
        description: Microsoft Graph Create new navigation property to delegatedAdminCustomers for tenantRelationships
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipscreatedelegatedadmincustomers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tenantrelationships/delegatedadmincustomers/count
      name: tenantrelationships-delegatedadmincustomers-count
      description: REST surface for tenantRelationships-delegatedAdminCustomers-$count.
      operations:
      - method: GET
        name: tenantrelationshipsdelegatedadmincustomersgetcounte293
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomersgetcounte293
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}
      name: tenantrelationships-delegatedadmincustomers-delegatedadmincustomer-id
      description: REST surface for tenantRelationships-delegatedAdminCustomers-delegatedAdminCustomer-id.
      operations:
      - method: GET
        name: tenantrelationshipsgetdelegatedadmincustomers
        description: Microsoft Graph Get delegatedAdminCustomer
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsgetdelegatedadmincustomers
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: tenantrelationshipsupdatedelegatedadmincustomers
        description: Microsoft Graph Update the navigation property delegatedAdminCustomers in tenantRelationships
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsupdatedelegatedadmincustomers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: tenantrelationshipsdeletedelegatedadmincustomers
        description: Microsoft Graph Delete navigation property delegatedAdminCustomers for tenantRelationships
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdeletedelegatedadmincustomers
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}/servicemanagementdetails
      name: tenantrelationships-delegatedadmincustomers-delegatedadmincustomer-id-serviceman
      description: REST surface for tenantRelationships-delegatedAdminCustomers-delegatedAdminCustomer-id-serviceMan.
      operations:
      - method: GET
        name: tenantrelationshipsdelegatedadmincustomerslistservicemanagementdetails
        description: Microsoft Graph List serviceManagementDetails
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomerslistservicemanagementdetails
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: tenantrelationshipsdelegatedadmincustomerscreateservicemanagementdetails
        description: Microsoft Graph Create new navigation property to serviceManagementDetails for tenantRelationships
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomerscreateservicemanagementdetails
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}/servicemanagementdetails/count
      name: tenantrelationships-delegatedadmincustomers-delegatedadmincustomer-id-serviceman
      description: REST surface for tenantRelationships-delegatedAdminCustomers-delegatedAdminCustomer-id-serviceMan.
      operations:
      - method: GET
        name: tenantrelationshipsdelegatedadmincustomersservicemanagementdetailsgetcountd662
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomersservicemanagementdetailsgetcountd662
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tenantrelationships/delegatedadmincustomers/{delegatedadmincustomer-id}/servicemanagementdetails/{delegatedadminservicemanagementdetail-id}
      name: tenantrelationships-delegatedadmincustomers-delegatedadmincustomer-id-serviceman
      description: REST surface for tenantRelationships-delegatedAdminCustomers-delegatedAdminCustomer-id-serviceMan.
      operations:
      - method: GET
        name: tenantrelationshipsdelegatedadmincustomersgetservicemanagementdetails
        description: Microsoft Graph Get serviceManagementDetails from tenantRelationships
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomersgetservicemanagementdetails
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: tenantrelationshipsdelegatedadmincustomersupdateservicemanagementdetails
        description: Microsoft Graph Update the navigation property serviceManagementDetails in tenantRelationships
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomersupdateservicemanagementdetails
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: tenantrelationshipsdelegatedadmincustomersdeleteservicemanagementdetails
        description: Microsoft Graph Delete navigation property serviceManagementDetails for tenantRelationships
        call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomersdeleteservicemanagementdetails
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-tenantrelationships-delegatedadmincustomer-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — tenantRelationships.delegatedAdminCustomer.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-delegatedadmincustomers
      description: Microsoft Graph List delegatedAdminCustomers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipslistdelegatedadmincustomers
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to delegatedAdminCustomers for tenantRelationships
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipscreatedelegatedadmincustomers
      with:
        body: tools.body
      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-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomersgetcounte293
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-delegatedadmincustomer
      description: Microsoft Graph Get delegatedAdminCustomer
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsgetdelegatedadmincustomers
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property delegatedAdminCustomers in tenantRelationships
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsupdatedelegatedadmincustomers
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property delegatedAdminCustomers for tenantRelationships
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdeletedelegatedadmincustomers
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-list-servicemanagementdetails
      description: Microsoft Graph List serviceManagementDetails
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomerslistservicemanagementdetails
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation-2
      description: Microsoft Graph Create new navigation property to serviceManagementDetails for tenantRelationships
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomerscreateservicemanagementdetails
      with:
        body: tools.body
      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: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomersservicemanagementdetailsgetcountd662
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-servicemanagementdetails-tenantrelationships
      description: Microsoft Graph Get serviceManagementDetails from tenantRelationships
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomersgetservicemanagementdetails
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-2
      description: Microsoft Graph Update the navigation property serviceManagementDetails in tenantRelationships
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomersupdateservicemanagementdetails
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property serviceManagementDetails for tenantRelationships
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-tenantrelationships-delegatedadmincustomer.tenantrelationshipsdelegatedadmincustomersdeleteservicemanagementdetails
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.