Skip to main content
Glama

SD Elements MCP Server

create_application

Create a new application in the SD Elements platform by defining its name, description, and associated business unit ID for secure development lifecycle management.

Instructions

Create a new application in SD Elements

Input Schema

NameRequiredDescriptionDefault
business_unit_idNoID of the business unit this application belongs to
descriptionNoApplication description
nameYesApplication name

Input Schema (JSON Schema)

{ "properties": { "business_unit_id": { "description": "ID of the business unit this application belongs to", "type": "integer" }, "description": { "description": "Application description", "type": "string" }, "name": { "description": "Application name", "type": "string" } }, "required": [ "name" ], "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