get_setup_status
Check whether your host and workspace are configured and ready. Identify missing setup steps to avoid configuration errors.
Instructions
Query setup and configuration readiness status for the current host and workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Configuration scope ('project' or 'global', defaults to 'project') | |
| host_id | No | Host identifier (optional, auto-detected from adapter if omitted) | |
| workspace | No | Workspace directory path (defaults to current working directory) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Configuration scope | |
| stale | Yes | Whether stored configuration is stale | |
| host_id | Yes | Target harness host ID | |
| adapter_id | No | Underlying host adapter ID | |
| configured | Yes | Whether configuration exists and is valid | |
| stale_reasons | Yes | Reasons why configuration is stale | |
| profile_version | No | Stored profile version | |
| protocol_version | Yes | Agent Config companion protocol version | |
| companion_registered | No | Whether companion is registered |