Microsoft Azure · Capability

Microsoft Azure SharedGalleryServiceClient — SharedGalleries

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

Run with Naftiko Microsoft AzureSharedGalleries

What You Can Do

GET
Microsoftazuresharedgallerieslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries
/v1/subscriptions/{subscriptionid}/providers/microsoft-compute/locations/{location}/sharedgalleries
GET
Microsoftazuresharedgalleriesget — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries Galleryuniquename
/v1/subscriptions/{subscriptionid}/providers/microsoft-compute/locations/{location}/sharedgalleries/{galleryuniquename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries

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

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

read-only idempotent

Capability Spec

sharedgalleryserviceclient-sharedgalleries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SharedGalleryServiceClient — SharedGalleries
  description: 'Microsoft Azure SharedGalleryServiceClient — SharedGalleries. 2 operations. Lead operation: Microsoft Azure
    Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries. Self-contained Naftiko
    capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SharedGalleries
  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-sharedgalleries
    baseUri: https://management.azure.com
    description: Microsoft Azure SharedGalleryServiceClient — SharedGalleries 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
      operations:
      - name: microsoftazuresharedgallerieslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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}
      operations:
      - name: microsoftazuresharedgalleriesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries
          Galleryuniquename
        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
  exposes:
  - type: rest
    namespace: sharedgalleryserviceclient-sharedgalleries-rest
    port: 8080
    description: REST adapter for Microsoft Azure SharedGalleryServiceClient — SharedGalleries. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-compute/locations/{location}/sharedgalleries
      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: microsoftazuresharedgallerieslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries
        call: sharedgalleryserviceclient-sharedgalleries.microsoftazuresharedgallerieslist
        with:
          sharedTo: rest.sharedTo
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-compute/locations/{location}/sharedgalleries/{galleryuniquename}
      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: microsoftazuresharedgalleriesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Compute Locations Location Sharedgalleries
          Galleryuniquename
        call: sharedgalleryserviceclient-sharedgalleries.microsoftazuresharedgalleriesget
        with:
          galleryUniqueName: rest.galleryUniqueName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sharedgalleryserviceclient-sharedgalleries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SharedGalleryServiceClient — SharedGalleries. 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
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sharedgalleryserviceclient-sharedgalleries.microsoftazuresharedgallerieslist
      with:
        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
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sharedgalleryserviceclient-sharedgalleries.microsoftazuresharedgalleriesget
      with:
        galleryUniqueName: tools.galleryUniqueName
      outputParameters:
      - type: object
        mapping: $.