Set Active Workspace
set_workspaceSet the active workspace for the session, returning its module list to enable direct access to entries, forms, and schemas.
Instructions
Set the active workspace for the current session. The response includes the workspace's module list — go straight to list_entries / get_form / get_module_schema with those names; list_modules is only needed to refresh. In stateless/remote mode, prefer passing workspaceId directly to each tool instead.
Workflow sequences after workspace is set:
Design: design_workflow → create_module (validates internally)
Execute: list_entries → get_form → submit_activity
Modify: get_module_canvas → validate_design → update_module
Query: list_entries → get_entry / get_entry_history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Workspace ID (or exact name) from list_workspaces |