update_space
Update a context space by providing its ID and optionally setting a new name, description, allowed agents list, or tags.
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 |
|---|---|---|---|
| space_id | Yes | ||
| name | No | ||
| description | No | ||
| allowed_agents | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |