naftiko: 1.0.0-alpha2 info: label: Google Cloud Deploy API — Rollouts description: 'Google Cloud Deploy API — Rollouts. 3 operations. Lead operation: Google Cloud Deploy List rollouts. Self-contained Naftiko capability covering one Google Cloud Deploy business surface.' tags: - Google Cloud Deploy - Rollouts created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: GOOGLE_CLOUD_DEPLOY_API_KEY: GOOGLE_CLOUD_DEPLOY_API_KEY capability: consumes: - type: http namespace: cloud-deploy-rollouts baseUri: https://clouddeploy.googleapis.com/v1 description: Google Cloud Deploy API — Rollouts business capability. Self-contained, no shared references. resources: - name: projects-projectId-locations-location-deliveryPipelines-pipelineId-releases-rele path: /projects/{projectId}/locations/{location}/deliveryPipelines/{pipelineId}/releases/{releaseId}/rollouts operations: - name: listrollouts method: GET description: Google Cloud Deploy List rollouts outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createrollout method: POST description: Google Cloud Deploy Create a rollout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: rolloutId in: query type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: projects-projectId-locations-location-deliveryPipelines-pipelineId-releases-rele path: /projects/{projectId}/locations/{location}/deliveryPipelines/{pipelineId}/releases/{releaseId}/rollouts/{rolloutId}:approve operations: - name: approverollout method: POST description: Google Cloud Deploy Approve a rollout outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: rolloutId in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.GOOGLE_CLOUD_DEPLOY_API_KEY}}' exposes: - type: rest namespace: cloud-deploy-rollouts-rest port: 8080 description: REST adapter for Google Cloud Deploy API — Rollouts. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/projects/{projectid}/locations/{location}/deliverypipelines/{pipelineid}/releases/{releaseid}/rollouts name: projects-projectid-locations-location-deliverypipelines-pipelineid-releases-rele description: REST surface for projects-projectId-locations-location-deliveryPipelines-pipelineId-releases-rele. operations: - method: GET name: listrollouts description: Google Cloud Deploy List rollouts call: cloud-deploy-rollouts.listrollouts outputParameters: - type: object mapping: $. - method: POST name: createrollout description: Google Cloud Deploy Create a rollout call: cloud-deploy-rollouts.createrollout with: rolloutId: rest.rolloutId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/projects/{projectid}/locations/{location}/deliverypipelines/{pipelineid}/releases/{releaseid}/rollouts/rolloutid-approve name: projects-projectid-locations-location-deliverypipelines-pipelineid-releases-rele description: REST surface for projects-projectId-locations-location-deliveryPipelines-pipelineId-releases-rele. operations: - method: POST name: approverollout description: Google Cloud Deploy Approve a rollout call: cloud-deploy-rollouts.approverollout with: rolloutId: rest.rolloutId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: cloud-deploy-rollouts-mcp port: 9090 transport: http description: MCP adapter for Google Cloud Deploy API — Rollouts. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: google-cloud-deploy-list-rollouts description: Google Cloud Deploy List rollouts hints: readOnly: true destructive: false idempotent: true call: cloud-deploy-rollouts.listrollouts outputParameters: - type: object mapping: $. - name: google-cloud-deploy-create-rollout description: Google Cloud Deploy Create a rollout hints: readOnly: false destructive: false idempotent: false call: cloud-deploy-rollouts.createrollout with: rolloutId: tools.rolloutId body: tools.body outputParameters: - type: object mapping: $. - name: google-cloud-deploy-approve-rollout description: Google Cloud Deploy Approve a rollout hints: readOnly: false destructive: false idempotent: false call: cloud-deploy-rollouts.approverollout with: rolloutId: tools.rolloutId body: tools.body outputParameters: - type: object mapping: $.