Skip to main content
Glama

User Info MCP Server

by huseyindol

add_user

Add new user details including name, email, and phone to the User Info MCP Server for streamlined information management and storage.

Instructions

Yeni kullanıcı ekle

Input Schema

NameRequiredDescriptionDefault
emailYesE-posta adresi
nameYesKullanıcının tam adı
phoneYesTelefon numarası

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "email": { "description": "E-posta adresi", "format": "email", "type": "string" }, "name": { "description": "Kullanıcının tam adı", "maxLength": 100, "minLength": 2, "type": "string" }, "phone": { "description": "Telefon numarası", "maxLength": 20, "minLength": 10, "type": "string" } }, "required": [ "name", "email", "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