naftiko: 1.0.0-alpha2 info: label: Azure DevOps Pipelines API — Pipelines description: 'Azure DevOps Pipelines API — Pipelines. 3 operations. Lead operation: Azure DevOps List pipelines. Self-contained Naftiko capability covering one Microsoft Azure Devops business surface.' tags: - Microsoft Azure Devops - Pipelines created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: MICROSOFT_AZURE_DEVOPS_API_KEY: MICROSOFT_AZURE_DEVOPS_API_KEY capability: consumes: - type: http namespace: azure-devops-pipelines-pipelines baseUri: https://dev.azure.com/{organization}/{project}/_apis description: Azure DevOps Pipelines API — Pipelines business capability. Self-contained, no shared references. resources: - name: pipelines path: /pipelines operations: - name: pipelineslist method: GET description: Azure DevOps List pipelines outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orderBy in: query type: string description: Sort order for pipelines (e.g., name, createdDate) - name: $top in: query type: integer description: Maximum number of pipelines to return - name: continuationToken in: query type: string description: Continuation token for paginated results - name: pipelinescreate method: POST description: Azure DevOps Create a pipeline outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: pipelines-pipelineId path: /pipelines/{pipelineId} operations: - name: pipelinesget method: GET description: Azure DevOps Get a pipeline outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: pipelineVersion in: query type: integer description: Specific version of the pipeline to retrieve authentication: type: bearer token: '{{env.MICROSOFT_AZURE_DEVOPS_API_KEY}}' exposes: - type: rest namespace: azure-devops-pipelines-pipelines-rest port: 8080 description: REST adapter for Azure DevOps Pipelines API — Pipelines. 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: pipelineslist description: Azure DevOps List pipelines call: azure-devops-pipelines-pipelines.pipelineslist with: orderBy: rest.orderBy $top: rest.$top continuationToken: rest.continuationToken outputParameters: - type: object mapping: $. - method: POST name: pipelinescreate description: Azure DevOps Create a pipeline call: azure-devops-pipelines-pipelines.pipelinescreate with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/pipelines/{pipelineid} name: pipelines-pipelineid description: REST surface for pipelines-pipelineId. operations: - method: GET name: pipelinesget description: Azure DevOps Get a pipeline call: azure-devops-pipelines-pipelines.pipelinesget with: pipelineVersion: rest.pipelineVersion outputParameters: - type: object mapping: $. - type: mcp namespace: azure-devops-pipelines-pipelines-mcp port: 9090 transport: http description: MCP adapter for Azure DevOps Pipelines API — Pipelines. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: azure-devops-list-pipelines description: Azure DevOps List pipelines hints: readOnly: true destructive: false idempotent: true call: azure-devops-pipelines-pipelines.pipelineslist with: orderBy: tools.orderBy $top: tools.$top continuationToken: tools.continuationToken outputParameters: - type: object mapping: $. - name: azure-devops-create-pipeline description: Azure DevOps Create a pipeline hints: readOnly: false destructive: false idempotent: false call: azure-devops-pipelines-pipelines.pipelinescreate with: body: tools.body outputParameters: - type: object mapping: $. - name: azure-devops-get-pipeline description: Azure DevOps Get a pipeline hints: readOnly: true destructive: false idempotent: true call: azure-devops-pipelines-pipelines.pipelinesget with: pipelineVersion: tools.pipelineVersion outputParameters: - type: object mapping: $.