Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
  • Linux
  • Apple

cldkctl_update_profile

Update user profile details including name, email, phone number, and address by calling the endpoint on the MCP cldkctl Server.

Instructions

Call the cldkctl_update_profile endpoint

Input Schema

NameRequiredDescriptionDefault
addressYesAddress
emailYesEmail address
nameYesFull name
phone_numberYesPhone number
user_idYesID of the user to update

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address", "type": "string" }, "email": { "description": "Email address", "type": "string" }, "name": { "description": "Full name", "type": "string" }, "phone_number": { "description": "Phone number", "type": "string" }, "user_id": { "description": "ID of the user to update", "type": "string" } }, "required": [ "user_id", "name", "email", "phone_number", "address" ], "type": "object" }
Install Server

Other Tools from MCP cldkctl 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/raffelprama/mcp-cldkctl'

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