naftiko: 1.0.0-alpha2 info: label: Azure Pipelines REST API — Artifacts description: 'Azure Pipelines REST API — Artifacts. 1 operations. Lead operation: Azure Pipelines List run artifacts. Self-contained Naftiko capability covering one Microsoft Azure Pipelines business surface.' tags: - Microsoft Azure Pipelines - Artifacts created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: MICROSOFT_AZURE_PIPELINES_API_KEY: MICROSOFT_AZURE_PIPELINES_API_KEY capability: consumes: - type: http namespace: azure-pipelines-rest-artifacts baseUri: https://dev.azure.com/{organization}/{project}/_apis description: Azure Pipelines REST API — Artifacts business capability. Self-contained, no shared references. resources: - name: pipelines-pipelineId-runs-runId-artifacts path: /pipelines/{pipelineId}/runs/{runId}/artifacts operations: - name: listrunartifacts method: GET description: Azure Pipelines List run artifacts outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: artifactName in: query type: string description: Filter by a specific artifact name - name: $expand in: query type: string description: Expand additional artifact details such as signed content authentication: type: bearer token: '{{env.MICROSOFT_AZURE_PIPELINES_API_KEY}}' exposes: - type: rest namespace: azure-pipelines-rest-artifacts-rest port: 8080 description: REST adapter for Azure Pipelines REST API — Artifacts. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/pipelines/{pipelineid}/runs/{runid}/artifacts name: pipelines-pipelineid-runs-runid-artifacts description: REST surface for pipelines-pipelineId-runs-runId-artifacts. operations: - method: GET name: listrunartifacts description: Azure Pipelines List run artifacts call: azure-pipelines-rest-artifacts.listrunartifacts with: artifactName: rest.artifactName $expand: rest.$expand outputParameters: - type: object mapping: $. - type: mcp namespace: azure-pipelines-rest-artifacts-mcp port: 9090 transport: http description: MCP adapter for Azure Pipelines REST API — Artifacts. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: azure-pipelines-list-run-artifacts description: Azure Pipelines List run artifacts hints: readOnly: true destructive: false idempotent: true call: azure-pipelines-rest-artifacts.listrunartifacts with: artifactName: tools.artifactName $expand: tools.$expand outputParameters: - type: object mapping: $.