Skip to main content
Glama

RAD Security

Official
by rad-security

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

NameRequiredDescriptionDefault
filters_queryNoFilter 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'
limitNoNumber of inbox items per page (default: 10)
offsetNoOffset to retrieve (default: 0)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filters_query": { "description": "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'", "type": "string" }, "limit": { "default": 10, "description": "Number of inbox items per page (default: 10)", "type": "number" }, "offset": { "default": 0, "description": "Offset to retrieve (default: 0)", "type": "number" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rad-security/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server