Skip to main content
Glama

User Info MCP Server

by huseyindol

add_user

Add new users to the system by entering their full name, email, and phone number. Ideal for managing user data efficiently on the User Info MCP Server.

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" }

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