Skip to main content
Glama

SD Elements MCP Server

MIT License
2

get_application

Retrieve detailed information about a specific application using its ID on the SD Elements MCP Server. Includes optional fields and expansions for enhanced data retrieval.

Instructions

Get detailed information about a specific application

Input Schema

NameRequiredDescriptionDefault
application_idYesThe ID of the application to retrieve
expandNoFields to expand (comma-separated)
includeNoAdditional fields to include (comma-separated)

Input Schema (JSON Schema)

{ "properties": { "application_id": { "description": "The ID of the application to retrieve", "minimum": 1, "type": "integer" }, "expand": { "description": "Fields to expand (comma-separated)", "type": "string" }, "include": { "description": "Additional fields to include (comma-separated)", "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