You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we found huge response for list alerts was issue,
even reducing time duration from 24h default to 5h default
was giving huge data, now we have structured response which
only include useful data
reduce default duration from 24h to 5 hours for all durations
increase apicall context timeout to 600s from 30s(as per signoz)
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '6h', '24h', '7d'. Defaults to last 24 hours if not provided.")),
159
-
mcp.WithString("start", mcp.Description("Start timestamp in milliseconds (optional, defaults to 24 hours ago)")),
184
+
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '5h', '6h', '24h', '7d'. Defaults to last 5 hours if not provided.")),
185
+
mcp.WithString("start", mcp.Description("Start timestamp in milliseconds (optional, defaults to 5 hours ago)")),
160
186
mcp.WithString("end", mcp.Description("End timestamp in milliseconds (optional, defaults to now)")),
161
187
mcp.WithString("offset", mcp.Description("Offset for pagination (default: 0)")),
162
188
mcp.WithString("limit", mcp.Description("Limit number of results (default: 20)")),
mcp.WithDescription("List all services in SigNoz. Defaults to last 24 hours if no time specified."),
294
-
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '6h', '24h', '7d'. Defaults to last 24 hours if not provided.")),
295
-
mcp.WithString("start", mcp.Description("Start time in nanoseconds (optional, defaults to 24 hours ago)")),
319
+
mcp.WithDescription("List all services in SigNoz. Defaults to last 5 hours if no time specified."),
320
+
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '5h', '6h', '24h', '7d'. Defaults to last 5 hours if not provided.")),
321
+
mcp.WithString("start", mcp.Description("Start time in nanoseconds (optional, defaults to 5 hours ago)")),
296
322
mcp.WithString("end", mcp.Description("End time in nanoseconds (optional, defaults to now)")),
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '6h', '24h', '7d'. Defaults to last 24 hours if not provided.")),
318
-
mcp.WithString("start", mcp.Description("Start time in nanoseconds (optional, defaults to 24 hours ago)")),
343
+
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '5h', '6h', '24h', '7d'. Defaults to last 5 hours if not provided.")),
344
+
mcp.WithString("start", mcp.Description("Start time in nanoseconds (optional, defaults to 5 hours ago)")),
319
345
mcp.WithString("end", mcp.Description("End time in nanoseconds (optional, defaults to now)")),
mcp.WithDescription("Get logs with ERROR or FATAL severity. Defaults to last 24 hours if no time specified."),
578
-
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '6h', '24h', '7d'. Defaults to last 24 hours if not provided.")),
579
-
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 24 hours ago)")),
603
+
mcp.WithDescription("Get logs with ERROR or FATAL severity. Defaults to last 5 hours if no time specified."),
604
+
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '5h', '6h', '24h', '7d'. Defaults to last 5 hours if not provided.")),
605
+
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 5 hours ago)")),
580
606
mcp.WithString("end", mcp.Description("End time in milliseconds (optional, defaults to now)")),
581
607
mcp.WithString("service", mcp.Description("Optional service name to filter by")),
582
608
mcp.WithString("limit", mcp.Description("Maximum number of logs to return (default: 100)")),
mcp.WithDescription("Search logs for a specific service. Defaults to last 24 hours if no time specified."),
657
+
mcp.WithDescription("Search logs for a specific service. Defaults to last 5 hours if no time specified."),
632
658
mcp.WithString("service", mcp.Required(), mcp.Description("Service name to search logs for")),
633
-
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '6h', '24h', '7d'. Defaults to last 24 hours if not provided.")),
634
-
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 24 hours ago)")),
659
+
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '5h', '6h', '24h', '7d'. Defaults to last 5 hours if not provided.")),
660
+
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 5 hours ago)")),
635
661
mcp.WithString("end", mcp.Description("End time in milliseconds (optional, defaults to now)")),
mcp.WithDescription("Search traces for a specific service. Defaults to last 24 hours if no time specified."),
755
+
mcp.WithDescription("Search traces for a specific service. Defaults to last 5 hours if no time specified."),
730
756
mcp.WithString("service", mcp.Required(), mcp.Description("Service name to search traces for")),
731
-
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '6h', '24h', '7d'. Defaults to last 24 hours if not provided.")),
732
-
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 24 hours ago)")),
757
+
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '5h', '6h', '24h', '7d'. Defaults to last 5 hours if not provided.")),
758
+
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 5 hours ago)")),
733
759
mcp.WithString("end", mcp.Description("End time in milliseconds (optional, defaults to now)")),
734
760
mcp.WithString("operation", mcp.Description("Operation name to filter by")),
735
761
mcp.WithString("error", mcp.Description("Filter by error status (true/false)")),
mcp.WithDescription("Get comprehensive trace information including all spans and metadata. Defaults to last 24 hours if no time specified."),
833
+
mcp.WithDescription("Get comprehensive trace information including all spans and metadata. Defaults to last 5 hours if no time specified."),
808
834
mcp.WithString("traceId", mcp.Required(), mcp.Description("Trace ID to get details for")),
809
-
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '6h', '24h', '7d'. Defaults to last 24 hours if not provided.")),
810
-
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 24 hours ago)")),
835
+
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '5h', '6h', '24h', '7d'. Defaults to last 5 hours if not provided.")),
836
+
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 5 hours ago)")),
811
837
mcp.WithString("end", mcp.Description("End time in milliseconds (optional, defaults to now)")),
812
838
mcp.WithString("includeSpans", mcp.Description("Include detailed span information (true/false, default: true)")),
mcp.WithDescription("Analyze error patterns in traces. Defaults to last 24 hours if no time specified."),
849
-
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '6h', '24h', '7d'. Defaults to last 24 hours if not provided.")),
850
-
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 24 hours ago)")),
874
+
mcp.WithDescription("Analyze error patterns in traces. Defaults to last 5 hours if no time specified."),
875
+
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '5h', '6h', '24h', '7d'. Defaults to last 5 hours if not provided.")),
876
+
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 5 hours ago)")),
851
877
mcp.WithString("end", mcp.Description("End time in milliseconds (optional, defaults to now)")),
852
878
mcp.WithString("service", mcp.Description("Service name to filter by (optional)")),
mcp.WithDescription("Get trace span relationships and hierarchy. Defaults to last 24 hours if no time specified."),
909
+
mcp.WithDescription("Get trace span relationships and hierarchy. Defaults to last 5 hours if no time specified."),
884
910
mcp.WithString("traceId", mcp.Required(), mcp.Description("Trace ID to get span hierarchy for")),
885
-
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '6h', '24h', '7d'. Defaults to last 24 hours if not provided.")),
886
-
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 24 hours ago)")),
911
+
mcp.WithString("timeRange", mcp.Description("Time range string (optional, overrides start/end). Format: <number><unit> where unit is 'm' (minutes), 'h' (hours), or 'd' (days). Examples: '30m', '1h', '2h', '5h', '6h', '24h', '7d'. Defaults to last 5 hours if not provided.")),
912
+
mcp.WithString("start", mcp.Description("Start time in milliseconds (optional, defaults to 5 hours ago)")),
887
913
mcp.WithString("end", mcp.Description("End time in milliseconds (optional, defaults to now)")),
0 commit comments