Microsoft Azure · Capability

Microsoft Azure Run History APIs — Experiments

Microsoft Azure Run History APIs — Experiments. 6 operations. Lead operation: Microsoft Azure Get Details Of An Experiment. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureExperiments

What You Can Do

GET
Microsoftazureexperimentsgetbyid — Microsoft Azure Get Details Of An Experiment
/v1/history/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/experimentids/{experimentid}
PATCH
Microsoftazureexperimentsupdate — Microsoft Azure Update Details Of An Experiment
/v1/history/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/experimentids/{experimentid}
DELETE
Microsoftazureexperimentsdeletetags — Microsoft Azure Delete List Of Tags In An Experiment
/v1/history/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/experimentids/{experimentid}/tags
GET
Microsoftazureexperimentsget — Microsoft Azure Get Details Of An Experiment
/v1/history/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/experiments/{experimentname}
POST
Microsoftazureexperimentscreate — Microsoft Azure Create An Experiment
/v1/history/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/experiments/{experimentname}
POST
Microsoftazureexperimentsgetbyquery — Microsoft Azure Get All Experiments In A Specific Workspace
/v1/history/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/experiments-query

MCP Tools

microsoft-azure-get-details-experiment

Microsoft Azure Get Details Of An Experiment

read-only idempotent
microsoft-azure-update-details-experiment

Microsoft Azure Update Details Of An Experiment

idempotent
microsoft-azure-delete-list-tags

Microsoft Azure Delete List Of Tags In An Experiment

idempotent
microsoft-azure-get-details-experiment-2

Microsoft Azure Get Details Of An Experiment

read-only idempotent
microsoft-azure-create-experiment

Microsoft Azure Create An Experiment

microsoft-azure-get-all-experiments

Microsoft Azure Get All Experiments In A Specific Workspace

read-only

Capability Spec

run-history-apis-experiments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Run History APIs — Experiments
  description: 'Microsoft Azure Run History APIs — Experiments. 6 operations. Lead operation: Microsoft Azure Get Details
    Of An Experiment. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Experiments
  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: run-history-apis-experiments
    baseUri: ''
    description: Microsoft Azure Run History APIs — Experiments business capability. Self-contained, no shared references.
    resources:
    - name: history-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-provi
      path: /history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experimentids/{experimentId}
      operations:
      - name: microsoftazureexperimentsgetbyid
        method: GET
        description: Microsoft Azure Get Details Of An Experiment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: experimentId
          in: path
          type: string
          description: The identifier of the experiment.
          required: true
      - name: microsoftazureexperimentsupdate
        method: PATCH
        description: Microsoft Azure Update Details Of An Experiment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: experimentId
          in: path
          type: string
          description: The identifier of the experiment.
          required: true
        - name: modifyExperimentDto
          in: body
          type: string
          description: Experiment details which needs to be updated.
    - name: history-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-provi
      path: /history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experimentids/{experimentId}/tags
      operations:
      - name: microsoftazureexperimentsdeletetags
        method: DELETE
        description: Microsoft Azure Delete List Of Tags In An Experiment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: experimentId
          in: path
          type: string
          description: The identifier of the experiment.
          required: true
        - name: tags
          in: body
          type: string
          description: The requested tags list to be deleted.
    - name: history-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-provi
      path: /history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}
      operations:
      - name: microsoftazureexperimentsget
        method: GET
        description: Microsoft Azure Get Details Of An Experiment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: experimentName
          in: path
          type: string
          description: The experiment name.
          required: true
      - name: microsoftazureexperimentscreate
        method: POST
        description: Microsoft Azure Create An Experiment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: experimentName
          in: path
          type: string
          description: The experiment name.
          required: true
    - name: history-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-provi
      path: /history/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments:query
      operations:
      - name: microsoftazureexperimentsgetbyquery
        method: POST
        description: Microsoft Azure Get All Experiments In A Specific Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: queryParams
          in: body
          type: string
          description: Query parameters for data sorting and filtering.
  exposes:
  - type: rest
    namespace: run-history-apis-experiments-rest
    port: 8080
    description: REST adapter for Microsoft Azure Run History APIs — Experiments. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/history/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/experimentids/{experimentid}
      name: history-v1-0-subscriptions-subscriptionid-resourcegroups-resourcegroupname-provi
      description: REST surface for history-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-provi.
      operations:
      - method: GET
        name: microsoftazureexperimentsgetbyid
        description: Microsoft Azure Get Details Of An Experiment
        call: run-history-apis-experiments.microsoftazureexperimentsgetbyid
        with:
          experimentId: rest.experimentId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureexperimentsupdate
        description: Microsoft Azure Update Details Of An Experiment
        call: run-history-apis-experiments.microsoftazureexperimentsupdate
        with:
          experimentId: rest.experimentId
          modifyExperimentDto: rest.modifyExperimentDto
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/history/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/experimentids/{experimentid}/tags
      name: history-v1-0-subscriptions-subscriptionid-resourcegroups-resourcegroupname-provi
      description: REST surface for history-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-provi.
      operations:
      - method: DELETE
        name: microsoftazureexperimentsdeletetags
        description: Microsoft Azure Delete List Of Tags In An Experiment
        call: run-history-apis-experiments.microsoftazureexperimentsdeletetags
        with:
          experimentId: rest.experimentId
          tags: rest.tags
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/history/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/experiments/{experimentname}
      name: history-v1-0-subscriptions-subscriptionid-resourcegroups-resourcegroupname-provi
      description: REST surface for history-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-provi.
      operations:
      - method: GET
        name: microsoftazureexperimentsget
        description: Microsoft Azure Get Details Of An Experiment
        call: run-history-apis-experiments.microsoftazureexperimentsget
        with:
          experimentName: rest.experimentName
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: microsoftazureexperimentscreate
        description: Microsoft Azure Create An Experiment
        call: run-history-apis-experiments.microsoftazureexperimentscreate
        with:
          experimentName: rest.experimentName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/history/v1-0/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-machinelearningservices/workspaces/{workspacename}/experiments-query
      name: history-v1-0-subscriptions-subscriptionid-resourcegroups-resourcegroupname-provi
      description: REST surface for history-v1.0-subscriptions-subscriptionId-resourceGroups-resourceGroupName-provi.
      operations:
      - method: POST
        name: microsoftazureexperimentsgetbyquery
        description: Microsoft Azure Get All Experiments In A Specific Workspace
        call: run-history-apis-experiments.microsoftazureexperimentsgetbyquery
        with:
          queryParams: rest.queryParams
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: run-history-apis-experiments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Run History APIs — Experiments. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-details-experiment
      description: Microsoft Azure Get Details Of An Experiment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: run-history-apis-experiments.microsoftazureexperimentsgetbyid
      with:
        experimentId: tools.experimentId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-details-experiment
      description: Microsoft Azure Update Details Of An Experiment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: run-history-apis-experiments.microsoftazureexperimentsupdate
      with:
        experimentId: tools.experimentId
        modifyExperimentDto: tools.modifyExperimentDto
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-list-tags
      description: Microsoft Azure Delete List Of Tags In An Experiment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: run-history-apis-experiments.microsoftazureexperimentsdeletetags
      with:
        experimentId: tools.experimentId
        tags: tools.tags
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-details-experiment-2
      description: Microsoft Azure Get Details Of An Experiment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: run-history-apis-experiments.microsoftazureexperimentsget
      with:
        experimentName: tools.experimentName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-experiment
      description: Microsoft Azure Create An Experiment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: run-history-apis-experiments.microsoftazureexperimentscreate
      with:
        experimentName: tools.experimentName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-all-experiments
      description: Microsoft Azure Get All Experiments In A Specific Workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: run-history-apis-experiments.microsoftazureexperimentsgetbyquery
      with:
        queryParams: tools.queryParams
      outputParameters:
      - type: object
        mapping: $.