@@ -188,9 +188,7 @@ export function registerRadarTools(agent: RadarMCP) {
188188
189189 agent . server . tool (
190190 'get_domains_ranking' ,
191- 'Get top or trending domains' +
192- 'Use arrays to compare multiple filters — the array index determines which series each filter value belongs to.' +
193- 'For each filter series, you must provide a corresponding `date`.' ,
191+ 'Get top or trending domains' ,
194192 {
195193 limit : PaginationLimitParam ,
196194 date : DateListParam . optional ( ) ,
@@ -267,10 +265,7 @@ export function registerRadarTools(agent: RadarMCP) {
267265
268266 agent . server . tool (
269267 'get_http_requests_data' ,
270- 'Retrieve HTTP requests traffic trends. ' +
271- 'Use arrays to compare multiple filters — the array index determines which series each filter value belongs to.' +
272- 'For each filter series, you must provide a corresponding `dateRange`, or a `dateStart`/`dateEnd` pair. ' +
273- 'Analyze the results and generate visualizations when appropriate.' ,
268+ 'Retrieve HTTP requests traffic trends.' ,
274269 {
275270 dateRange : DateRangeArrayParam . optional ( ) ,
276271 dateStart : DateStartArrayParam . optional ( ) ,
@@ -327,10 +322,7 @@ export function registerRadarTools(agent: RadarMCP) {
327322
328323 agent . server . tool (
329324 'get_l7_attack_data' ,
330- 'Retrieve application layer (L7) attack trends. ' +
331- 'Use arrays to compare multiple filters — the array index determines which series each filter value belongs to.' +
332- 'For each filter series, you must provide a corresponding `dateRange`, or a `dateStart`/`dateEnd` pair. ' +
333- 'Analyze the results and generate visualizations when appropriate.' ,
325+ 'Retrieve application layer (L7) attack trends.' ,
334326 {
335327 dateRange : DateRangeArrayParam . optional ( ) ,
336328 dateStart : DateStartArrayParam . optional ( ) ,
0 commit comments