| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | #ifndef NETDATA_MCP_TOOLS_ALERT_TRANSITIONS_H |
| 4 | #define NETDATA_MCP_TOOLS_ALERT_TRANSITIONS_H |
| 5 | |
| 6 | #include "mcp.h" |
| 7 | |
| 8 | // Function declarations for alert transitions tool |
| 9 | void mcp_tool_list_alert_transitions_schema(BUFFER *buffer); |
| 10 | MCP_RETURN_CODE mcp_tool_list_alert_transitions_execute(MCP_CLIENT *mcpc, struct json_object *params, MCP_REQUEST_ID id); |
| 11 | |
| 12 | #endif //NETDATA_MCP_TOOLS_ALERT_TRANSITIONS_H |