Microsoft Azure · Capability

Microsoft Azure DataLakeAnalyticsJobManagementClient — Pipeline

Microsoft Azure DataLakeAnalyticsJobManagementClient — Pipeline. 2 operations. Lead operation: Microsoft Azure Get Pipelines. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePipeline

What You Can Do

GET
Microsoftazurepipelinelist — Microsoft Azure Get Pipelines
/v1/pipelines
GET
Microsoftazurepipelineget — Microsoft Azure Get Pipelines Pipelineidentity
/v1/pipelines/{pipelineidentity}

MCP Tools

microsoft-azure-get-pipelines

Microsoft Azure Get Pipelines

read-only idempotent
microsoft-azure-get-pipelines-pipelineidentity

Microsoft Azure Get Pipelines Pipelineidentity

read-only idempotent

Capability Spec

datalakeanalyticsjobmanagementclient-pipeline.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataLakeAnalyticsJobManagementClient — Pipeline
  description: 'Microsoft Azure DataLakeAnalyticsJobManagementClient — Pipeline. 2 operations. Lead operation: Microsoft Azure
    Get Pipelines. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Pipeline
  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: datalakeanalyticsjobmanagementclient-pipeline
    baseUri: ''
    description: Microsoft Azure DataLakeAnalyticsJobManagementClient — Pipeline business capability. Self-contained, no shared
      references.
    resources:
    - name: pipelines
      path: /pipelines
      operations:
      - name: microsoftazurepipelinelist
        method: GET
        description: Microsoft Azure Get Pipelines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startDateTime
          in: query
          type: string
          description: The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more
            than 30 days apart.
        - name: endDateTime
          in: query
          type: string
          description: The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more
            than 30 days apart.
    - name: pipelines-pipelineIdentity
      path: /pipelines/{pipelineIdentity}
      operations:
      - name: microsoftazurepipelineget
        method: GET
        description: Microsoft Azure Get Pipelines Pipelineidentity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pipelineIdentity
          in: path
          type: string
          description: Pipeline ID.
          required: true
        - name: startDateTime
          in: query
          type: string
          description: The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime
            can be no more than 30 days apart.
        - name: endDateTime
          in: query
          type: string
          description: The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime
            can be no more than 30 days apart.
  exposes:
  - type: rest
    namespace: datalakeanalyticsjobmanagementclient-pipeline-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataLakeAnalyticsJobManagementClient — Pipeline. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/pipelines
      name: pipelines
      description: REST surface for pipelines.
      operations:
      - method: GET
        name: microsoftazurepipelinelist
        description: Microsoft Azure Get Pipelines
        call: datalakeanalyticsjobmanagementclient-pipeline.microsoftazurepipelinelist
        with:
          startDateTime: rest.startDateTime
          endDateTime: rest.endDateTime
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/pipelines/{pipelineidentity}
      name: pipelines-pipelineidentity
      description: REST surface for pipelines-pipelineIdentity.
      operations:
      - method: GET
        name: microsoftazurepipelineget
        description: Microsoft Azure Get Pipelines Pipelineidentity
        call: datalakeanalyticsjobmanagementclient-pipeline.microsoftazurepipelineget
        with:
          pipelineIdentity: rest.pipelineIdentity
          startDateTime: rest.startDateTime
          endDateTime: rest.endDateTime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datalakeanalyticsjobmanagementclient-pipeline-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataLakeAnalyticsJobManagementClient — Pipeline. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-pipelines
      description: Microsoft Azure Get Pipelines
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datalakeanalyticsjobmanagementclient-pipeline.microsoftazurepipelinelist
      with:
        startDateTime: tools.startDateTime
        endDateTime: tools.endDateTime
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-pipelines-pipelineidentity
      description: Microsoft Azure Get Pipelines Pipelineidentity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datalakeanalyticsjobmanagementclient-pipeline.microsoftazurepipelineget
      with:
        pipelineIdentity: tools.pipelineIdentity
        startDateTime: tools.startDateTime
        endDateTime: tools.endDateTime
      outputParameters:
      - type: object
        mapping: $.