Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

get_user_by_id

Retrieve user information by ID using a JWT token for authentication on the MCP JSON Database Server. Designed for secure user data access and management.

Instructions

ID'ye göre kullanıcı bilgilerini getirir (Yetki gerekli)

Input Schema

NameRequiredDescriptionDefault
idYesKullanıcı ID'si
tokenYesJWT token (yetki kontrolü için)

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Kullanıcı ID'si", "type": "number" }, "token": { "description": "JWT token (yetki kontrolü için)", "type": "string" } }, "required": [ "id", "token" ], "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/yusuferenkt/mcp-database'

If you have feedback or need assistance with the MCP directory API, please join our Discord server