Microsoft Azure · Capability

Microsoft Azure Custom Vision Training Client — DomainsApi

Microsoft Azure Custom Vision Training Client — DomainsApi. 2 operations. Lead operation: Microsoft Azure Get A List Of The Available Domains. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDomainsApi

What You Can Do

GET
Microsoftazuregetdomains — Microsoft Azure Get A List Of The Available Domains
/v1/domains
GET
Microsoftazuregetdomain — Microsoft Azure Get Information About A Specific Domain
/v1/domains/{domainid}

MCP Tools

microsoft-azure-get-list-available

Microsoft Azure Get A List Of The Available Domains

read-only idempotent
microsoft-azure-get-information-about

Microsoft Azure Get Information About A Specific Domain

read-only idempotent

Capability Spec

custom-vision-training-client-domainsapi.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Custom Vision Training Client — DomainsApi
  description: 'Microsoft Azure Custom Vision Training Client — DomainsApi. 2 operations. Lead operation: Microsoft Azure
    Get A List Of The Available Domains. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - DomainsApi
  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: custom-vision-training-client-domainsapi
    baseUri: https://southcentralus.api.cognitive.microsoft.com/customvision/v3.3/training
    description: Microsoft Azure Custom Vision Training Client — DomainsApi business capability. Self-contained, no shared
      references.
    resources:
    - name: domains
      path: /domains
      operations:
      - name: microsoftazuregetdomains
        method: GET
        description: Microsoft Azure Get A List Of The Available Domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domains-domainId
      path: /domains/{domainId}
      operations:
      - name: microsoftazuregetdomain
        method: GET
        description: Microsoft Azure Get Information About A Specific Domain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domainId
          in: path
          type: string
          description: The id of the domain to get information about.
          required: true
  exposes:
  - type: rest
    namespace: custom-vision-training-client-domainsapi-rest
    port: 8080
    description: REST adapter for Microsoft Azure Custom Vision Training Client — DomainsApi. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domains
      name: domains
      description: REST surface for domains.
      operations:
      - method: GET
        name: microsoftazuregetdomains
        description: Microsoft Azure Get A List Of The Available Domains
        call: custom-vision-training-client-domainsapi.microsoftazuregetdomains
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domains/{domainid}
      name: domains-domainid
      description: REST surface for domains-domainId.
      operations:
      - method: GET
        name: microsoftazuregetdomain
        description: Microsoft Azure Get Information About A Specific Domain
        call: custom-vision-training-client-domainsapi.microsoftazuregetdomain
        with:
          domainId: rest.domainId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: custom-vision-training-client-domainsapi-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Custom Vision Training Client — DomainsApi. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-available
      description: Microsoft Azure Get A List Of The Available Domains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: custom-vision-training-client-domainsapi.microsoftazuregetdomains
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-information-about
      description: Microsoft Azure Get Information About A Specific Domain
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: custom-vision-training-client-domainsapi.microsoftazuregetdomain
      with:
        domainId: tools.domainId
      outputParameters:
      - type: object
        mapping: $.