Skip to main content
Glama

SD Elements MCP Server

MIT License
2

get_user

Retrieve detailed user information from the SD Elements MCP Server by providing a user ID to support security development lifecycle integration and management.

Instructions

Get detailed information about a specific user

Input Schema

NameRequiredDescriptionDefault
user_idYesThe ID of the user to retrieve

Input Schema (JSON Schema)

{ "properties": { "user_id": { "description": "The ID of the user to retrieve", "minimum": 1, "type": "integer" } }, "required": [ "user_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