Azure API Management REST API — ProductTag

Azure API Management REST API — ProductTag. 5 operations. Lead operation: Microsoft Azure API Management Tag_ListByProduct. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.

Run with Naftiko Microsoft Azure Api ManagementProductTag

What You Can Do

GET
Taglistbyproduct — Microsoft Azure API Management Tag_ListByProduct
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/tags
HEAD
Taggetentitystatebyproduct — Microsoft Azure API Management Tag_GetEntityStateByProduct
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/tags/{tagid}
GET
Taggetbyproduct — Microsoft Azure API Management Tag_GetByProduct
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/tags/{tagid}
PUT
Tagassigntoproduct — Microsoft Azure API Management Tag_AssignToProduct
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/tags/{tagid}
DELETE
Tagdetachfromproduct — Microsoft Azure API Management Tag_DetachFromProduct
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/tags/{tagid}

MCP Tools

microsoft-azure-api-management-tag

Microsoft Azure API Management Tag_ListByProduct

read-only idempotent
microsoft-azure-api-management-tag-2

Microsoft Azure API Management Tag_GetEntityStateByProduct

microsoft-azure-api-management-tag-3

Microsoft Azure API Management Tag_GetByProduct

read-only idempotent
microsoft-azure-api-management-tag-4

Microsoft Azure API Management Tag_AssignToProduct

idempotent
microsoft-azure-api-management-tag-5

Microsoft Azure API Management Tag_DetachFromProduct

idempotent

Capability Spec

rest-producttag.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management REST API — ProductTag
  description: 'Azure API Management REST API — ProductTag. 5 operations. Lead operation: Microsoft Azure API Management Tag_ListByProduct.
    Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.'
  tags:
  - Microsoft Azure Api Management
  - ProductTag
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_MANAGEMENT_API_KEY: MICROSOFT_AZURE_API_MANAGEMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-producttag
    baseUri: https://management.azure.com
    description: Azure API Management REST API — ProductTag business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/tags
      operations:
      - name: taglistbyproduct
        method: GET
        description: Microsoft Azure API Management Tag_ListByProduct
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/tags/{tagId}
      operations:
      - name: taggetentitystatebyproduct
        method: HEAD
        description: Microsoft Azure API Management Tag_GetEntityStateByProduct
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: taggetbyproduct
        method: GET
        description: Microsoft Azure API Management Tag_GetByProduct
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: tagassigntoproduct
        method: PUT
        description: Microsoft Azure API Management Tag_AssignToProduct
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: tagdetachfromproduct
        method: DELETE
        description: Microsoft Azure API Management Tag_DetachFromProduct
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-producttag-rest
    port: 8080
    description: REST adapter for Azure API Management REST API — ProductTag. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/tags
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: taglistbyproduct
        description: Microsoft Azure API Management Tag_ListByProduct
        call: rest-producttag.taglistbyproduct
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/products/{productid}/tags/{tagid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: HEAD
        name: taggetentitystatebyproduct
        description: Microsoft Azure API Management Tag_GetEntityStateByProduct
        call: rest-producttag.taggetentitystatebyproduct
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: taggetbyproduct
        description: Microsoft Azure API Management Tag_GetByProduct
        call: rest-producttag.taggetbyproduct
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: tagassigntoproduct
        description: Microsoft Azure API Management Tag_AssignToProduct
        call: rest-producttag.tagassigntoproduct
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: tagdetachfromproduct
        description: Microsoft Azure API Management Tag_DetachFromProduct
        call: rest-producttag.tagdetachfromproduct
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-producttag-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management REST API — ProductTag. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-api-management-tag
      description: Microsoft Azure API Management Tag_ListByProduct
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-producttag.taglistbyproduct
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-tag-2
      description: Microsoft Azure API Management Tag_GetEntityStateByProduct
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-producttag.taggetentitystatebyproduct
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-tag-3
      description: Microsoft Azure API Management Tag_GetByProduct
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-producttag.taggetbyproduct
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-tag-4
      description: Microsoft Azure API Management Tag_AssignToProduct
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-producttag.tagassigntoproduct
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-tag-5
      description: Microsoft Azure API Management Tag_DetachFromProduct
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-producttag.tagdetachfromproduct
      outputParameters:
      - type: object
        mapping: $.