Microsoft Azure · Capability

Microsoft Azure Azure Machine Learning Model Management Service — Profile

Microsoft Azure Azure Machine Learning Model Management Service — Profile. 3 operations. Lead operation: Microsoft Azure Get A List Of Image Profiles. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProfile

What You Can Do

GET
Microsoftazureprofileslistquery — Microsoft Azure Get A List Of Image Profiles
/v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/images/{imageid}/profiles
POST
Microsoftazureprofilescreate — Microsoft Azure Create A Profile
/v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/images/{imageid}/profiles
GET
Microsoftazureprofilesquerybyid — Microsoft Azure Get A Profile
/v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/images/{imageid}/profiles/{id}

MCP Tools

microsoft-azure-get-list-image

Microsoft Azure Get A List Of Image Profiles

read-only idempotent
microsoft-azure-create-profile

Microsoft Azure Create A Profile

microsoft-azure-get-profile

Microsoft Azure Get A Profile

read-only idempotent

Capability Spec

azure-machine-learning-model-management-service-profile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Machine Learning Model Management Service — Profile
  description: 'Microsoft Azure Azure Machine Learning Model Management Service — Profile. 3 operations. Lead operation: Microsoft
    Azure Get A List Of Image Profiles. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Profile
  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: azure-machine-learning-model-management-service-profile
    baseUri: ''
    description: Microsoft Azure Azure Machine Learning Model Management Service — Profile business capability. Self-contained,
      no shared references.
    resources:
    - name: modelmanagement-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroup-p
      path: /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/images/{imageId}/profiles
      operations:
      - name: microsoftazureprofileslistquery
        method: GET
        description: Microsoft Azure Get A List Of Image Profiles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: imageId
          in: path
          type: string
          description: The Image Id.
          required: true
        - name: name
          in: query
          type: string
          description: The Profile name.
        - name: description
          in: query
          type: string
          description: The Profile description.
        - name: tags
          in: query
          type: string
          description: "A set of tags with which to filter the returned models.\r"
        - name: properties
          in: query
          type: string
          description: "A set of properties with which to filter the returned models.\r"
        - name: count
          in: query
          type: integer
          description: The number of items to retrieve in a page.
        - name: $skipToken
          in: query
          type: string
          description: The continuation token to retrieve the next page.
        - name: orderBy
          in: query
          type: string
          description: The option to order the response.
      - name: microsoftazureprofilescreate
        method: POST
        description: Microsoft Azure Create A Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: imageId
          in: path
          type: string
          description: The Image Id.
          required: true
        - name: inputRequest
          in: body
          type: string
          description: The payload that is used to create the Profile.
          required: true
    - name: modelmanagement-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroup-p
      path: /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/images/{imageId}/profiles/{id}
      operations:
      - name: microsoftazureprofilesquerybyid
        method: GET
        description: Microsoft Azure Get A Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: imageId
          in: path
          type: string
          description: The Image Id.
          required: true
        - name: id
          in: path
          type: string
          description: The Profile Id.
          required: true
  exposes:
  - type: rest
    namespace: azure-machine-learning-model-management-service-profile-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Machine Learning Model Management Service — Profile. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/images/{imageid}/profiles
      name: modelmanagement-v1-0-subscriptions-subscriptionid-resourcegroups-resourcegroup-p
      description: REST surface for modelmanagement-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroup-p.
      operations:
      - method: GET
        name: microsoftazureprofileslistquery
        description: Microsoft Azure Get A List Of Image Profiles
        call: azure-machine-learning-model-management-service-profile.microsoftazureprofileslistquery
        with:
          imageId: rest.imageId
          name: rest.name
          description: rest.description
          tags: rest.tags
          properties: rest.properties
          count: rest.count
          $skipToken: rest.$skipToken
          orderBy: rest.orderBy
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazureprofilescreate
        description: Microsoft Azure Create A Profile
        call: azure-machine-learning-model-management-service-profile.microsoftazureprofilescreate
        with:
          imageId: rest.imageId
          inputRequest: rest.inputRequest
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/images/{imageid}/profiles/{id}
      name: modelmanagement-v1-0-subscriptions-subscriptionid-resourcegroups-resourcegroup-p
      description: REST surface for modelmanagement-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroup-p.
      operations:
      - method: GET
        name: microsoftazureprofilesquerybyid
        description: Microsoft Azure Get A Profile
        call: azure-machine-learning-model-management-service-profile.microsoftazureprofilesquerybyid
        with:
          imageId: rest.imageId
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-machine-learning-model-management-service-profile-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Machine Learning Model Management Service — Profile. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-image
      description: Microsoft Azure Get A List Of Image Profiles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-machine-learning-model-management-service-profile.microsoftazureprofileslistquery
      with:
        imageId: tools.imageId
        name: tools.name
        description: tools.description
        tags: tools.tags
        properties: tools.properties
        count: tools.count
        $skipToken: tools.$skipToken
        orderBy: tools.orderBy
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-profile
      description: Microsoft Azure Create A Profile
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-machine-learning-model-management-service-profile.microsoftazureprofilescreate
      with:
        imageId: tools.imageId
        inputRequest: tools.inputRequest
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-profile
      description: Microsoft Azure Get A Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-machine-learning-model-management-service-profile.microsoftazureprofilesquerybyid
      with:
        imageId: tools.imageId
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.