Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

update_user_details

Modify user information in the AYX-MCP-Wrapper server by updating first name, last name, and email using the user's unique ID for identification.

Instructions

Update details of an existing user by their ID

Input Schema

NameRequiredDescriptionDefault
emailYes
first_nameYes
last_nameYes
user_idYes

Input Schema (JSON Schema)

{ "properties": { "email": { "title": "Email", "type": "string" }, "first_name": { "title": "First Name", "type": "string" }, "last_name": { "title": "Last Name", "type": "string" }, "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id", "first_name", "last_name", "email" ], "title": "update_user_detailsArguments", "type": "object" }

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/jupiterbak/AYX-MCP-Wrapper'

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