Microsoft Azure · Capability

Microsoft Azure Azure Machine Learning Model Management Service — Asset

Microsoft Azure Azure Machine Learning Model Management Service — Asset. 5 operations. Lead operation: Microsoft Azure Query The List Of Assets In A Workspace. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAsset

What You Can Do

GET
Microsoftazureassetslistquery — Microsoft Azure Query The List Of Assets In A Workspace
/v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/assets
POST
Microsoftazureassetscreate — Microsoft Azure Create An Asset
/v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/assets
GET
Microsoftazureassetsquerybyid — Microsoft Azure Get An Asset
/v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/assets/{id}
DELETE
Microsoftazureassetsdelete — Microsoft Azure Delete An Asset
/v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/assets/{id}
PATCH
Microsoftazureassetspatch — Microsoft Azure Update An Asset
/v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/assets/{id}

MCP Tools

microsoft-azure-query-list-assets

Microsoft Azure Query The List Of Assets In A Workspace

read-only idempotent
microsoft-azure-create-asset

Microsoft Azure Create An Asset

microsoft-azure-get-asset

Microsoft Azure Get An Asset

read-only idempotent
microsoft-azure-delete-asset

Microsoft Azure Delete An Asset

idempotent
microsoft-azure-update-asset

Microsoft Azure Update An Asset

idempotent

Capability Spec

azure-machine-learning-model-management-service-asset.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Machine Learning Model Management Service — Asset
  description: 'Microsoft Azure Azure Machine Learning Model Management Service — Asset. 5 operations. Lead operation: Microsoft
    Azure Query The List Of Assets In A Workspace. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Asset
  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-asset
    baseUri: ''
    description: Microsoft Azure Azure Machine Learning Model Management Service — Asset 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}/assets
      operations:
      - name: microsoftazureassetslistquery
        method: GET
        description: Microsoft Azure Query The List Of Assets In A Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: runId
          in: query
          type: string
          description: The run Id associated with the Assets.
        - name: name
          in: query
          type: string
          description: The object name.
        - 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: 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: orderby
          in: query
          type: string
          description: An option for specifying how to order the list.
      - name: microsoftazureassetscreate
        method: POST
        description: Microsoft Azure Create An Asset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: asset
          in: body
          type: string
          description: The Asset to be created.
    - name: modelmanagement-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroup-p
      path: /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/assets/{id}
      operations:
      - name: microsoftazureassetsquerybyid
        method: GET
        description: Microsoft Azure Get An Asset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The Asset Id.
          required: true
      - name: microsoftazureassetsdelete
        method: DELETE
        description: Microsoft Azure Delete An Asset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The Id of the Asset to delete.
          required: true
      - name: microsoftazureassetspatch
        method: PATCH
        description: Microsoft Azure Update An Asset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The Id of the Asset to patch.
          required: true
        - name: patch
          in: body
          type: array
          description: The payload that is used to patch an Asset.
          required: true
  exposes:
  - type: rest
    namespace: azure-machine-learning-model-management-service-asset-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Machine Learning Model Management Service — Asset. 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}/assets
      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: microsoftazureassetslistquery
        description: Microsoft Azure Query The List Of Assets In A Workspace
        call: azure-machine-learning-model-management-service-asset.microsoftazureassetslistquery
        with:
          runId: rest.runId
          name: rest.name
          count: rest.count
          $skipToken: rest.$skipToken
          tags: rest.tags
          properties: rest.properties
          orderby: rest.orderby
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazureassetscreate
        description: Microsoft Azure Create An Asset
        call: azure-machine-learning-model-management-service-asset.microsoftazureassetscreate
        with:
          asset: rest.asset
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/modelmanagement/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroup}/providers/microsoft-machinelearningservices/workspaces/{workspace}/assets/{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: microsoftazureassetsquerybyid
        description: Microsoft Azure Get An Asset
        call: azure-machine-learning-model-management-service-asset.microsoftazureassetsquerybyid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureassetsdelete
        description: Microsoft Azure Delete An Asset
        call: azure-machine-learning-model-management-service-asset.microsoftazureassetsdelete
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureassetspatch
        description: Microsoft Azure Update An Asset
        call: azure-machine-learning-model-management-service-asset.microsoftazureassetspatch
        with:
          id: rest.id
          patch: rest.patch
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-machine-learning-model-management-service-asset-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Machine Learning Model Management Service — Asset. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-query-list-assets
      description: Microsoft Azure Query The List Of Assets In A Workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-machine-learning-model-management-service-asset.microsoftazureassetslistquery
      with:
        runId: tools.runId
        name: tools.name
        count: tools.count
        $skipToken: tools.$skipToken
        tags: tools.tags
        properties: tools.properties
        orderby: tools.orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-asset
      description: Microsoft Azure Create An Asset
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-machine-learning-model-management-service-asset.microsoftazureassetscreate
      with:
        asset: tools.asset
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-asset
      description: Microsoft Azure Get An Asset
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-machine-learning-model-management-service-asset.microsoftazureassetsquerybyid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-asset
      description: Microsoft Azure Delete An Asset
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-machine-learning-model-management-service-asset.microsoftazureassetsdelete
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-asset
      description: Microsoft Azure Update An Asset
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-machine-learning-model-management-service-asset.microsoftazureassetspatch
      with:
        id: tools.id
        patch: tools.patch
      outputParameters:
      - type: object
        mapping: $.