Azure DevTest Labs · Capability

DevTestLabsClient — GalleryImages

DevTestLabsClient — GalleryImages. 1 operations. Lead operation: Azure DevTest Labs Gallery Images_ List. Self-contained Naftiko capability covering one Azure Test Labs business surface.

Run with Naftiko Azure Test LabsGalleryImages

What You Can Do

GET
Galleryimageslist — Azure DevTest Labs Gallery Images_ List
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/galleryimages

MCP Tools

azure-devtest-labs-gallery-images

Azure DevTest Labs Gallery Images_ List

read-only idempotent

Capability Spec

azure-test-labs-galleryimages.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DevTestLabsClient — GalleryImages
  description: 'DevTestLabsClient — GalleryImages. 1 operations. Lead operation: Azure DevTest Labs Gallery Images_ List.
    Self-contained Naftiko capability covering one Azure Test Labs business surface.'
  tags:
  - Azure Test Labs
  - GalleryImages
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AZURE_TEST_LABS_API_KEY: AZURE_TEST_LABS_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-test-labs-galleryimages
    baseUri: https://management.azure.com
    description: DevTestLabsClient — GalleryImages 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}/galleryimages
      operations:
      - name: galleryimageslist
        method: GET
        description: Azure DevTest Labs Gallery Images_ List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: labName
          in: path
          type: string
          description: The name of the lab.
          required: true
        - name: $expand
          in: query
          type: string
          description: 'Specify the $expand query. Example: ''properties($select=author)'''
        - 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'''
  exposes:
  - type: rest
    namespace: azure-test-labs-galleryimages-rest
    port: 8080
    description: REST adapter for DevTestLabsClient — GalleryImages. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devtestlab/labs/{labname}/galleryimages
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: galleryimageslist
        description: Azure DevTest Labs Gallery Images_ List
        call: azure-test-labs-galleryimages.galleryimageslist
        with:
          labName: rest.labName
          $expand: rest.$expand
          $filter: rest.$filter
          $top: rest.$top
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-test-labs-galleryimages-mcp
    port: 9090
    transport: http
    description: MCP adapter for DevTestLabsClient — GalleryImages. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: azure-devtest-labs-gallery-images
      description: Azure DevTest Labs Gallery Images_ List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-test-labs-galleryimages.galleryimageslist
      with:
        labName: tools.labName
        $expand: tools.$expand
        $filter: tools.$filter
        $top: tools.$top
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.