create_workspace
Create a new AnythingLLM workspace by specifying a name. Returns details of the created workspace or an error message.
Instructions
Create a new workspace in AnythingLLM.
Args: name: Name for the new workspace.
Returns: JSON string with created workspace details or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |