create_space
Create a new workspace in Anytype to organize objects and collaborate with others. Set up a fresh organizational container for your content by specifying a space name.
Instructions
Creates a new Anytype space with the specified name. This tool allows you to set up a fresh workspace for organizing objects and collaborating with others. Use this tool when you need to establish a new organizational container for your Anytype content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new space |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name for the new space",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}