Skip to main content
Glama

MCP Server for Coroot

create_user

Enables admin to create new user accounts with specific roles and permissions on the MCP Server for Coroot. Essential for managing access and privileges within the platform.

Instructions

Create a new user (admin only).

Creates a new user account with specified role and permissions. Requires admin privileges.

Args: user_data: New user information including email, name, role

Input Schema

NameRequiredDescriptionDefault
user_dataYes

Input Schema (JSON Schema)

{ "properties": { "user_data": { "additionalProperties": true, "title": "User Data", "type": "object" } }, "required": [ "user_data" ], "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/jamesbrink/mcp-coroot'

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