get_profile
Retrieve the stored, user-confirmed configuration profile for a host and workspace, enabling consistent agent setup across environments.
Instructions
Retrieve the stored, user-confirmed Agent Config profile for the specified 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 |
|---|---|---|---|
| found | Yes | Whether stored profile was found | |
| message | No | Informational message | |
| profile | No | Stored profile if found |