Microsoft Azure · Capability

Microsoft Azure Azure DevOps — Pipelines

Microsoft Azure Azure DevOps — Pipelines. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Devops Pipelines. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePipelines

What You Can Do

GET
Microsoftazurepipelineslistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Devops Pipelines
/v1/subscriptions/{subscriptionid}/providers/microsoft-devops/pipelines
GET
Microsoftazurepipelineslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops Pipelines
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devops/pipelines
PUT
Microsoftazurepipelinescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops Pipelines Pipelinename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devops/pipelines/{pipelinename}
GET
Microsoftazurepipelinesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops Pipelines Pipelinename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devops/pipelines/{pipelinename}
PATCH
Microsoftazurepipelinesupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops Pipelines Pipelinename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devops/pipelines/{pipelinename}
DELETE
Microsoftazurepipelinesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops Pipelines Pipelinename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devops/pipelines/{pipelinename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Devops Pipelines

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops Pipelines

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops Pipelines Pipelinename

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops Pipelines Pipelinename

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

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops Pipelines Pipelinename

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops Pipelines Pipelinename

idempotent

Capability Spec

azure-devops-pipelines.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure DevOps — Pipelines
  description: 'Microsoft Azure Azure DevOps — Pipelines. 6 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Providers Microsoft Devops Pipelines. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Pipelines
  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-devops-pipelines
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure DevOps — Pipelines business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.DevOps-pipelines
      path: /subscriptions/{subscriptionId}/providers/Microsoft.DevOps/pipelines
      operations:
      - name: microsoftazurepipelineslistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Devops Pipelines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines
      operations:
      - name: microsoftazurepipelineslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devops Pipelines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOps/pipelines/{pipelineName}
      operations:
      - name: microsoftazurepipelinescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devops Pipelines Pipelinename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pipelineName
          in: path
          type: string
          description: The name of the Pipeline resource in ARM.
          required: true
        - name: createOperationParameters
          in: body
          type: string
          description: The request payload to create the Pipeline.
          required: true
      - name: microsoftazurepipelinesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devops Pipelines Pipelinename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pipelineName
          in: path
          type: string
          description: The name of the Pipeline resource in ARM.
          required: true
      - name: microsoftazurepipelinesupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devops Pipelines Pipelinename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pipelineName
          in: path
          type: string
          description: The name of the Azure Pipeline resource.
          required: true
        - name: updateOperationParameters
          in: body
          type: string
          description: The request payload containing the properties to update in the Azure Pipeline.
          required: true
      - name: microsoftazurepipelinesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devops Pipelines Pipelinename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pipelineName
          in: path
          type: string
          description: The name of the Pipeline resource.
          required: true
  exposes:
  - type: rest
    namespace: azure-devops-pipelines-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure DevOps — Pipelines. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-devops/pipelines
      name: subscriptions-subscriptionid-providers-microsoft-devops-pipelines
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.DevOps-pipelines.
      operations:
      - method: GET
        name: microsoftazurepipelineslistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Devops Pipelines
        call: azure-devops-pipelines.microsoftazurepipelineslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devops/pipelines
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepipelineslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devops Pipelines
        call: azure-devops-pipelines.microsoftazurepipelineslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-devops/pipelines/{pipelinename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurepipelinescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devops Pipelines Pipelinename
        call: azure-devops-pipelines.microsoftazurepipelinescreateorupdate
        with:
          pipelineName: rest.pipelineName
          createOperationParameters: rest.createOperationParameters
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurepipelinesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devops Pipelines Pipelinename
        call: azure-devops-pipelines.microsoftazurepipelinesget
        with:
          pipelineName: rest.pipelineName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurepipelinesupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devops Pipelines Pipelinename
        call: azure-devops-pipelines.microsoftazurepipelinesupdate
        with:
          pipelineName: rest.pipelineName
          updateOperationParameters: rest.updateOperationParameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurepipelinesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Devops Pipelines Pipelinename
        call: azure-devops-pipelines.microsoftazurepipelinesdelete
        with:
          pipelineName: rest.pipelineName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-devops-pipelines-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure DevOps — Pipelines. 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 Devops Pipelines
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-devops-pipelines.microsoftazurepipelineslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops
        Pipelines
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-devops-pipelines.microsoftazurepipelineslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops
        Pipelines Pipelinename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-devops-pipelines.microsoftazurepipelinescreateorupdate
      with:
        pipelineName: tools.pipelineName
        createOperationParameters: tools.createOperationParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devops
        Pipelines Pipelinename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-devops-pipelines.microsoftazurepipelinesget
      with:
        pipelineName: tools.pipelineName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Devops Pipelines Pipelinename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-devops-pipelines.microsoftazurepipelinesupdate
      with:
        pipelineName: tools.pipelineName
        updateOperationParameters: tools.updateOperationParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Devops Pipelines Pipelinename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-devops-pipelines.microsoftazurepipelinesdelete
      with:
        pipelineName: tools.pipelineName
      outputParameters:
      - type: object
        mapping: $.