update_workspace
Rename or alter a workspace's description, or replace its selection snapshot to update active prompts, selected tools, data sources, and RAG settings. Read the current workspace first to obtain the full config.
Instructions
Update a workspace's name, description, or selections.
config replaces the whole selection snapshot when given — read the
current one with list_workspaces first. Allowed keys: active_prompt_key,
selected_tools, selected_prompts, selected_data_sources, rag_enabled.
Anything else is rejected by ATLAS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name, if changing. | |
| config | No | Replacement selection snapshot, if changing. | |
| description | No | New description, if changing. | |
| workspace_id | Yes | The workspace UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||