check_control_plane_group_membership
Verify if a control plane belongs to any group by providing its ID. Returns membership details, including group ID, name, status, and any configuration conflicts.
Instructions
Check if a control plane is a member of any group.
INPUT:
controlPlaneId: String - ID of the control plane to check
OUTPUT:
controlPlaneId: String - ID of the control plane that was checked
groupMembership: Object - Membership information including:
isMember: Boolean - Whether the control plane is a member of any group
groupId: String - ID of the group this control plane belongs to (if any)
groupName: String - Name of the group this control plane belongs to
status: String - Membership status (OK, CONFLICT, etc.)
message: String - Status message
conflicts: Array - List of configuration conflicts if any
relatedTools: Array - List of related tools for group management
Input Schema
Name | Required | Description | Default |
---|---|---|---|
controlPlaneId | Yes | Control plane ID to check (can be obtained from list-control-planes tool) |