Microsoft Azure · Capability

Microsoft Azure Azure Resource Manager API — Providers

Microsoft Azure Azure Resource Manager API — Providers. 1 operations. Lead operation: Microsoft Azure List Resource Providers. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProviders

What You Can Do

GET
Providerslist — Microsoft Azure List Resource Providers
/v1/subscriptions/{subscriptionid}/providers

MCP Tools

microsoft-azure-list-resource-providers

Microsoft Azure List Resource Providers

read-only idempotent

Capability Spec

azure-resource-manager-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Resource Manager API — Providers
  description: 'Microsoft Azure Azure Resource Manager API — Providers. 1 operations. Lead operation: Microsoft Azure List
    Resource Providers. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Providers
  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: azure-resource-manager-providers
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Resource Manager API — Providers business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers
      path: /subscriptions/{subscriptionId}/providers
      operations:
      - name: providerslist
        method: GET
        description: Microsoft Azure List Resource Providers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $expand
          in: query
          type: string
          description: The properties to include in the results. For example, use resourceTypes/aliases to get the aliases
            for resource types.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-resource-manager-providers-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Resource Manager API — Providers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers
      name: subscriptions-subscriptionid-providers
      description: REST surface for subscriptions-subscriptionId-providers.
      operations:
      - method: GET
        name: providerslist
        description: Microsoft Azure List Resource Providers
        call: azure-resource-manager-providers.providerslist
        with:
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-resource-manager-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Resource Manager API — Providers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-resource-providers
      description: Microsoft Azure List Resource Providers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-resource-manager-providers.providerslist
      with:
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.