Skip to main content
Glama

SD Elements MCP Server

MIT License
2

create_application

Define and set up new applications within SD Elements by specifying the name, description, and business unit ID, enabling streamlined integration with the security development lifecycle platform.

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