Microsoft Azure · Capability

Microsoft Azure HealthcareApisClient — Collection

Microsoft Azure HealthcareApisClient — Collection. 2 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Healthcareapis Services. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCollection

What You Can Do

GET
Microsoftazureserviceslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Healthcareapis Services
/v1/subscriptions/{subscriptionid}/providers/microsoft-healthcareapis/services
GET
Microsoftazureserviceslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Healthcareapis Services
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-healthcareapis/services

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Healthcareapis Services

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Healthcareapis Services

read-only idempotent

Capability Spec

healthcareapisclient-collection.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure HealthcareApisClient — Collection
  description: 'Microsoft Azure HealthcareApisClient — Collection. 2 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Providers Microsoft Healthcareapis Services. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Collection
  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: healthcareapisclient-collection
    baseUri: https://management.azure.com
    description: Microsoft Azure HealthcareApisClient — Collection business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.HealthcareApis-services
      path: /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services
      operations:
      - name: microsoftazureserviceslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Healthcareapis Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services
      operations:
      - name: microsoftazureserviceslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Healthcareapis Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: healthcareapisclient-collection-rest
    port: 8080
    description: REST adapter for Microsoft Azure HealthcareApisClient — Collection. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-healthcareapis/services
      name: subscriptions-subscriptionid-providers-microsoft-healthcareapis-services
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.HealthcareApis-services.
      operations:
      - method: GET
        name: microsoftazureserviceslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Healthcareapis Services
        call: healthcareapisclient-collection.microsoftazureserviceslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-healthcareapis/services
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureserviceslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Healthcareapis Services
        call: healthcareapisclient-collection.microsoftazureserviceslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: healthcareapisclient-collection-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure HealthcareApisClient — Collection. 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 Healthcareapis Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: healthcareapisclient-collection.microsoftazureserviceslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Healthcareapis
        Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: healthcareapisclient-collection.microsoftazureserviceslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.