Workspace tasks
- If instructions mention MCP workspace tools (
create_workspace,list_workspaces), complete the same intent with the correspondingnemo_apiworkspace operation below. - SDK/API operations:
nemo_api(resource="workspaces", action="create", params='{"name":"...", "description":"..."}', studio_session_id="<active Studio session UUID>", workspace="<active request workspace>")nemo_api(resource="workspaces", action="list", workspace="<active request workspace>")nemo_api(resource="workspaces", action="retrieve", params='{"name":"..."}', workspace="<active request workspace>")nemo_api(resource="workspaces", action="delete", params='{"name":"..."}', studio_session_id="<active Studio session UUID>", workspace="<active request workspace>")
- Complete all numbered requirements before stopping.