Microsoft Azure · Capability

Microsoft Azure SharedImageGalleryServiceClient — GalleryImages

Microsoft Azure SharedImageGalleryServiceClient — GalleryImages. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureGalleryImages

What You Can Do

GET
Microsoftazuregalleryimageslistbygallery — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/images
PUT
Microsoftazuregalleryimagescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images Galleryimagename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/images/{galleryimagename}
PATCH
Microsoftazuregalleryimagesupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images Galleryimagename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/images/{galleryimagename}
GET
Microsoftazuregalleryimagesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images Galleryimagename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/images/{galleryimagename}
DELETE
Microsoftazuregalleryimagesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images Galleryimagename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/images/{galleryimagename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images Galleryimagename

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images Galleryimagename

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images Galleryimagename

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

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images Galleryimagename

idempotent

Capability Spec

sharedimagegalleryserviceclient-galleryimages.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SharedImageGalleryServiceClient — GalleryImages
  description: 'Microsoft Azure SharedImageGalleryServiceClient — GalleryImages. 5 operations. Lead operation: Microsoft Azure
    Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Images.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - GalleryImages
  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: sharedimagegalleryserviceclient-galleryimages
    baseUri: https://management.azure.com
    description: Microsoft Azure SharedImageGalleryServiceClient — GalleryImages business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images
      operations:
      - name: microsoftazuregalleryimageslistbygallery
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Images
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryName
          in: path
          type: string
          description: The name of the Shared Image Gallery from which Image Definitions are to be listed.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}
      operations:
      - name: microsoftazuregalleryimagescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Images Galleryimagename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryName
          in: path
          type: string
          description: The name of the Shared Image Gallery in which the Image Definition is to be created.
          required: true
        - name: galleryImageName
          in: path
          type: string
          description: The name of the gallery image definition to be created or updated. The allowed characters are alphabets
            and numbers with dots, dashes, and periods allowed in th
          required: true
        - name: galleryImage
          in: body
          type: string
          description: Parameters supplied to the create or update gallery image operation.
          required: true
      - name: microsoftazuregalleryimagesupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Images Galleryimagename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryName
          in: path
          type: string
          description: The name of the Shared Image Gallery in which the Image Definition is to be updated.
          required: true
        - name: galleryImageName
          in: path
          type: string
          description: The name of the gallery image definition to be updated. The allowed characters are alphabets and numbers
            with dots, dashes, and periods allowed in the middle. T
          required: true
        - name: galleryImage
          in: body
          type: string
          description: Parameters supplied to the update gallery image operation.
          required: true
      - name: microsoftazuregalleryimagesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Images Galleryimagename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryName
          in: path
          type: string
          description: The name of the Shared Image Gallery from which the Image Definitions are to be retrieved.
          required: true
        - name: galleryImageName
          in: path
          type: string
          description: The name of the gallery image definition to be retrieved.
          required: true
      - name: microsoftazuregalleryimagesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Images Galleryimagename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: galleryName
          in: path
          type: string
          description: The name of the Shared Image Gallery in which the Image Definition is to be deleted.
          required: true
        - name: galleryImageName
          in: path
          type: string
          description: The name of the gallery image definition to be deleted.
          required: true
  exposes:
  - type: rest
    namespace: sharedimagegalleryserviceclient-galleryimages-rest
    port: 8080
    description: REST adapter for Microsoft Azure SharedImageGalleryServiceClient — GalleryImages. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/images
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuregalleryimageslistbygallery
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Images
        call: sharedimagegalleryserviceclient-galleryimages.microsoftazuregalleryimageslistbygallery
        with:
          galleryName: rest.galleryName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/images/{galleryimagename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazuregalleryimagescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Images Galleryimagename
        call: sharedimagegalleryserviceclient-galleryimages.microsoftazuregalleryimagescreateorupdate
        with:
          galleryName: rest.galleryName
          galleryImageName: rest.galleryImageName
          galleryImage: rest.galleryImage
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuregalleryimagesupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Images Galleryimagename
        call: sharedimagegalleryserviceclient-galleryimages.microsoftazuregalleryimagesupdate
        with:
          galleryName: rest.galleryName
          galleryImageName: rest.galleryImageName
          galleryImage: rest.galleryImage
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuregalleryimagesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Images Galleryimagename
        call: sharedimagegalleryserviceclient-galleryimages.microsoftazuregalleryimagesget
        with:
          galleryName: rest.galleryName
          galleryImageName: rest.galleryImageName
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuregalleryimagesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Compute Galleries Galleryname Images Galleryimagename
        call: sharedimagegalleryserviceclient-galleryimages.microsoftazuregalleryimagesdelete
        with:
          galleryName: rest.galleryName
          galleryImageName: rest.galleryImageName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sharedimagegalleryserviceclient-galleryimages-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SharedImageGalleryServiceClient — GalleryImages. 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 Compute
        Galleries Galleryname Images
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sharedimagegalleryserviceclient-galleryimages.microsoftazuregalleryimageslistbygallery
      with:
        galleryName: tools.galleryName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute
        Galleries Galleryname Images Galleryimagename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: sharedimagegalleryserviceclient-galleryimages.microsoftazuregalleryimagescreateorupdate
      with:
        galleryName: tools.galleryName
        galleryImageName: tools.galleryImageName
        galleryImage: tools.galleryImage
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Compute Galleries Galleryname Images Galleryimagename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: sharedimagegalleryserviceclient-galleryimages.microsoftazuregalleryimagesupdate
      with:
        galleryName: tools.galleryName
        galleryImageName: tools.galleryImageName
        galleryImage: tools.galleryImage
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute
        Galleries Galleryname Images Galleryimagename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sharedimagegalleryserviceclient-galleryimages.microsoftazuregalleryimagesget
      with:
        galleryName: tools.galleryName
        galleryImageName: tools.galleryImageName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Compute Galleries Galleryname Images Galleryimagename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: sharedimagegalleryserviceclient-galleryimages.microsoftazuregalleryimagesdelete
      with:
        galleryName: tools.galleryName
        galleryImageName: tools.galleryImageName
      outputParameters:
      - type: object
        mapping: $.