Skip to main content
Glama

SD Elements MCP Server

update_application

Modify application details such as name and description using the application ID. Integrates with the SD Elements MCP Server to manage updates within the security development lifecycle platform.

Instructions

Update an existing application

Input Schema

NameRequiredDescriptionDefault
application_idYesThe ID of the application to update
descriptionNoUpdated application description
nameNoUpdated application name

Input Schema (JSON Schema)

{ "properties": { "application_id": { "description": "The ID of the application to update", "minimum": 1, "type": "integer" }, "description": { "description": "Updated application description", "type": "string" }, "name": { "description": "Updated application name", "type": "string" } }, "required": [ "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