Skip to main content
Glama

User Info MCP Server

by huseyindol

search_users_by_email

Find users by their email address using this tool from the User Info MCP Server. Input an email to retrieve associated user details stored in a JSON file.

Instructions

E-posta adresine göre kullanıcı ara

Input Schema

NameRequiredDescriptionDefault
emailYesAranacak kullanıcı e-posta adresi

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "email": { "description": "Aranacak kullanıcı e-posta adresi", "format": "email", "type": "string" } }, "required": [ "email" ], "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