Update Space Tool
update-spaceUse this when the user wants to rename a Space, edit its description, make it public/private, publish/unpublish it, or change its public slug. State-changing: updates manageable Space settings after authorization. Requires numeric space_id from list-spaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New Space name when the user wants to rename the Space. | |
| slug | No | Public slug to use when the Space is published or made public. | |
| space_id | Yes | Numeric Space ID to update. Use list-spaces first when the user gives a Space name. | |
| is_public | No | Public visibility flag. | |
| description | No | New Space description. |