Google Cloud Workflows · Capability

Google Cloud Workflows API — Projects

Google Cloud Workflows API — Projects. 9 operations. Lead operation: Google Cloud Workflows List workflows. Self-contained Naftiko capability covering one Google Cloud Workflows business surface.

Run with Naftiko Google Cloud WorkflowsProjects

What You Can Do

GET
Listworkflows — Google Cloud Workflows List workflows
/v1/v1/projects/{project}/locations/{location}/workflows
POST
Createworkflow — Google Cloud Workflows Create a workflow
/v1/v1/projects/{project}/locations/{location}/workflows
GET
Getworkflow — Google Cloud Workflows Get a workflow
/v1/v1/projects/{project}/locations/{location}/workflows/{workflow}
PATCH
Updateworkflow — Google Cloud Workflows Update a workflow
/v1/v1/projects/{project}/locations/{location}/workflows/{workflow}
DELETE
Deleteworkflow — Google Cloud Workflows Delete a workflow
/v1/v1/projects/{project}/locations/{location}/workflows/{workflow}
GET
Listexecutions — Google Cloud Workflows List executions
/v1/v1/projects/{project}/locations/{location}/workflows/{workflow}/executions
POST
Createexecution — Google Cloud Workflows Create an execution
/v1/v1/projects/{project}/locations/{location}/workflows/{workflow}/executions
GET
Getexecution — Google Cloud Workflows Get an execution
/v1/v1/projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
POST
Cancelexecution — Google Cloud Workflows Cancel an execution
/v1/v1/projects/{project}/locations/{location}/workflows/{workflow}/executions/execution-cancel

MCP Tools

google-cloud-workflows-list-workflows

Google Cloud Workflows List workflows

read-only idempotent
google-cloud-workflows-create-workflow

Google Cloud Workflows Create a workflow

google-cloud-workflows-get-workflow

Google Cloud Workflows Get a workflow

read-only idempotent
google-cloud-workflows-update-workflow

Google Cloud Workflows Update a workflow

idempotent
google-cloud-workflows-delete-workflow

Google Cloud Workflows Delete a workflow

idempotent
google-cloud-workflows-list-executions

Google Cloud Workflows List executions

read-only idempotent
google-cloud-workflows-create-execution

Google Cloud Workflows Create an execution

google-cloud-workflows-get-execution

Google Cloud Workflows Get an execution

read-only idempotent
google-cloud-workflows-cancel-execution

Google Cloud Workflows Cancel an execution

Capability Spec

openapi-projects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Workflows API — Projects
  description: 'Google Cloud Workflows API — Projects. 9 operations. Lead operation: Google Cloud Workflows List workflows.
    Self-contained Naftiko capability covering one Google Cloud Workflows business surface.'
  tags:
  - Google Cloud Workflows
  - Projects
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_WORKFLOWS_API_KEY: GOOGLE_CLOUD_WORKFLOWS_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-projects
    baseUri: https://workflows.googleapis.com
    description: Google Cloud Workflows API — Projects business capability. Self-contained, no shared references.
    resources:
    - name: v1-projects-project-locations-location-workflows
      path: /v1/projects/{project}/locations/{location}/workflows
      operations:
      - name: listworkflows
        method: GET
        description: Google Cloud Workflows List workflows
        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: createworkflow
        method: POST
        description: Google Cloud Workflows Create a workflow
        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: workflowId
          in: query
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-projects-project-locations-location-workflows-workflow
      path: /v1/projects/{project}/locations/{location}/workflows/{workflow}
      operations:
      - name: getworkflow
        method: GET
        description: Google Cloud Workflows Get a workflow
        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: workflow
          in: path
          type: string
          required: true
      - name: updateworkflow
        method: PATCH
        description: Google Cloud Workflows Update a workflow
        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: workflow
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteworkflow
        method: DELETE
        description: Google Cloud Workflows Delete a workflow
        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: workflow
          in: path
          type: string
          required: true
    - name: v1-projects-project-locations-location-workflows-workflow-executions
      path: /v1/projects/{project}/locations/{location}/workflows/{workflow}/executions
      operations:
      - name: listexecutions
        method: GET
        description: Google Cloud Workflows List executions
        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: workflow
          in: path
          type: string
          required: true
      - name: createexecution
        method: POST
        description: Google Cloud Workflows Create an execution
        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: workflow
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-projects-project-locations-location-workflows-workflow-executions-execution
      path: /v1/projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
      operations:
      - name: getexecution
        method: GET
        description: Google Cloud Workflows Get an execution
        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: workflow
          in: path
          type: string
          required: true
        - name: execution
          in: path
          type: string
          required: true
    - name: 'v1-projects-project-locations-location-workflows-workflow-executions-execution}:'
      path: /v1/projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}:cancel
      operations:
      - name: cancelexecution
        method: POST
        description: Google Cloud Workflows Cancel an execution
        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: workflow
          in: path
          type: string
          required: true
        - name: execution
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: openapi-projects-rest
    port: 8080
    description: REST adapter for Google Cloud Workflows API — Projects. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/projects/{project}/locations/{location}/workflows
      name: v1-projects-project-locations-location-workflows
      description: REST surface for v1-projects-project-locations-location-workflows.
      operations:
      - method: GET
        name: listworkflows
        description: Google Cloud Workflows List workflows
        call: openapi-projects.listworkflows
        with:
          project: rest.project
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createworkflow
        description: Google Cloud Workflows Create a workflow
        call: openapi-projects.createworkflow
        with:
          project: rest.project
          location: rest.location
          workflowId: rest.workflowId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/projects/{project}/locations/{location}/workflows/{workflow}
      name: v1-projects-project-locations-location-workflows-workflow
      description: REST surface for v1-projects-project-locations-location-workflows-workflow.
      operations:
      - method: GET
        name: getworkflow
        description: Google Cloud Workflows Get a workflow
        call: openapi-projects.getworkflow
        with:
          project: rest.project
          location: rest.location
          workflow: rest.workflow
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateworkflow
        description: Google Cloud Workflows Update a workflow
        call: openapi-projects.updateworkflow
        with:
          project: rest.project
          location: rest.location
          workflow: rest.workflow
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteworkflow
        description: Google Cloud Workflows Delete a workflow
        call: openapi-projects.deleteworkflow
        with:
          project: rest.project
          location: rest.location
          workflow: rest.workflow
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/projects/{project}/locations/{location}/workflows/{workflow}/executions
      name: v1-projects-project-locations-location-workflows-workflow-executions
      description: REST surface for v1-projects-project-locations-location-workflows-workflow-executions.
      operations:
      - method: GET
        name: listexecutions
        description: Google Cloud Workflows List executions
        call: openapi-projects.listexecutions
        with:
          project: rest.project
          location: rest.location
          workflow: rest.workflow
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createexecution
        description: Google Cloud Workflows Create an execution
        call: openapi-projects.createexecution
        with:
          project: rest.project
          location: rest.location
          workflow: rest.workflow
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
      name: v1-projects-project-locations-location-workflows-workflow-executions-execution
      description: REST surface for v1-projects-project-locations-location-workflows-workflow-executions-execution.
      operations:
      - method: GET
        name: getexecution
        description: Google Cloud Workflows Get an execution
        call: openapi-projects.getexecution
        with:
          project: rest.project
          location: rest.location
          workflow: rest.workflow
          execution: rest.execution
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/projects/{project}/locations/{location}/workflows/{workflow}/executions/execution-cancel
      name: v1-projects-project-locations-location-workflows-workflow-executions-execution
      description: REST surface for v1-projects-project-locations-location-workflows-workflow-executions-execution}:.
      operations:
      - method: POST
        name: cancelexecution
        description: Google Cloud Workflows Cancel an execution
        call: openapi-projects.cancelexecution
        with:
          project: rest.project
          location: rest.location
          workflow: rest.workflow
          execution: rest.execution
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-projects-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Workflows API — Projects. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-cloud-workflows-list-workflows
      description: Google Cloud Workflows List workflows
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-projects.listworkflows
      with:
        project: tools.project
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-workflows-create-workflow
      description: Google Cloud Workflows Create a workflow
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-projects.createworkflow
      with:
        project: tools.project
        location: tools.location
        workflowId: tools.workflowId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-workflows-get-workflow
      description: Google Cloud Workflows Get a workflow
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-projects.getworkflow
      with:
        project: tools.project
        location: tools.location
        workflow: tools.workflow
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-workflows-update-workflow
      description: Google Cloud Workflows Update a workflow
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: openapi-projects.updateworkflow
      with:
        project: tools.project
        location: tools.location
        workflow: tools.workflow
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-workflows-delete-workflow
      description: Google Cloud Workflows Delete a workflow
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: openapi-projects.deleteworkflow
      with:
        project: tools.project
        location: tools.location
        workflow: tools.workflow
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-workflows-list-executions
      description: Google Cloud Workflows List executions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-projects.listexecutions
      with:
        project: tools.project
        location: tools.location
        workflow: tools.workflow
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-workflows-create-execution
      description: Google Cloud Workflows Create an execution
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-projects.createexecution
      with:
        project: tools.project
        location: tools.location
        workflow: tools.workflow
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-workflows-get-execution
      description: Google Cloud Workflows Get an execution
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-projects.getexecution
      with:
        project: tools.project
        location: tools.location
        workflow: tools.workflow
        execution: tools.execution
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-workflows-cancel-execution
      description: Google Cloud Workflows Cancel an execution
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-projects.cancelexecution
      with:
        project: tools.project
        location: tools.location
        workflow: tools.workflow
        execution: tools.execution
      outputParameters:
      - type: object
        mapping: $.