Azure API Management REST API — TagApiLink

Azure API Management REST API — TagApiLink. 4 operations. Lead operation: Microsoft Azure API Management TagApiLink_ListByProduct. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.

Run with Naftiko Microsoft Azure Api ManagementTagApiLink

What You Can Do

GET
Tagapilinklistbyproduct — Microsoft Azure API Management TagApiLink_ListByProduct
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/tags/{tagid}/apilinks
GET
Tagapilinkget — Microsoft Azure API Management TagApiLink_Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/tags/{tagid}/apilinks/{apilinkid}
PUT
Tagapilinkcreateorupdate — Microsoft Azure API Management TagApiLink_CreateOrUpdate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/tags/{tagid}/apilinks/{apilinkid}
DELETE
Tagapilinkdelete — Microsoft Azure API Management TagApiLink_Delete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/tags/{tagid}/apilinks/{apilinkid}

MCP Tools

microsoft-azure-api-management-tagapilink

Microsoft Azure API Management TagApiLink_ListByProduct

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

Microsoft Azure API Management TagApiLink_Get

read-only idempotent
microsoft-azure-api-management-tagapilink-3

Microsoft Azure API Management TagApiLink_CreateOrUpdate

idempotent
microsoft-azure-api-management-tagapilink-4

Microsoft Azure API Management TagApiLink_Delete

idempotent

Capability Spec

rest-tagapilink.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management REST API — TagApiLink
  description: 'Azure API Management REST API — TagApiLink. 4 operations. Lead operation: Microsoft Azure API Management TagApiLink_ListByProduct.
    Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.'
  tags:
  - Microsoft Azure Api Management
  - TagApiLink
  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-tagapilink
    baseUri: https://management.azure.com
    description: Azure API Management REST API — TagApiLink 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}/tags/{tagId}/apiLinks
      operations:
      - name: tagapilinklistbyproduct
        method: GET
        description: Microsoft Azure API Management TagApiLink_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}/tags/{tagId}/apiLinks/{apiLinkId}
      operations:
      - name: tagapilinkget
        method: GET
        description: Microsoft Azure API Management TagApiLink_Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: tagapilinkcreateorupdate
        method: PUT
        description: Microsoft Azure API Management TagApiLink_CreateOrUpdate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: tagapilinkdelete
        method: DELETE
        description: Microsoft Azure API Management TagApiLink_Delete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-tagapilink-rest
    port: 8080
    description: REST adapter for Azure API Management REST API — TagApiLink. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/tags/{tagid}/apilinks
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: tagapilinklistbyproduct
        description: Microsoft Azure API Management TagApiLink_ListByProduct
        call: rest-tagapilink.tagapilinklistbyproduct
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/tags/{tagid}/apilinks/{apilinkid}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: tagapilinkget
        description: Microsoft Azure API Management TagApiLink_Get
        call: rest-tagapilink.tagapilinkget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: tagapilinkcreateorupdate
        description: Microsoft Azure API Management TagApiLink_CreateOrUpdate
        call: rest-tagapilink.tagapilinkcreateorupdate
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: tagapilinkdelete
        description: Microsoft Azure API Management TagApiLink_Delete
        call: rest-tagapilink.tagapilinkdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-tagapilink-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management REST API — TagApiLink. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-api-management-tagapilink
      description: Microsoft Azure API Management TagApiLink_ListByProduct
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-tagapilink.tagapilinklistbyproduct
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-tagapilink-2
      description: Microsoft Azure API Management TagApiLink_Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-tagapilink.tagapilinkget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-tagapilink-3
      description: Microsoft Azure API Management TagApiLink_CreateOrUpdate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-tagapilink.tagapilinkcreateorupdate
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-tagapilink-4
      description: Microsoft Azure API Management TagApiLink_Delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-tagapilink.tagapilinkdelete
      outputParameters:
      - type: object
        mapping: $.