update_space
Modify a context space's name, description, allowed agents, or tags in the Novyx MCP server to manage access and organization.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ||
| name | No | ||
| description | No | ||
| allowed_agents | No | ||
| tags | No |