get_workspace_locations
List runner locations for a workspace with auto-resolution guidance and recommendations, helping you choose the correct location or let the system pick automatically.
Instructions
List runner locations with auto-resolution guidance and recommendations.
Returns a structured payload that tells the agent which location to
use (or to omit the parameter entirely when auto-resolution can pick).
The raw list is preserved in locations for backward compatibility.
Response shape::
{ "workspace": "", "count": , "locations": [], "private": [], # workspace-type runners (preferred) "public": [], # shared runners (fallback) "recommended": "<name|null>", "auto_resolves": , # True when run_*/commit_slx can pick alone "disambiguation_hint": "...", "skill_reference": "runwhen-skill://discover-locations", }
recommended is the name run_script / run_script_and_wait /
commit_slx WILL pick when the location parameter is omitted.
When auto_resolves is True the agent should NOT pass a
location argument at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_name | Yes | The workspace to query (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |