Skip to main content
Glama

SD Elements MCP Server

MIT License
2

list_countermeasures

Retrieve countermeasures for a project in SD Elements, filtering by status and paginating results to manage security development lifecycle tasks efficiently.

Instructions

List countermeasures for a project

Input Schema

NameRequiredDescriptionDefault
page_sizeNoNumber of results per page (optional)
project_idYesThe ID of the project
statusNoFilter by countermeasure status

Input Schema (JSON Schema)

{ "properties": { "page_size": { "description": "Number of results per page (optional)", "type": "integer" }, "project_id": { "description": "The ID of the project", "minimum": 1, "type": "integer" }, "status": { "description": "Filter by countermeasure status", "type": "string" } }, "required": [ "project_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