get_countermeasure
Retrieve detailed information about a specific security countermeasure by providing its unique ID. Integrates with SD Elements MCP Server for security development lifecycle management.
Instructions
Get detailed information about a specific countermeasure
Input Schema
Name | Required | Description | Default |
---|---|---|---|
countermeasure_id | Yes | The ID of the countermeasure to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"countermeasure_id": {
"description": "The ID of the countermeasure to retrieve",
"minimum": 1,
"type": "integer"
}
},
"required": [
"countermeasure_id"
],
"type": "object"
}