Skip to main content
Glama

RAD Security

Official
by rad-security

update_security_finding_status

Modify the status of a security finding (open, closed, or ignored) in RAD Security's AI-driven Kubernetes and cloud environment monitoring system.

Instructions

Update the status of a security finding

Input Schema

NameRequiredDescriptionDefault
idYesFinding ID to update
statusYesNew status for the finding

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Finding ID to update", "type": "string" }, "status": { "description": "New status for the finding", "enum": [ "open", "closed", "ignored" ], "type": "string" } }, "required": [ "id", "status" ], "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