Microsoft Azure · Capability

Microsoft Azure SharedGalleryServiceClient — SharedGalleryImages

Microsoft Azure SharedGalleryServiceClient — SharedGalleryImages. 2 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries Galleryuniquename Images. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSharedGalleryImages

What You Can Do

GET
Microsoftazuresharedgalleryimageslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries Galleryuniquename Images
/v1/subscriptions/{subscriptionid}/providers/microsoft-compute/locations/{location}/sharedgalleries/{galleryuniquename}/images
GET
Microsoftazuresharedgalleryimagesget — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries Galleryuniquename Images Galleryimagename
/v1/subscriptions/{subscriptionid}/providers/microsoft-compute/locations/{location}/sharedgalleries/{galleryuniquename}/images/{galleryimagename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries Galleryuniquename Images

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

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries Galleryuniquename Images Galleryimagename

read-only idempotent

Capability Spec

sharedgalleryserviceclient-sharedgalleryimages.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SharedGalleryServiceClient — SharedGalleryImages
  description: 'Microsoft Azure SharedGalleryServiceClient — SharedGalleryImages. 2 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries Galleryuniquename
    Images. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SharedGalleryImages
  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: sharedgalleryserviceclient-sharedgalleryimages
    baseUri: https://management.azure.com
    description: Microsoft Azure SharedGalleryServiceClient — SharedGalleryImages business capability. Self-contained, no
      shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Compute-locations-location-shar
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images
      operations:
      - name: microsoftazuresharedgalleryimageslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries
          Galleryuniquename Images
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryUniqueName
          in: path
          type: string
          description: The unique name of the Shared Gallery.
          required: true
        - name: sharedTo
          in: query
          type: string
          description: The query parameter to decide what shared galleries to fetch when doing listing operations.
    - name: subscriptions-subscriptionId-providers-Microsoft.Compute-locations-location-shar
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}
      operations:
      - name: microsoftazuresharedgalleryimagesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries
          Galleryuniquename Images Galleryimagename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryUniqueName
          in: path
          type: string
          description: The unique name of the Shared Gallery.
          required: true
        - name: galleryImageName
          in: path
          type: string
          description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed.
          required: true
  exposes:
  - type: rest
    namespace: sharedgalleryserviceclient-sharedgalleryimages-rest
    port: 8080
    description: REST adapter for Microsoft Azure SharedGalleryServiceClient — SharedGalleryImages. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-compute/locations/{location}/sharedgalleries/{galleryuniquename}/images
      name: subscriptions-subscriptionid-providers-microsoft-compute-locations-location-shar
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Compute-locations-location-shar.
      operations:
      - method: GET
        name: microsoftazuresharedgalleryimageslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries
          Galleryuniquename Images
        call: sharedgalleryserviceclient-sharedgalleryimages.microsoftazuresharedgalleryimageslist
        with:
          galleryUniqueName: rest.galleryUniqueName
          sharedTo: rest.sharedTo
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-compute/locations/{location}/sharedgalleries/{galleryuniquename}/images/{galleryimagename}
      name: subscriptions-subscriptionid-providers-microsoft-compute-locations-location-shar
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Compute-locations-location-shar.
      operations:
      - method: GET
        name: microsoftazuresharedgalleryimagesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries
          Galleryuniquename Images Galleryimagename
        call: sharedgalleryserviceclient-sharedgalleryimages.microsoftazuresharedgalleryimagesget
        with:
          galleryUniqueName: rest.galleryUniqueName
          galleryImageName: rest.galleryImageName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sharedgalleryserviceclient-sharedgalleryimages-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SharedGalleryServiceClient — SharedGalleryImages. 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 Providers Microsoft Compute Locations Location Sharedgalleries
        Galleryuniquename Images
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sharedgalleryserviceclient-sharedgalleryimages.microsoftazuresharedgalleryimageslist
      with:
        galleryUniqueName: tools.galleryUniqueName
        sharedTo: tools.sharedTo
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries
        Galleryuniquename Images Galleryimagename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sharedgalleryserviceclient-sharedgalleryimages.microsoftazuresharedgalleryimagesget
      with:
        galleryUniqueName: tools.galleryUniqueName
        galleryImageName: tools.galleryImageName
      outputParameters:
      - type: object
        mapping: $.