gc_onboarding
Generate a concise meta description for the gc_onboarding tool.
Instructions
Onboarding DAG orchestration and setup generation. Key actions:
setup_degree: current readiness state (ready | setup-required | degraded)
bootstrap_apex: minimal pre-apex bootstrap (credential one provider)
recommended_action: server-authoritative next step
begin/expand/advance: companion-driven guided flow
state/summary/show/list/ready/next/node: inspect DAG state
launch_node/update_node/submit_answers: drive the DAG
create/create_template/template: build onboarding DAGs
catalog/admin_overview/readiness: administration views
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | DAG instance ID | |
| scope | No | Reset scope: branch | downstream | all (default branch) | |
| action | Yes | Action to perform | |
| params | No | Override params (for launch_node) | |
| status | No | New node status (for update_node) | |
| answers | No | Answers object (for submit_answers) | |
| context | No | Resume context object (for resume_node) | |
| metadata | No | Node metadata | |
| node_key | No | Node key within a DAG | |
| template | No | Template ID (for create_template/template) | |
| templates | No | Multiple template IDs | |
| capability | No | Capability scope (for recommended_action) | |
| execution_id | No | Workflow execution ID (for bind_execution) | |
| input_payload | No | Node input payload | |
| output_summary | No | Node output summary | |
| resume_execution_id | No | Resume execution ID |