Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — applications.homeRealmDiscoveryPolicy

Microsoft Graph OData Service for namespace microsoft.graph — applications.homeRealmDiscoveryPolicy. 3 operations. Lead operation: Microsoft Graph Get homeRealmDiscoveryPolicies from applications. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphapplications.homeRealmDiscoveryPolicy

What You Can Do

GET
Applicationslisthomerealmdiscoverypolicies — Microsoft Graph Get homeRealmDiscoveryPolicies from applications
/v1/applications/{application-id}/homerealmdiscoverypolicies
GET
Applicationshomerealmdiscoverypoliciesgetcount1662 — Microsoft Graph Get the number of the resource
/v1/applications/{application-id}/homerealmdiscoverypolicies/count
GET
Applicationsgethomerealmdiscoverypolicies — Microsoft Graph Get homeRealmDiscoveryPolicies from applications
/v1/applications/{application-id}/homerealmdiscoverypolicies/{homerealmdiscoverypolicy-id}

MCP Tools

microsoft-graph-get-homerealmdiscoverypolicies-applications

Microsoft Graph Get homeRealmDiscoveryPolicies from applications

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

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-homerealmdiscoverypolicies-applications-2

Microsoft Graph Get homeRealmDiscoveryPolicies from applications

read-only idempotent

Capability Spec

microsoft-graph-applications-homerealmdiscoverypolicy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — applications.homeRealmDiscoveryPolicy
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — applications.homeRealmDiscoveryPolicy. 3 operations.
    Lead operation: Microsoft Graph Get homeRealmDiscoveryPolicies from applications. Self-contained Naftiko capability covering
    one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - applications.homeRealmDiscoveryPolicy
  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-homerealmdiscoverypolicy
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — applications.homeRealmDiscoveryPolicy business
      capability. Self-contained, no shared references.
    resources:
    - name: applications-application-id-homeRealmDiscoveryPolicies
      path: /applications/{application-id}/homeRealmDiscoveryPolicies
      operations:
      - name: applicationslisthomerealmdiscoverypolicies
        method: GET
        description: Microsoft Graph Get homeRealmDiscoveryPolicies from applications
        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: applications-application-id-homeRealmDiscoveryPolicies-$count
      path: /applications/{application-id}/homeRealmDiscoveryPolicies/$count
      operations:
      - name: applicationshomerealmdiscoverypoliciesgetcount1662
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: applications-application-id-homeRealmDiscoveryPolicies-homeRealmDiscoveryPolicy-
      path: /applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}
      operations:
      - name: applicationsgethomerealmdiscoverypolicies
        method: GET
        description: Microsoft Graph Get homeRealmDiscoveryPolicies from applications
        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
  exposes:
  - type: rest
    namespace: microsoft-graph-applications-homerealmdiscoverypolicy-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — applications.homeRealmDiscoveryPolicy.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/applications/{application-id}/homerealmdiscoverypolicies
      name: applications-application-id-homerealmdiscoverypolicies
      description: REST surface for applications-application-id-homeRealmDiscoveryPolicies.
      operations:
      - method: GET
        name: applicationslisthomerealmdiscoverypolicies
        description: Microsoft Graph Get homeRealmDiscoveryPolicies from applications
        call: microsoft-graph-applications-homerealmdiscoverypolicy.applicationslisthomerealmdiscoverypolicies
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/homerealmdiscoverypolicies/count
      name: applications-application-id-homerealmdiscoverypolicies-count
      description: REST surface for applications-application-id-homeRealmDiscoveryPolicies-$count.
      operations:
      - method: GET
        name: applicationshomerealmdiscoverypoliciesgetcount1662
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-applications-homerealmdiscoverypolicy.applicationshomerealmdiscoverypoliciesgetcount1662
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/applications/{application-id}/homerealmdiscoverypolicies/{homerealmdiscoverypolicy-id}
      name: applications-application-id-homerealmdiscoverypolicies-homerealmdiscoverypolicy
      description: REST surface for applications-application-id-homeRealmDiscoveryPolicies-homeRealmDiscoveryPolicy-.
      operations:
      - method: GET
        name: applicationsgethomerealmdiscoverypolicies
        description: Microsoft Graph Get homeRealmDiscoveryPolicies from applications
        call: microsoft-graph-applications-homerealmdiscoverypolicy.applicationsgethomerealmdiscoverypolicies
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-applications-homerealmdiscoverypolicy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — applications.homeRealmDiscoveryPolicy.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-homerealmdiscoverypolicies-applications
      description: Microsoft Graph Get homeRealmDiscoveryPolicies from applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-applications-homerealmdiscoverypolicy.applicationslisthomerealmdiscoverypolicies
      with:
        $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: microsoft-graph-applications-homerealmdiscoverypolicy.applicationshomerealmdiscoverypoliciesgetcount1662
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-homerealmdiscoverypolicies-applications-2
      description: Microsoft Graph Get homeRealmDiscoveryPolicies from applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-applications-homerealmdiscoverypolicy.applicationsgethomerealmdiscoverypolicies
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.