Microsoft Azure · Capability

Microsoft Azure Azure Resource Manager API — Resources

Microsoft Azure Azure Resource Manager API — Resources. 2 operations. Lead operation: Microsoft Azure List Resources in a Resource Group. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureResources

What You Can Do

GET
Resourceslistbyresourcegroup — Microsoft Azure List Resources in a Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/resources
GET
Resourceslist — Microsoft Azure List All Resources in a Subscription
/v1/subscriptions/{subscriptionid}/resources

MCP Tools

microsoft-azure-list-resources-resource

Microsoft Azure List Resources in a Resource Group

read-only idempotent
microsoft-azure-list-all-resources

Microsoft Azure List All Resources in a Subscription

read-only idempotent

Capability Spec

azure-resource-manager-resources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Resource Manager API — Resources
  description: 'Microsoft Azure Azure Resource Manager API — Resources. 2 operations. Lead operation: Microsoft Azure List
    Resources in a Resource Group. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Resources
  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-resources
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Resource Manager API — Resources business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourcegroups-resourceGroupName-resources
      path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/resources
      operations:
      - name: resourceslistbyresourcegroup
        method: GET
        description: Microsoft Azure List Resources in a Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: The filter to apply on the operation using OData syntax.
        - name: $top
          in: query
          type: integer
          description: The number of results to return.
    - name: subscriptions-subscriptionId-resources
      path: /subscriptions/{subscriptionId}/resources
      operations:
      - name: resourceslist
        method: GET
        description: Microsoft Azure List All Resources in a Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: The filter to apply on the operation using OData syntax.
        - name: $expand
          in: query
          type: string
          description: Comma-separated list of additional properties to be included in the response. Valid values include
            createdTime, changedTime, and provisioningState.
        - name: $top
          in: query
          type: integer
          description: The number of results to return.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-resource-manager-resources-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Resource Manager API — Resources. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/resources
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-resources
      description: REST surface for subscriptions-subscriptionId-resourcegroups-resourceGroupName-resources.
      operations:
      - method: GET
        name: resourceslistbyresourcegroup
        description: Microsoft Azure List Resources in a Resource Group
        call: azure-resource-manager-resources.resourceslistbyresourcegroup
        with:
          $filter: rest.$filter
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resources
      name: subscriptions-subscriptionid-resources
      description: REST surface for subscriptions-subscriptionId-resources.
      operations:
      - method: GET
        name: resourceslist
        description: Microsoft Azure List All Resources in a Subscription
        call: azure-resource-manager-resources.resourceslist
        with:
          $filter: rest.$filter
          $expand: rest.$expand
          $top: rest.$top
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-resource-manager-resources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Resource Manager API — Resources. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-resources-resource
      description: Microsoft Azure List Resources in a Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-resource-manager-resources.resourceslistbyresourcegroup
      with:
        $filter: tools.$filter
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-all-resources
      description: Microsoft Azure List All Resources in a Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-resource-manager-resources.resourceslist
      with:
        $filter: tools.$filter
        $expand: tools.$expand
        $top: tools.$top
      outputParameters:
      - type: object
        mapping: $.