Skip to main content
Glama

User Info MCP Server

by huseyindol

search_users_by_phone

Find user details using a phone number by querying the User Info MCP Server. Input the phone number to retrieve relevant user information stored in the system.

Instructions

Telefon numarasına göre kullanıcı ara

Input Schema

NameRequiredDescriptionDefault
phoneYesAranacak Telefon numarası

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "phone": { "description": "Aranacak Telefon numarası", "maxLength": 20, "minLength": 10, "type": "string" } }, "required": [ "phone" ], "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