Skip to main content
Glama

SD Elements MCP Server

update_project

Modify project details such as name, description, and status using the project ID. Integrates with SD Elements MCP Server for streamlined security development lifecycle management.

Instructions

Update an existing project

Input Schema

NameRequiredDescriptionDefault
descriptionNoUpdated project description
nameNoUpdated project name
project_idYesThe ID of the project to update
statusNoProject status

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Updated project description", "type": "string" }, "name": { "description": "Updated project name", "type": "string" }, "project_id": { "description": "The ID of the project to update", "minimum": 1, "type": "integer" }, "status": { "description": "Project 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