Microsoft Azure · Capability

Microsoft Azure GraphRbacManagementClient — Domain

Microsoft Azure GraphRbacManagementClient — Domain. 2 operations. Lead operation: Microsoft Azure Get Tenantid Domains. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDomain

What You Can Do

GET
Microsoftazuredomainslist — Microsoft Azure Get Tenantid Domains
/v1/{tenantid}/domains
GET
Microsoftazuredomainsget — Microsoft Azure Get Tenantid Domains Domainname
/v1/{tenantid}/domains/{domainname}

MCP Tools

microsoft-azure-get-tenantid-domains

Microsoft Azure Get Tenantid Domains

read-only idempotent
microsoft-azure-get-tenantid-domains-2

Microsoft Azure Get Tenantid Domains Domainname

read-only idempotent

Capability Spec

graphrbacmanagementclient-domain.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure GraphRbacManagementClient — Domain
  description: 'Microsoft Azure GraphRbacManagementClient — Domain. 2 operations. Lead operation: Microsoft Azure Get Tenantid
    Domains. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Domain
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: graphrbacmanagementclient-domain
    baseUri: https://graph.windows.net
    description: Microsoft Azure GraphRbacManagementClient — Domain business capability. Self-contained, no shared references.
    resources:
    - name: tenantID-domains
      path: /{tenantID}/domains
      operations:
      - name: microsoftazuredomainslist
        method: GET
        description: Microsoft Azure Get Tenantid Domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: The filter to apply to the operation.
    - name: tenantID-domains-domainName
      path: /{tenantID}/domains/{domainName}
      operations:
      - name: microsoftazuredomainsget
        method: GET
        description: Microsoft Azure Get Tenantid Domains Domainname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domainName
          in: path
          type: string
          description: name of the domain.
          required: true
  exposes:
  - type: rest
    namespace: graphrbacmanagementclient-domain-rest
    port: 8080
    description: REST adapter for Microsoft Azure GraphRbacManagementClient — Domain. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{tenantid}/domains
      name: tenantid-domains
      description: REST surface for tenantID-domains.
      operations:
      - method: GET
        name: microsoftazuredomainslist
        description: Microsoft Azure Get Tenantid Domains
        call: graphrbacmanagementclient-domain.microsoftazuredomainslist
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{tenantid}/domains/{domainname}
      name: tenantid-domains-domainname
      description: REST surface for tenantID-domains-domainName.
      operations:
      - method: GET
        name: microsoftazuredomainsget
        description: Microsoft Azure Get Tenantid Domains Domainname
        call: graphrbacmanagementclient-domain.microsoftazuredomainsget
        with:
          domainName: rest.domainName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graphrbacmanagementclient-domain-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure GraphRbacManagementClient — Domain. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-tenantid-domains
      description: Microsoft Azure Get Tenantid Domains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-domain.microsoftazuredomainslist
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-tenantid-domains-2
      description: Microsoft Azure Get Tenantid Domains Domainname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-domain.microsoftazuredomainsget
      with:
        domainName: tools.domainName
      outputParameters:
      - type: object
        mapping: $.