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
Enhance OTX search tools with pagination support and improved error handling
- Updated `search_indicators` function to clarify its behavior and added error handling.
- Introduced `search_pulses_paginated` function for explicit pagination control, allowing users to specify page and limit parameters.
- Updated README.md to reflect changes in tool descriptions and usage.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,8 @@ This MCP server is designed to be used with any MCP-compatible client. The serve
102
102
The MCP server provides the following tools:
103
103
104
104
### Indicator Tools
105
-
-`search_indicators`: Search OTX for pulses containing indicators matching a keyword
105
+
-`search_indicators`: Search OTX for pulses containing indicators matching a keyword (uses default library behavior, may fetch multiple pages internally; use 'search_pulses_paginated' for explicit control).
106
+
-`search_pulses_paginated`: Search OTX pulses with explicit pagination control via page and limit parameters.
106
107
-`get_indicator_details`: Get detailed information about a specific indicator
107
108
-`get_indicator_details_full`: Get all available details about a specific indicator
108
109
-`validate_indicator`: Validate an indicator before adding it to a pulse
0 commit comments