Skip to main content
Glama

SD Elements MCP Server

MIT License
2

list_users

Retrieve and filter a list of all users in SD Elements, including options to specify page size and filter by active users only.

Instructions

List all users in SD Elements

Input Schema

NameRequiredDescriptionDefault
activeNoFilter by active users only
page_sizeNoNumber of results per page (optional)

Input Schema (JSON Schema)

{ "properties": { "active": { "description": "Filter by active users only", "type": "boolean" }, "page_size": { "description": "Number of results per page (optional)", "type": "integer" } }, "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