Skip to main content
Glama

User Info MCP Server

by huseyindol

get_user_by_id

Retrieve user details by their unique ID using a JSON-based input. This tool is part of the User Info MCP Server designed for efficient user data management.

Instructions

ID'ye göre belirli bir kullanıcıyı getir

Input Schema

NameRequiredDescriptionDefault
idYesKullanıcının ID'si

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Kullanıcının ID'si", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from User Info MCP Server

Related Tools

    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/huseyindol/McpProjectScaffold'

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