Skip to main content
Glama

Kapiti MCP Server

by Headlesshost

create_user

Add new users to the Kapiti platform by providing email, name, password, and role assignments for account management.

Instructions

Create a new user in the current account

Input Schema

NameRequiredDescriptionDefault
claimsNoUser roles/claims (string or array of strings)
emailYesUser email address
firstNameYesUser first name
lastNameYesUser last name
passwordNoUser password

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "claims": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "description": "User roles/claims (string or array of strings)" }, "email": { "description": "User email address", "format": "email", "type": "string" }, "firstName": { "description": "User first name", "type": "string" }, "lastName": { "description": "User last name", "type": "string" }, "password": { "description": "User password", "type": "string" } }, "required": [ "email", "firstName", "lastName" ], "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/Headlesshost/mcp-server'

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