update_space
Update a context space's properties including name, description, allowed agents, and tags. Modify space details to reflect current requirements.
Instructions
Update a context space (owner only).
Args: space_id: The space ID to update. name: New name for the space. description: New description. allowed_agents: Updated list of allowed agent IDs. tags: Updated tags.
Returns: JSON string with the updated space details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tags | No | ||
| space_id | Yes | ||
| description | No | ||
| allowed_agents | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |