Microsoft Azure · Capability

Microsoft Azure SharedImageGalleryServiceClient — GalleryApplications

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

Run with Naftiko Microsoft AzureGalleryApplications

What You Can Do

GET
Microsoftazuregalleryapplicationslistbygallery — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications
PUT
Microsoftazuregalleryapplicationscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}
PATCH
Microsoftazuregalleryapplicationsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}
GET
Microsoftazuregalleryapplicationsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}
DELETE
Microsoftazuregalleryapplicationsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-compute/galleries/{galleryname}/applications/{galleryapplicationname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

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

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname

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

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Compute Galleries Galleryname Applications Galleryapplicationname

idempotent

Capability Spec

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