Microsoft Azure · Capability

Microsoft Azure NetworkExperiments — Experiments

Microsoft Azure NetworkExperiments — Experiments. 5 operations. Lead operation: Microsoft Azure Gets A List Of Experiments. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureExperiments

What You Can Do

GET
Microsoftazureexperimentslistbyprofile — Microsoft Azure Gets A List Of Experiments
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments
GET
Microsoftazureexperimentsget — Microsoft Azure Gets An Experiment By Experimentname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments/{experimentname}
PUT
Microsoftazureexperimentscreateorupdate — Microsoft Azure Creates Or Updates An Experiment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments/{experimentname}
PATCH
Microsoftazureexperimentsupdate — Microsoft Azure Updates An Experiment By Experiment Id
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments/{experimentname}
DELETE
Microsoftazureexperimentsdelete — Microsoft Azure Deletes An Experiment
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments/{experimentname}

MCP Tools

microsoft-azure-gets-list-experiments

Microsoft Azure Gets A List Of Experiments

read-only idempotent
microsoft-azure-gets-experiment-experimentname

Microsoft Azure Gets An Experiment By Experimentname

read-only idempotent
microsoft-azure-creates-updates-experiment

Microsoft Azure Creates Or Updates An Experiment

idempotent
microsoft-azure-updates-experiment-experiment

Microsoft Azure Updates An Experiment By Experiment Id

idempotent
microsoft-azure-deletes-experiment

Microsoft Azure Deletes An Experiment

idempotent

Capability Spec

networkexperiments-experiments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure NetworkExperiments — Experiments
  description: 'Microsoft Azure NetworkExperiments — Experiments. 5 operations. Lead operation: Microsoft Azure Gets A List
    Of Experiments. 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: networkexperiments-experiments
    baseUri: https://management.azure.com
    description: Microsoft Azure NetworkExperiments — Experiments business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments
      operations:
      - name: microsoftazureexperimentslistbyprofile
        method: GET
        description: Microsoft Azure Gets A List Of Experiments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}
      operations:
      - name: microsoftazureexperimentsget
        method: GET
        description: Microsoft Azure Gets An Experiment By Experimentname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureexperimentscreateorupdate
        method: PUT
        description: Microsoft Azure Creates Or Updates An Experiment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The Experiment resource
          required: true
      - name: microsoftazureexperimentsupdate
        method: PATCH
        description: Microsoft Azure Updates An Experiment By Experiment Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The Experiment Update Model
          required: true
      - name: microsoftazureexperimentsdelete
        method: DELETE
        description: Microsoft Azure Deletes An Experiment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: networkexperiments-experiments-rest
    port: 8080
    description: REST adapter for Microsoft Azure NetworkExperiments — Experiments. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureexperimentslistbyprofile
        description: Microsoft Azure Gets A List Of Experiments
        call: networkexperiments-experiments.microsoftazureexperimentslistbyprofile
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/networkexperimentprofiles/{profilename}/experiments/{experimentname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureexperimentsget
        description: Microsoft Azure Gets An Experiment By Experimentname
        call: networkexperiments-experiments.microsoftazureexperimentsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureexperimentscreateorupdate
        description: Microsoft Azure Creates Or Updates An Experiment
        call: networkexperiments-experiments.microsoftazureexperimentscreateorupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureexperimentsupdate
        description: Microsoft Azure Updates An Experiment By Experiment Id
        call: networkexperiments-experiments.microsoftazureexperimentsupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureexperimentsdelete
        description: Microsoft Azure Deletes An Experiment
        call: networkexperiments-experiments.microsoftazureexperimentsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: networkexperiments-experiments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure NetworkExperiments — Experiments. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-experiments
      description: Microsoft Azure Gets A List Of Experiments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkexperiments-experiments.microsoftazureexperimentslistbyprofile
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-experiment-experimentname
      description: Microsoft Azure Gets An Experiment By Experimentname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networkexperiments-experiments.microsoftazureexperimentsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-updates-experiment
      description: Microsoft Azure Creates Or Updates An Experiment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: networkexperiments-experiments.microsoftazureexperimentscreateorupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-experiment-experiment
      description: Microsoft Azure Updates An Experiment By Experiment Id
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: networkexperiments-experiments.microsoftazureexperimentsupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-experiment
      description: Microsoft Azure Deletes An Experiment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: networkexperiments-experiments.microsoftazureexperimentsdelete
      outputParameters:
      - type: object
        mapping: $.