Skip to content

Commit f55eae7

Browse files
author
sabina
committed
change radar tool description
1 parent 69f2740 commit f55eae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/radar/src/tools/radar.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ export function registerRadarTools(agent: RadarMCP) {
267267

268268
agent.server.tool(
269269
'get_http_requests_data',
270-
'Retrieve HTTP request trends. Provide either a `dateRange`, or both `dateStart` and `dateEnd`, to define the time window. ' +
270+
'Retrieve HTTP traffic request trends. Provide either a `dateRange`, or both `dateStart` and `dateEnd`, to define the time window. ' +
271271
'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. For parsing the results here are some suggestions: Analyze the data if the response is a summary, If the response is a timeseries visualize the data',
272+
'For each filter series, you must provide a corresponding `dateRange`, or a `dateStart`/`dateEnd` pair. If the user asks for one statistic related to device type, bot traffic, ip, tls or http version or protocol use summary parameter, otherwise use timeseries or timeseries groups if they ask for breakdown per some dimension. For parsing the results here are some suggestions: Analyze the data if the response is a summary, If the response is a timeseries visualize, the data appropriately, but do not use pie charts. ',
273273
{
274274
dateRange: DateRangeArrayParam.optional(),
275275
dateStart: DateStartArrayParam.optional(),
@@ -329,7 +329,7 @@ export function registerRadarTools(agent: RadarMCP) {
329329
'get_l7_attack_data',
330330
'Retrieve L7 app attack trends. Provide either a `dateRange`, or both `dateStart` and `dateEnd`, to define the time window. ' +
331331
'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.',
332+
'For each filter series, you must provide a corresponding `dateRange`, or a `dateStart`/`dateEnd` pair. For each filter series, you must provide a corresponding `dateRange`, or a `dateStart`/`dateEnd` pair. If the user asks for one statistic related to ip, or http version or protocol or mitigation product, use summary parameter, otherwise use timeseries or timeseries groups if they ask for breakdown per some dimension. For parsing the results here are some suggestions: Analyze the data if the response is a summary, If the response is a timeseries, visualize the data appropriately, but do not use pie charts. ',
333333
{
334334
dateRange: DateRangeArrayParam.optional(),
335335
dateStart: DateStartArrayParam.optional(),

0 commit comments

Comments
 (0)