Skip to main content
Glama

SD Elements MCP Server

MIT License
2

update_project

Modify project details such as name, description, or status by providing the project ID in the SD Elements MCP Server. Ensure timely updates to project information.

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