naftiko: 1.0.0-alpha2 info: label: Google Cloud Eventarc API — Projects description: 'Google Cloud Eventarc API — Projects. 10 operations. Lead operation: Google Cloud Eventarc List channels. Self-contained Naftiko capability covering one Google Cloud Eventarc business surface.' tags: - Google Cloud Eventarc - Projects created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: GOOGLE_CLOUD_EVENTARC_API_KEY: GOOGLE_CLOUD_EVENTARC_API_KEY capability: consumes: - type: http namespace: openapi-projects baseUri: https://eventarc.googleapis.com description: Google Cloud Eventarc API — Projects business capability. Self-contained, no shared references. resources: - name: v1-projects-project-locations-location-channels path: /v1/projects/{project}/locations/{location}/channels operations: - name: listchannels method: GET description: Google Cloud Eventarc List channels outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: createchannel method: POST description: Google Cloud Eventarc Create a channel outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: channelId in: query type: string - name: body in: body type: object description: Request body (JSON). required: true - name: v1-projects-project-locations-location-channels-channel path: /v1/projects/{project}/locations/{location}/channels/{channel} operations: - name: getchannel method: GET description: Google Cloud Eventarc Get a channel outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: channel in: path type: string required: true - name: deletechannel method: DELETE description: Google Cloud Eventarc Delete a channel outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: channel in: path type: string required: true - name: v1-projects-project-locations-location-providers path: /v1/projects/{project}/locations/{location}/providers operations: - name: listproviders method: GET description: Google Cloud Eventarc List providers outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: v1-projects-project-locations-location-triggers path: /v1/projects/{project}/locations/{location}/triggers operations: - name: listtriggers method: GET description: Google Cloud Eventarc List triggers outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: createtrigger method: POST description: Google Cloud Eventarc Create a trigger outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: triggerId in: query type: string - name: body in: body type: object description: Request body (JSON). required: true - name: v1-projects-project-locations-location-triggers-trigger path: /v1/projects/{project}/locations/{location}/triggers/{trigger} operations: - name: gettrigger method: GET description: Google Cloud Eventarc Get a trigger outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: trigger in: path type: string required: true - name: updatetrigger method: PATCH description: Google Cloud Eventarc Update a trigger outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: trigger in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deletetrigger method: DELETE description: Google Cloud Eventarc Delete a trigger outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: trigger in: path type: string required: true exposes: - type: rest namespace: openapi-projects-rest port: 8080 description: REST adapter for Google Cloud Eventarc API — Projects. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/projects/{project}/locations/{location}/channels name: v1-projects-project-locations-location-channels description: REST surface for v1-projects-project-locations-location-channels. operations: - method: GET name: listchannels description: Google Cloud Eventarc List channels call: openapi-projects.listchannels with: project: rest.project location: rest.location outputParameters: - type: object mapping: $. - method: POST name: createchannel description: Google Cloud Eventarc Create a channel call: openapi-projects.createchannel with: project: rest.project location: rest.location channelId: rest.channelId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/projects/{project}/locations/{location}/channels/{channel} name: v1-projects-project-locations-location-channels-channel description: REST surface for v1-projects-project-locations-location-channels-channel. operations: - method: GET name: getchannel description: Google Cloud Eventarc Get a channel call: openapi-projects.getchannel with: project: rest.project location: rest.location channel: rest.channel outputParameters: - type: object mapping: $. - method: DELETE name: deletechannel description: Google Cloud Eventarc Delete a channel call: openapi-projects.deletechannel with: project: rest.project location: rest.location channel: rest.channel outputParameters: - type: object mapping: $. - path: /v1/v1/projects/{project}/locations/{location}/providers name: v1-projects-project-locations-location-providers description: REST surface for v1-projects-project-locations-location-providers. operations: - method: GET name: listproviders description: Google Cloud Eventarc List providers call: openapi-projects.listproviders with: project: rest.project location: rest.location outputParameters: - type: object mapping: $. - path: /v1/v1/projects/{project}/locations/{location}/triggers name: v1-projects-project-locations-location-triggers description: REST surface for v1-projects-project-locations-location-triggers. operations: - method: GET name: listtriggers description: Google Cloud Eventarc List triggers call: openapi-projects.listtriggers with: project: rest.project location: rest.location outputParameters: - type: object mapping: $. - method: POST name: createtrigger description: Google Cloud Eventarc Create a trigger call: openapi-projects.createtrigger with: project: rest.project location: rest.location triggerId: rest.triggerId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/projects/{project}/locations/{location}/triggers/{trigger} name: v1-projects-project-locations-location-triggers-trigger description: REST surface for v1-projects-project-locations-location-triggers-trigger. operations: - method: GET name: gettrigger description: Google Cloud Eventarc Get a trigger call: openapi-projects.gettrigger with: project: rest.project location: rest.location trigger: rest.trigger outputParameters: - type: object mapping: $. - method: PATCH name: updatetrigger description: Google Cloud Eventarc Update a trigger call: openapi-projects.updatetrigger with: project: rest.project location: rest.location trigger: rest.trigger body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletetrigger description: Google Cloud Eventarc Delete a trigger call: openapi-projects.deletetrigger with: project: rest.project location: rest.location trigger: rest.trigger outputParameters: - type: object mapping: $. - type: mcp namespace: openapi-projects-mcp port: 9090 transport: http description: MCP adapter for Google Cloud Eventarc API — Projects. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: google-cloud-eventarc-list-channels description: Google Cloud Eventarc List channels hints: readOnly: true destructive: false idempotent: true call: openapi-projects.listchannels with: project: tools.project location: tools.location outputParameters: - type: object mapping: $. - name: google-cloud-eventarc-create-channel description: Google Cloud Eventarc Create a channel hints: readOnly: false destructive: false idempotent: false call: openapi-projects.createchannel with: project: tools.project location: tools.location channelId: tools.channelId body: tools.body outputParameters: - type: object mapping: $. - name: google-cloud-eventarc-get-channel description: Google Cloud Eventarc Get a channel hints: readOnly: true destructive: false idempotent: true call: openapi-projects.getchannel with: project: tools.project location: tools.location channel: tools.channel outputParameters: - type: object mapping: $. - name: google-cloud-eventarc-delete-channel description: Google Cloud Eventarc Delete a channel hints: readOnly: false destructive: true idempotent: true call: openapi-projects.deletechannel with: project: tools.project location: tools.location channel: tools.channel outputParameters: - type: object mapping: $. - name: google-cloud-eventarc-list-providers description: Google Cloud Eventarc List providers hints: readOnly: true destructive: false idempotent: true call: openapi-projects.listproviders with: project: tools.project location: tools.location outputParameters: - type: object mapping: $. - name: google-cloud-eventarc-list-triggers description: Google Cloud Eventarc List triggers hints: readOnly: true destructive: false idempotent: true call: openapi-projects.listtriggers with: project: tools.project location: tools.location outputParameters: - type: object mapping: $. - name: google-cloud-eventarc-create-trigger description: Google Cloud Eventarc Create a trigger hints: readOnly: false destructive: false idempotent: false call: openapi-projects.createtrigger with: project: tools.project location: tools.location triggerId: tools.triggerId body: tools.body outputParameters: - type: object mapping: $. - name: google-cloud-eventarc-get-trigger description: Google Cloud Eventarc Get a trigger hints: readOnly: true destructive: false idempotent: true call: openapi-projects.gettrigger with: project: tools.project location: tools.location trigger: tools.trigger outputParameters: - type: object mapping: $. - name: google-cloud-eventarc-update-trigger description: Google Cloud Eventarc Update a trigger hints: readOnly: false destructive: false idempotent: true call: openapi-projects.updatetrigger with: project: tools.project location: tools.location trigger: tools.trigger body: tools.body outputParameters: - type: object mapping: $. - name: google-cloud-eventarc-delete-trigger description: Google Cloud Eventarc Delete a trigger hints: readOnly: false destructive: true idempotent: true call: openapi-projects.deletetrigger with: project: tools.project location: tools.location trigger: tools.trigger outputParameters: - type: object mapping: $.