Skip to main content
Glama

MCP API Server

by mcgiverdev

crear-usuario

Create a new user by providing a name, surname, and DNI. This tool is part of the MCP API Server, enabling efficient user management with structured input validation.

Instructions

Crea un nuevo usuario con nombre, apellido y DNI

Input Schema

NameRequiredDescriptionDefault
apellidoYes
dniYes
nombreYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apellido": { "minLength": 2, "type": "string" }, "dni": { "minLength": 8, "type": "string" }, "nombre": { "minLength": 2, "type": "string" } }, "required": [ "nombre", "apellido", "dni" ], "type": "object" }

Other Tools from MCP API 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/mcgiverdev/mcp-api-v1'

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