Microsoft Azure · Capability

Microsoft Azure TrafficController — TrafficControllerInterface

Microsoft Azure TrafficController — TrafficControllerInterface. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Servicenetworking Trafficcontrollers. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTrafficControllerInterface

What You Can Do

GET
Microsoftazuretrafficcontrollerinterfacelistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Servicenetworking Trafficcontrollers
/v1/subscriptions/{subscriptionid}/providers/microsoft-servicenetworking/trafficcontrollers
GET
Microsoftazuretrafficcontrollerinterfacelistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking Trafficcontrollers
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicenetworking/trafficcontrollers
GET
Microsoftazuretrafficcontrollerinterfaceget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking Trafficcontrollers Trafficcontrollername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicenetworking/trafficcontrollers/{trafficcontrollername}
PUT
Microsoftazuretrafficcontrollerinterfacecreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking Trafficcontrollers Trafficcontrollername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicenetworking/trafficcontrollers/{trafficcontrollername}
PATCH
Microsoftazuretrafficcontrollerinterfaceupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking Trafficcontrollers Trafficcontrollername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicenetworking/trafficcontrollers/{trafficcontrollername}
DELETE
Microsoftazuretrafficcontrollerinterfacedelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking Trafficcontrollers Trafficcontrollername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicenetworking/trafficcontrollers/{trafficcontrollername}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Servicenetworking Trafficcontrollers

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking Trafficcontrollers

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking Trafficcontrollers Trafficcontrollername

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking Trafficcontrollers Trafficcontrollername

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking Trafficcontrollers Trafficcontrollername

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking Trafficcontrollers Trafficcontrollername

idempotent

Capability Spec

trafficcontroller-trafficcontrollerinterface.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure TrafficController — TrafficControllerInterface
  description: 'Microsoft Azure TrafficController — TrafficControllerInterface. 6 operations. Lead operation: Microsoft Azure
    Get Subscriptions Subscriptionid Providers Microsoft Servicenetworking Trafficcontrollers. Self-contained Naftiko capability
    covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - TrafficControllerInterface
  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: trafficcontroller-trafficcontrollerinterface
    baseUri: https://management.azure.com
    description: Microsoft Azure TrafficController — TrafficControllerInterface business capability. Self-contained, no shared
      references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.ServiceNetworking-trafficContro
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceNetworking/trafficControllers
      operations:
      - name: microsoftazuretrafficcontrollerinterfacelistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Servicenetworking Trafficcontrollers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers
      operations:
      - name: microsoftazuretrafficcontrollerinterfacelistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Servicenetworking Trafficcontrollers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}
      operations:
      - name: microsoftazuretrafficcontrollerinterfaceget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Servicenetworking Trafficcontrollers Trafficcontrollername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: trafficControllerName
          in: path
          type: string
          description: traffic controller name for path
          required: true
      - name: microsoftazuretrafficcontrollerinterfacecreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Servicenetworking Trafficcontrollers Trafficcontrollername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: trafficControllerName
          in: path
          type: string
          description: traffic controller name for path
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazuretrafficcontrollerinterfaceupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Servicenetworking Trafficcontrollers Trafficcontrollername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: trafficControllerName
          in: path
          type: string
          description: traffic controller name for path
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: microsoftazuretrafficcontrollerinterfacedelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Servicenetworking Trafficcontrollers Trafficcontrollername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: trafficControllerName
          in: path
          type: string
          description: traffic controller name for path
          required: true
  exposes:
  - type: rest
    namespace: trafficcontroller-trafficcontrollerinterface-rest
    port: 8080
    description: REST adapter for Microsoft Azure TrafficController — TrafficControllerInterface. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-servicenetworking/trafficcontrollers
      name: subscriptions-subscriptionid-providers-microsoft-servicenetworking-trafficcontro
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ServiceNetworking-trafficContro.
      operations:
      - method: GET
        name: microsoftazuretrafficcontrollerinterfacelistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Servicenetworking Trafficcontrollers
        call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfacelistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicenetworking/trafficcontrollers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuretrafficcontrollerinterfacelistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Servicenetworking Trafficcontrollers
        call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfacelistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-servicenetworking/trafficcontrollers/{trafficcontrollername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuretrafficcontrollerinterfaceget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Servicenetworking Trafficcontrollers Trafficcontrollername
        call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfaceget
        with:
          trafficControllerName: rest.trafficControllerName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuretrafficcontrollerinterfacecreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Servicenetworking Trafficcontrollers Trafficcontrollername
        call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfacecreateorupdate
        with:
          trafficControllerName: rest.trafficControllerName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuretrafficcontrollerinterfaceupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Servicenetworking Trafficcontrollers Trafficcontrollername
        call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfaceupdate
        with:
          trafficControllerName: rest.trafficControllerName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuretrafficcontrollerinterfacedelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Servicenetworking Trafficcontrollers Trafficcontrollername
        call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfacedelete
        with:
          trafficControllerName: rest.trafficControllerName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: trafficcontroller-trafficcontrollerinterface-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure TrafficController — TrafficControllerInterface. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Servicenetworking Trafficcontrollers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfacelistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking
        Trafficcontrollers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfacelistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking
        Trafficcontrollers Trafficcontrollername
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfaceget
      with:
        trafficControllerName: tools.trafficControllerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Servicenetworking
        Trafficcontrollers Trafficcontrollername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfacecreateorupdate
      with:
        trafficControllerName: tools.trafficControllerName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Servicenetworking Trafficcontrollers Trafficcontrollername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfaceupdate
      with:
        trafficControllerName: tools.trafficControllerName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Servicenetworking Trafficcontrollers Trafficcontrollername
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: trafficcontroller-trafficcontrollerinterface.microsoftazuretrafficcontrollerinterfacedelete
      with:
        trafficControllerName: tools.trafficControllerName
      outputParameters:
      - type: object
        mapping: $.