Skip to main content
Glama

SD Elements MCP Server

MIT License
2

delete_project

Remove a project from the SD Elements MCP Server by specifying its project ID to manage and clean up your security development lifecycle platform efficiently.

Instructions

Delete a project

Input Schema

NameRequiredDescriptionDefault
project_idYesThe ID of the project to delete

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "The ID of the project to delete", "minimum": 1, "type": "integer" } }, "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