Skip to main content
Glama

SD Elements MCP Server

MIT License
2

update_application

Modify existing application details, including name and description, using the specified application ID on the SD Elements MCP Server.

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