Microsoft Azure · Capability

Microsoft Azure Azure Resource Manager API

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

Run with Naftiko Microsoft Azure

What You Can Do

GET
Tagslist — Microsoft Azure List Predefined Tag Names
/v1/subscriptions/{subscriptionid}/tagnames

MCP Tools

microsoft-azure-list-predefined-tag

Microsoft Azure List Predefined Tag Names

read-only idempotent

Capability Spec

azure-resource-manager-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Resource Manager API
  description: 'Microsoft Azure Azure Resource Manager API. 1 operations. Lead operation: Microsoft Azure List Predefined
    Tag Names. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  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-general
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Resource Manager API business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-tagNames
      path: /subscriptions/{subscriptionId}/tagNames
      operations:
      - name: tagslist
        method: GET
        description: Microsoft Azure List Predefined Tag Names
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-resource-manager-general-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Resource Manager API. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/tagnames
      name: subscriptions-subscriptionid-tagnames
      description: REST surface for subscriptions-subscriptionId-tagNames.
      operations:
      - method: GET
        name: tagslist
        description: Microsoft Azure List Predefined Tag Names
        call: azure-resource-manager-general.tagslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-resource-manager-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Resource Manager API. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-predefined-tag
      description: Microsoft Azure List Predefined Tag Names
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-resource-manager-general.tagslist
      outputParameters:
      - type: object
        mapping: $.