Skip to main content
Glama

SD Elements MCP Server

MIT License
2

get_project

Retrieve detailed information about a specific project by providing its ID, with options to include additional fields or expand specific data for comprehensive insights.

Instructions

Get detailed information about a specific project

Input Schema

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

Input Schema (JSON Schema)

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