update_space
Update a context space's name, description, allowed agents, or tags. Returns the updated space details.
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 |