Skip to main content
Glama

Devici MCP Server

MIT License
2

invite_user

Send invitations to new users to join the Devici platform, specifying their email, name, and role for seamless integration into the system.

Instructions

Invite a new user to Devici

Input Schema

NameRequiredDescriptionDefault
emailYes
first_nameYes
last_nameYes
roleYes

Input Schema (JSON Schema)

{ "properties": { "email": { "title": "Email", "type": "string" }, "first_name": { "title": "First Name", "type": "string" }, "last_name": { "title": "Last Name", "type": "string" }, "role": { "title": "Role", "type": "string" } }, "required": [ "email", "first_name", "last_name", "role" ], "title": "invite_userArguments", "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/geoffwhittington/devici-mcp'

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