Microsoft Azure · Capability

Microsoft Azure ResourceManagementClient

Microsoft Azure ResourceManagementClient. 9 operations. Lead operation: Microsoft Azure Gets A Summary Of Tag Usage Under The Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft Azure

What You Can Do

GET
Microsoftazuretagslist — Microsoft Azure Gets A Summary Of Tag Usage Under The Subscription
/v1/subscriptions/{subscriptionid}/tagnames
PUT
Microsoftazuretagscreateorupdate — Microsoft Azure Creates A Predefined Tag Name
/v1/subscriptions/{subscriptionid}/tagnames/{tagname}
DELETE
Microsoftazuretagsdelete — Microsoft Azure Deletes A Predefined Tag Name
/v1/subscriptions/{subscriptionid}/tagnames/{tagname}
DELETE
Microsoftazuretagsdeletevalue — Microsoft Azure Deletes A Predefined Tag Value For A Predefined Tag Name
/v1/subscriptions/{subscriptionid}/tagnames/{tagname}/tagvalues/{tagvalue}
PUT
Microsoftazuretagscreateorupdatevalue — Microsoft Azure Creates A Predefined Value For A Predefined Tag Name
/v1/subscriptions/{subscriptionid}/tagnames/{tagname}/tagvalues/{tagvalue}
PUT
Microsoftazuretagscreateorupdateatscope — Microsoft Azure Creates Or Updates The Entire Set Of Tags On A Resource Or Subscription
/v1/{scope}/providers/microsoft-resources/tags/default
PATCH
Microsoftazuretagsupdateatscope — Microsoft Azure Selectively Updates The Set Of Tags On A Resource Or Subscription
/v1/{scope}/providers/microsoft-resources/tags/default
GET
Microsoftazuretagsgetatscope — Microsoft Azure Gets The Entire Set Of Tags On A Resource Or Subscription
/v1/{scope}/providers/microsoft-resources/tags/default
DELETE
Microsoftazuretagsdeleteatscope — Microsoft Azure Deletes The Entire Set Of Tags On A Resource Or Subscription
/v1/{scope}/providers/microsoft-resources/tags/default

MCP Tools

microsoft-azure-gets-summary-tag

Microsoft Azure Gets A Summary Of Tag Usage Under The Subscription

read-only idempotent
microsoft-azure-creates-predefined-tag

Microsoft Azure Creates A Predefined Tag Name

idempotent
microsoft-azure-deletes-predefined-tag

Microsoft Azure Deletes A Predefined Tag Name

idempotent
microsoft-azure-deletes-predefined-tag-2

Microsoft Azure Deletes A Predefined Tag Value For A Predefined Tag Name

idempotent
microsoft-azure-creates-predefined-value

Microsoft Azure Creates A Predefined Value For A Predefined Tag Name

idempotent
microsoft-azure-creates-updates-entire

Microsoft Azure Creates Or Updates The Entire Set Of Tags On A Resource Or Subscription

idempotent
microsoft-azure-selectively-updates-set

Microsoft Azure Selectively Updates The Set Of Tags On A Resource Or Subscription

idempotent
microsoft-azure-gets-entire-set

Microsoft Azure Gets The Entire Set Of Tags On A Resource Or Subscription

read-only idempotent
microsoft-azure-deletes-entire-set

Microsoft Azure Deletes The Entire Set Of Tags On A Resource Or Subscription

idempotent

Capability Spec

resourcemanagementclient-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ResourceManagementClient
  description: 'Microsoft Azure ResourceManagementClient. 9 operations. Lead operation: Microsoft Azure Gets A Summary Of
    Tag Usage Under The Subscription. 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: resourcemanagementclient-general
    baseUri: https://management.azure.com
    description: Microsoft Azure ResourceManagementClient business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-tagNames
      path: /subscriptions/{subscriptionId}/tagNames
      operations:
      - name: microsoftazuretagslist
        method: GET
        description: Microsoft Azure Gets A Summary Of Tag Usage Under The Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-tagNames-tagName
      path: /subscriptions/{subscriptionId}/tagNames/{tagName}
      operations:
      - name: microsoftazuretagscreateorupdate
        method: PUT
        description: Microsoft Azure Creates A Predefined Tag Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tagName
          in: path
          type: string
          description: The name of the tag to create.
          required: true
      - name: microsoftazuretagsdelete
        method: DELETE
        description: Microsoft Azure Deletes A Predefined Tag Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tagName
          in: path
          type: string
          description: The name of the tag.
          required: true
    - name: subscriptions-subscriptionId-tagNames-tagName-tagValues-tagValue
      path: /subscriptions/{subscriptionId}/tagNames/{tagName}/tagValues/{tagValue}
      operations:
      - name: microsoftazuretagsdeletevalue
        method: DELETE
        description: Microsoft Azure Deletes A Predefined Tag Value For A Predefined Tag Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tagName
          in: path
          type: string
          description: The name of the tag.
          required: true
        - name: tagValue
          in: path
          type: string
          description: The value of the tag to delete.
          required: true
      - name: microsoftazuretagscreateorupdatevalue
        method: PUT
        description: Microsoft Azure Creates A Predefined Value For A Predefined Tag Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tagName
          in: path
          type: string
          description: The name of the tag.
          required: true
        - name: tagValue
          in: path
          type: string
          description: The value of the tag to create.
          required: true
    - name: scope-providers-Microsoft.Resources-tags-default
      path: /{scope}/providers/Microsoft.Resources/tags/default
      operations:
      - name: microsoftazuretagscreateorupdateatscope
        method: PUT
        description: Microsoft Azure Creates Or Updates The Entire Set Of Tags On A Resource Or Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          required: true
      - name: microsoftazuretagsupdateatscope
        method: PATCH
        description: Microsoft Azure Selectively Updates The Set Of Tags On A Resource Or Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          required: true
      - name: microsoftazuretagsgetatscope
        method: GET
        description: Microsoft Azure Gets The Entire Set Of Tags On A Resource Or Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuretagsdeleteatscope
        method: DELETE
        description: Microsoft Azure Deletes The Entire Set Of Tags On A Resource Or Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: resourcemanagementclient-general-rest
    port: 8080
    description: REST adapter for Microsoft Azure ResourceManagementClient. 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: microsoftazuretagslist
        description: Microsoft Azure Gets A Summary Of Tag Usage Under The Subscription
        call: resourcemanagementclient-general.microsoftazuretagslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/tagnames/{tagname}
      name: subscriptions-subscriptionid-tagnames-tagname
      description: REST surface for subscriptions-subscriptionId-tagNames-tagName.
      operations:
      - method: PUT
        name: microsoftazuretagscreateorupdate
        description: Microsoft Azure Creates A Predefined Tag Name
        call: resourcemanagementclient-general.microsoftazuretagscreateorupdate
        with:
          tagName: rest.tagName
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuretagsdelete
        description: Microsoft Azure Deletes A Predefined Tag Name
        call: resourcemanagementclient-general.microsoftazuretagsdelete
        with:
          tagName: rest.tagName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/tagnames/{tagname}/tagvalues/{tagvalue}
      name: subscriptions-subscriptionid-tagnames-tagname-tagvalues-tagvalue
      description: REST surface for subscriptions-subscriptionId-tagNames-tagName-tagValues-tagValue.
      operations:
      - method: DELETE
        name: microsoftazuretagsdeletevalue
        description: Microsoft Azure Deletes A Predefined Tag Value For A Predefined Tag Name
        call: resourcemanagementclient-general.microsoftazuretagsdeletevalue
        with:
          tagName: rest.tagName
          tagValue: rest.tagValue
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuretagscreateorupdatevalue
        description: Microsoft Azure Creates A Predefined Value For A Predefined Tag Name
        call: resourcemanagementclient-general.microsoftazuretagscreateorupdatevalue
        with:
          tagName: rest.tagName
          tagValue: rest.tagValue
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-resources/tags/default
      name: scope-providers-microsoft-resources-tags-default
      description: REST surface for scope-providers-Microsoft.Resources-tags-default.
      operations:
      - method: PUT
        name: microsoftazuretagscreateorupdateatscope
        description: Microsoft Azure Creates Or Updates The Entire Set Of Tags On A Resource Or Subscription
        call: resourcemanagementclient-general.microsoftazuretagscreateorupdateatscope
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuretagsupdateatscope
        description: Microsoft Azure Selectively Updates The Set Of Tags On A Resource Or Subscription
        call: resourcemanagementclient-general.microsoftazuretagsupdateatscope
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuretagsgetatscope
        description: Microsoft Azure Gets The Entire Set Of Tags On A Resource Or Subscription
        call: resourcemanagementclient-general.microsoftazuretagsgetatscope
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuretagsdeleteatscope
        description: Microsoft Azure Deletes The Entire Set Of Tags On A Resource Or Subscription
        call: resourcemanagementclient-general.microsoftazuretagsdeleteatscope
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: resourcemanagementclient-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ResourceManagementClient. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-summary-tag
      description: Microsoft Azure Gets A Summary Of Tag Usage Under The Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: resourcemanagementclient-general.microsoftazuretagslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-predefined-tag
      description: Microsoft Azure Creates A Predefined Tag Name
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: resourcemanagementclient-general.microsoftazuretagscreateorupdate
      with:
        tagName: tools.tagName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-predefined-tag
      description: Microsoft Azure Deletes A Predefined Tag Name
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: resourcemanagementclient-general.microsoftazuretagsdelete
      with:
        tagName: tools.tagName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-predefined-tag-2
      description: Microsoft Azure Deletes A Predefined Tag Value For A Predefined Tag Name
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: resourcemanagementclient-general.microsoftazuretagsdeletevalue
      with:
        tagName: tools.tagName
        tagValue: tools.tagValue
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-predefined-value
      description: Microsoft Azure Creates A Predefined Value For A Predefined Tag Name
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: resourcemanagementclient-general.microsoftazuretagscreateorupdatevalue
      with:
        tagName: tools.tagName
        tagValue: tools.tagValue
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-updates-entire
      description: Microsoft Azure Creates Or Updates The Entire Set Of Tags On A Resource Or Subscription
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: resourcemanagementclient-general.microsoftazuretagscreateorupdateatscope
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-selectively-updates-set
      description: Microsoft Azure Selectively Updates The Set Of Tags On A Resource Or Subscription
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: resourcemanagementclient-general.microsoftazuretagsupdateatscope
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-entire-set
      description: Microsoft Azure Gets The Entire Set Of Tags On A Resource Or Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: resourcemanagementclient-general.microsoftazuretagsgetatscope
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-entire-set
      description: Microsoft Azure Deletes The Entire Set Of Tags On A Resource Or Subscription
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: resourcemanagementclient-general.microsoftazuretagsdeleteatscope
      outputParameters:
      - type: object
        mapping: $.