get_group_replication_status
Check MySQL Group Replication status to monitor cluster health, member roles, replication channels, and transaction certification for performance tuning.
Instructions
Get MySQL Group Replication status.
Analyzes:
Group membership and state
Member roles (PRIMARY/SECONDARY)
Replication channels
Transaction certification
Flow control
Only applicable to MySQL with Group Replication enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}