Skip to main content
Glama

MCP YAML API

by molavec

replaceUser

Update user details by replacing an existing user's name and email using the MCP YAML API tool, ensuring accurate user management within the MCP server ecosystem.

Instructions

Replace an existing user.

Input Schema

NameRequiredDescriptionDefault
emailYes
idNo
nameYes

Input Schema (JSON Schema)

{ "properties": { "email": { "describe": "The email address of the user.", "type": "string" }, "id": { "type": "string" }, "name": { "describe": "The name of the user.", "type": "string" } }, "required": [ "name", "email" ], "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/molavec/mcp-yaml-api'

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