Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — domains.domainDnsRecord

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

Run with Naftiko Microsoft Graphdomains.domainDnsRecord

What You Can Do

GET
Domainslistserviceconfigurationrecords — Microsoft Graph List serviceConfigurationRecords
/v1/domains/{domain-id}/serviceconfigurationrecords
POST
Domainscreateserviceconfigurationrecords — Microsoft Graph Create new navigation property to serviceConfigurationRecords for domains
/v1/domains/{domain-id}/serviceconfigurationrecords
GET
Domainsserviceconfigurationrecordsgetcount999b — Microsoft Graph Get the number of the resource
/v1/domains/{domain-id}/serviceconfigurationrecords/count
GET
Domainsgetserviceconfigurationrecords — Microsoft Graph Get serviceConfigurationRecords from domains
/v1/domains/{domain-id}/serviceconfigurationrecords/{domaindnsrecord-id}
PATCH
Domainsupdateserviceconfigurationrecords — Microsoft Graph Update the navigation property serviceConfigurationRecords in domains
/v1/domains/{domain-id}/serviceconfigurationrecords/{domaindnsrecord-id}
DELETE
Domainsdeleteserviceconfigurationrecords — Microsoft Graph Delete navigation property serviceConfigurationRecords for domains
/v1/domains/{domain-id}/serviceconfigurationrecords/{domaindnsrecord-id}
GET
Domainslistverificationdnsrecords — Microsoft Graph List verificationDnsRecords
/v1/domains/{domain-id}/verificationdnsrecords
POST
Domainscreateverificationdnsrecords — Microsoft Graph Create new navigation property to verificationDnsRecords for domains
/v1/domains/{domain-id}/verificationdnsrecords
GET
Domainsverificationdnsrecordsgetcountd5a7 — Microsoft Graph Get the number of the resource
/v1/domains/{domain-id}/verificationdnsrecords/count
GET
Domainsgetverificationdnsrecords — Microsoft Graph Get verificationDnsRecords from domains
/v1/domains/{domain-id}/verificationdnsrecords/{domaindnsrecord-id}
PATCH
Domainsupdateverificationdnsrecords — Microsoft Graph Update the navigation property verificationDnsRecords in domains
/v1/domains/{domain-id}/verificationdnsrecords/{domaindnsrecord-id}
DELETE
Domainsdeleteverificationdnsrecords — Microsoft Graph Delete navigation property verificationDnsRecords for domains
/v1/domains/{domain-id}/verificationdnsrecords/{domaindnsrecord-id}

MCP Tools

microsoft-graph-list-serviceconfigurationrecords

Microsoft Graph List serviceConfigurationRecords

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

Microsoft Graph Create new navigation property to serviceConfigurationRecords for domains

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-serviceconfigurationrecords-domains

Microsoft Graph Get serviceConfigurationRecords from domains

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

Microsoft Graph Update the navigation property serviceConfigurationRecords in domains

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property serviceConfigurationRecords for domains

idempotent
microsoft-graph-list-verificationdnsrecords

Microsoft Graph List verificationDnsRecords

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

Microsoft Graph Create new navigation property to verificationDnsRecords for domains

microsoft-graph-get-number-resource-2

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-verificationdnsrecords-domains

Microsoft Graph Get verificationDnsRecords from domains

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

Microsoft Graph Update the navigation property verificationDnsRecords in domains

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

Microsoft Graph Delete navigation property verificationDnsRecords for domains

idempotent

Capability Spec

microsoft-graph-domains-domaindnsrecord.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — domains.domainDnsRecord
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — domains.domainDnsRecord. 12 operations. Lead
    operation: Microsoft Graph List serviceConfigurationRecords. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - domains.domainDnsRecord
  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-domains-domaindnsrecord
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — domains.domainDnsRecord business capability.
      Self-contained, no shared references.
    resources:
    - name: domains-domain-id-serviceConfigurationRecords
      path: /domains/{domain-id}/serviceConfigurationRecords
      operations:
      - name: domainslistserviceconfigurationrecords
        method: GET
        description: Microsoft Graph List serviceConfigurationRecords
        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: domainscreateserviceconfigurationrecords
        method: POST
        description: Microsoft Graph Create new navigation property to serviceConfigurationRecords for domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: domains-domain-id-serviceConfigurationRecords-$count
      path: /domains/{domain-id}/serviceConfigurationRecords/$count
      operations:
      - name: domainsserviceconfigurationrecordsgetcount999b
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domains-domain-id-serviceConfigurationRecords-domainDnsRecord-id
      path: /domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}
      operations:
      - name: domainsgetserviceconfigurationrecords
        method: GET
        description: Microsoft Graph Get serviceConfigurationRecords from domains
        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: domainsupdateserviceconfigurationrecords
        method: PATCH
        description: Microsoft Graph Update the navigation property serviceConfigurationRecords in domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: domainsdeleteserviceconfigurationrecords
        method: DELETE
        description: Microsoft Graph Delete navigation property serviceConfigurationRecords for domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: domains-domain-id-verificationDnsRecords
      path: /domains/{domain-id}/verificationDnsRecords
      operations:
      - name: domainslistverificationdnsrecords
        method: GET
        description: Microsoft Graph List verificationDnsRecords
        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: domainscreateverificationdnsrecords
        method: POST
        description: Microsoft Graph Create new navigation property to verificationDnsRecords for domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: domains-domain-id-verificationDnsRecords-$count
      path: /domains/{domain-id}/verificationDnsRecords/$count
      operations:
      - name: domainsverificationdnsrecordsgetcountd5a7
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domains-domain-id-verificationDnsRecords-domainDnsRecord-id
      path: /domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}
      operations:
      - name: domainsgetverificationdnsrecords
        method: GET
        description: Microsoft Graph Get verificationDnsRecords from domains
        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: domainsupdateverificationdnsrecords
        method: PATCH
        description: Microsoft Graph Update the navigation property verificationDnsRecords in domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: domainsdeleteverificationdnsrecords
        method: DELETE
        description: Microsoft Graph Delete navigation property verificationDnsRecords for domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-domains-domaindnsrecord-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — domains.domainDnsRecord. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domains/{domain-id}/serviceconfigurationrecords
      name: domains-domain-id-serviceconfigurationrecords
      description: REST surface for domains-domain-id-serviceConfigurationRecords.
      operations:
      - method: GET
        name: domainslistserviceconfigurationrecords
        description: Microsoft Graph List serviceConfigurationRecords
        call: microsoft-graph-domains-domaindnsrecord.domainslistserviceconfigurationrecords
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: domainscreateserviceconfigurationrecords
        description: Microsoft Graph Create new navigation property to serviceConfigurationRecords for domains
        call: microsoft-graph-domains-domaindnsrecord.domainscreateserviceconfigurationrecords
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domains/{domain-id}/serviceconfigurationrecords/count
      name: domains-domain-id-serviceconfigurationrecords-count
      description: REST surface for domains-domain-id-serviceConfigurationRecords-$count.
      operations:
      - method: GET
        name: domainsserviceconfigurationrecordsgetcount999b
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-domains-domaindnsrecord.domainsserviceconfigurationrecordsgetcount999b
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domains/{domain-id}/serviceconfigurationrecords/{domaindnsrecord-id}
      name: domains-domain-id-serviceconfigurationrecords-domaindnsrecord-id
      description: REST surface for domains-domain-id-serviceConfigurationRecords-domainDnsRecord-id.
      operations:
      - method: GET
        name: domainsgetserviceconfigurationrecords
        description: Microsoft Graph Get serviceConfigurationRecords from domains
        call: microsoft-graph-domains-domaindnsrecord.domainsgetserviceconfigurationrecords
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: domainsupdateserviceconfigurationrecords
        description: Microsoft Graph Update the navigation property serviceConfigurationRecords in domains
        call: microsoft-graph-domains-domaindnsrecord.domainsupdateserviceconfigurationrecords
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: domainsdeleteserviceconfigurationrecords
        description: Microsoft Graph Delete navigation property serviceConfigurationRecords for domains
        call: microsoft-graph-domains-domaindnsrecord.domainsdeleteserviceconfigurationrecords
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domains/{domain-id}/verificationdnsrecords
      name: domains-domain-id-verificationdnsrecords
      description: REST surface for domains-domain-id-verificationDnsRecords.
      operations:
      - method: GET
        name: domainslistverificationdnsrecords
        description: Microsoft Graph List verificationDnsRecords
        call: microsoft-graph-domains-domaindnsrecord.domainslistverificationdnsrecords
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: domainscreateverificationdnsrecords
        description: Microsoft Graph Create new navigation property to verificationDnsRecords for domains
        call: microsoft-graph-domains-domaindnsrecord.domainscreateverificationdnsrecords
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domains/{domain-id}/verificationdnsrecords/count
      name: domains-domain-id-verificationdnsrecords-count
      description: REST surface for domains-domain-id-verificationDnsRecords-$count.
      operations:
      - method: GET
        name: domainsverificationdnsrecordsgetcountd5a7
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-domains-domaindnsrecord.domainsverificationdnsrecordsgetcountd5a7
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domains/{domain-id}/verificationdnsrecords/{domaindnsrecord-id}
      name: domains-domain-id-verificationdnsrecords-domaindnsrecord-id
      description: REST surface for domains-domain-id-verificationDnsRecords-domainDnsRecord-id.
      operations:
      - method: GET
        name: domainsgetverificationdnsrecords
        description: Microsoft Graph Get verificationDnsRecords from domains
        call: microsoft-graph-domains-domaindnsrecord.domainsgetverificationdnsrecords
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: domainsupdateverificationdnsrecords
        description: Microsoft Graph Update the navigation property verificationDnsRecords in domains
        call: microsoft-graph-domains-domaindnsrecord.domainsupdateverificationdnsrecords
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: domainsdeleteverificationdnsrecords
        description: Microsoft Graph Delete navigation property verificationDnsRecords for domains
        call: microsoft-graph-domains-domaindnsrecord.domainsdeleteverificationdnsrecords
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-domains-domaindnsrecord-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — domains.domainDnsRecord. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-serviceconfigurationrecords
      description: Microsoft Graph List serviceConfigurationRecords
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-domains-domaindnsrecord.domainslistserviceconfigurationrecords
      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 serviceConfigurationRecords for domains
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-domains-domaindnsrecord.domainscreateserviceconfigurationrecords
      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-domains-domaindnsrecord.domainsserviceconfigurationrecordsgetcount999b
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-serviceconfigurationrecords-domains
      description: Microsoft Graph Get serviceConfigurationRecords from domains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-domains-domaindnsrecord.domainsgetserviceconfigurationrecords
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property serviceConfigurationRecords in domains
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-domains-domaindnsrecord.domainsupdateserviceconfigurationrecords
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property serviceConfigurationRecords for domains
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-domains-domaindnsrecord.domainsdeleteserviceconfigurationrecords
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-list-verificationdnsrecords
      description: Microsoft Graph List verificationDnsRecords
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-domains-domaindnsrecord.domainslistverificationdnsrecords
      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 verificationDnsRecords for domains
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-domains-domaindnsrecord.domainscreateverificationdnsrecords
      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-domains-domaindnsrecord.domainsverificationdnsrecordsgetcountd5a7
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-verificationdnsrecords-domains
      description: Microsoft Graph Get verificationDnsRecords from domains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-domains-domaindnsrecord.domainsgetverificationdnsrecords
      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 verificationDnsRecords in domains
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-domains-domaindnsrecord.domainsupdateverificationdnsrecords
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property verificationDnsRecords for domains
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-domains-domaindnsrecord.domainsdeleteverificationdnsrecords
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.