Microsoft Azure · Capability

Microsoft Azure DevTestLabsClient — Artifacts

Microsoft Azure DevTestLabsClient — Artifacts. 3 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureArtifacts

What You Can Do

GET
Microsoftazureartifactslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/artifactsources/{artifactsourcename}/artifacts
GET
Microsoftazureartifactsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/artifactsources/{artifactsourcename}/artifacts/{name}
POST
Microsoftazureartifactsgeneratearmtemplate — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts Name Generatearmtemplate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/artifactsources/{artifactsourcename}/artifacts/{name}/generatearmtemplate

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts Name

read-only idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts Name Generatearmtemplate

Capability Spec

devtestlabsclient-artifacts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DevTestLabsClient — Artifacts
  description: 'Microsoft Azure DevTestLabsClient — Artifacts. 3 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Artifactsources Artifactsourcename
    Artifacts. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Artifacts
  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: devtestlabsclient-artifacts
    baseUri: https://management.azure.com
    description: Microsoft Azure DevTestLabsClient — Artifacts business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts
      operations:
      - name: microsoftazureartifactslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: artifactSourceName
          in: path
          type: string
          description: The name of the artifact source.
          required: true
        - name: $expand
          in: query
          type: string
          description: 'Specify the $expand query. Example: ''properties($select=title)'''
        - name: $filter
          in: query
          type: string
          description: 'The filter to apply to the operation. Example: ''$filter=contains(name,''myName'')'
        - name: $top
          in: query
          type: integer
          description: 'The maximum number of resources to return from the operation. Example: ''$top=10'''
        - name: $orderby
          in: query
          type: string
          description: 'The ordering expression for the results, using OData notation. Example: ''$orderby=name desc'''
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}
      operations:
      - name: microsoftazureartifactsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: artifactSourceName
          in: path
          type: string
          description: The name of the artifact source.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the artifact.
          required: true
        - name: $expand
          in: query
          type: string
          description: 'Specify the $expand query. Example: ''properties($select=title)'''
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}/generateArmTemplate
      operations:
      - name: microsoftazureartifactsgeneratearmtemplate
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts Name Generatearmtemplate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: artifactSourceName
          in: path
          type: string
          description: The name of the artifact source.
          required: true
        - name: name
          in: path
          type: string
          description: The name of the artifact.
          required: true
        - name: generateArmTemplateRequest
          in: body
          type: string
          description: Parameters for generating an ARM template for deploying artifacts.
          required: true
  exposes:
  - type: rest
    namespace: devtestlabsclient-artifacts-rest
    port: 8080
    description: REST adapter for Microsoft Azure DevTestLabsClient — Artifacts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/artifactsources/{artifactsourcename}/artifacts
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureartifactslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts
        call: devtestlabsclient-artifacts.microsoftazureartifactslist
        with:
          labName: rest.labName
          artifactSourceName: rest.artifactSourceName
          $expand: rest.$expand
          $filter: rest.$filter
          $top: rest.$top
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/artifactsources/{artifactsourcename}/artifacts/{name}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureartifactsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts Name
        call: devtestlabsclient-artifacts.microsoftazureartifactsget
        with:
          labName: rest.labName
          artifactSourceName: rest.artifactSourceName
          name: rest.name
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/artifactsources/{artifactsourcename}/artifacts/{name}/generatearmtemplate
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureartifactsgeneratearmtemplate
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts Name Generatearmtemplate
        call: devtestlabsclient-artifacts.microsoftazureartifactsgeneratearmtemplate
        with:
          labName: rest.labName
          artifactSourceName: rest.artifactSourceName
          name: rest.name
          generateArmTemplateRequest: rest.generateArmTemplateRequest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devtestlabsclient-artifacts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DevTestLabsClient — Artifacts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab
        Labs Labname Artifactsources Artifactsourcename Artifacts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devtestlabsclient-artifacts.microsoftazureartifactslist
      with:
        labName: tools.labName
        artifactSourceName: tools.artifactSourceName
        $expand: tools.$expand
        $filter: tools.$filter
        $top: tools.$top
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab
        Labs Labname Artifactsources Artifactsourcename Artifacts Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devtestlabsclient-artifacts.microsoftazureartifactsget
      with:
        labName: tools.labName
        artifactSourceName: tools.artifactSourceName
        name: tools.name
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Devtestlab Labs Labname Artifactsources Artifactsourcename Artifacts Name Generatearmtemplate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devtestlabsclient-artifacts.microsoftazureartifactsgeneratearmtemplate
      with:
        labName: tools.labName
        artifactSourceName: tools.artifactSourceName
        name: tools.name
        generateArmTemplateRequest: tools.generateArmTemplateRequest
      outputParameters:
      - type: object
        mapping: $.