Skip to main content
Glama

MCP Test Server

by small-tou

add_user

Create and manage new user accounts on the MCP Test Server by specifying name, email, and role to streamline user access and permissions.

Instructions

添加新用户

Input Schema

NameRequiredDescriptionDefault
emailYes邮箱地址
nameYes用户姓名
roleNo用户角色user

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "email": { "description": "邮箱地址", "type": "string" }, "name": { "description": "用户姓名", "type": "string" }, "role": { "default": "user", "description": "用户角色", "enum": [ "admin", "user" ], "type": "string" } }, "required": [ "name", "email" ], "type": "object" }
Install Server

Other Tools from MCP Test 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/small-tou/mcp-test'

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