list_inbox_items
Retrieve and filter inbox items in the RAD Security MCP server by specifying search criteria such as severity, type, or keywords to manage and analyze security insights effectively.
Instructions
List inbox items with optional filtering by any field. Multiple filters can be combined eg. 'search:cve-2024-12345 and severity'
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filters_query | No | Filter query string (e.g. full text search: 'search:<query>', severity: 'severity:low', type 'type:workflow_output' any other field). Multiple filters can be combined eg. 'search:cve-2024-12345 and severity:high' | |
limit | No | Number of inbox items per page (default: 10) | |
offset | No | Offset to retrieve (default: 0) |