Skip to main content
Glama

SD Elements MCP Server

MIT License
2

update_countermeasure

Modify the status or details of a specified countermeasure in the SD Elements security development lifecycle platform. Requires a countermeasure ID and supports updates to status and notes.

Instructions

Update a countermeasure status or details

Input Schema

NameRequiredDescriptionDefault
countermeasure_idYesThe ID of the countermeasure to update
notesNoNotes about the countermeasure
statusNoNew status for the countermeasure

Input Schema (JSON Schema)

{ "properties": { "countermeasure_id": { "description": "The ID of the countermeasure to update", "minimum": 1, "type": "integer" }, "notes": { "description": "Notes about the countermeasure", "type": "string" }, "status": { "description": "New status for the countermeasure", "type": "string" } }, "required": [ "countermeasure_id" ], "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/geoffwhittington/sde-mcp'

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