remove_channel_members
Remove members from a non-archived Huly channel using account UUID, email, or display name. Prevents removals that would leave the channel without members or owners.
Instructions
Idempotently remove members from a non-archived Huly channel. Members accept account UUID, exact email, or exact person display name. Refuses removals that would leave the channel with zero members or, when owners exist, no owner among remaining members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | a string that will be trimmed | |
| members | Yes | Members to add or remove. Each entry may be an account UUID, exact email address, or exact person display name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |