Microsoft · Capability

Microsoft Azure REST API — Resources

Microsoft Azure REST API — Resources. 1 operations. Lead operation: Microsoft List all resources in a subscription. Self-contained Naftiko capability covering one Microsoft business surface.

Run with Naftiko MicrosoftResources

What You Can Do

GET
Listresources — Microsoft List all resources in a subscription
/v1/subscriptions/{subscriptionid}/resources

MCP Tools

microsoft-list-all-resources-subscription

Microsoft List all resources in a subscription

read-only idempotent

Capability Spec

azure-rest-resources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure REST API — Resources
  description: 'Microsoft Azure REST API — Resources. 1 operations. Lead operation: Microsoft List all resources in a subscription.
    Self-contained Naftiko capability covering one Microsoft business surface.'
  tags:
  - Microsoft
  - Resources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_API_KEY: MICROSOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-rest-resources
    baseUri: https://management.azure.com
    description: Microsoft Azure REST API — Resources business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resources
      path: /subscriptions/{subscriptionId}/resources
      operations:
      - name: listresources
        method: GET
        description: Microsoft List all resources in a subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-rest-resources-rest
    port: 8080
    description: REST adapter for Microsoft Azure REST API — Resources. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resources
      name: subscriptions-subscriptionid-resources
      description: REST surface for subscriptions-subscriptionId-resources.
      operations:
      - method: GET
        name: listresources
        description: Microsoft List all resources in a subscription
        call: azure-rest-resources.listresources
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-rest-resources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure REST API — Resources. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-list-all-resources-subscription
      description: Microsoft List all resources in a subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-rest-resources.listresources
      outputParameters:
      - type: object
        mapping: $.