Skip to main content
Glama

SD Elements MCP Server

MIT License
2

create_project

Use to initiate a new project in SD Elements by specifying a project name, description, application ID, and phase ID, enabling streamlined security development lifecycle management.

Instructions

Create a new project in SD Elements

Input Schema

NameRequiredDescriptionDefault
application_idYesID of the application this project belongs to
descriptionNoProject description
nameYesProject name
phase_idNoID of the project phase

Input Schema (JSON Schema)

{ "properties": { "application_id": { "description": "ID of the application this project belongs to", "type": "integer" }, "description": { "description": "Project description", "type": "string" }, "name": { "description": "Project name", "type": "string" }, "phase_id": { "description": "ID of the project phase", "type": "integer" } }, "required": [ "name", "application_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