You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_invite_member

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Send an invitation to a new member to join the organization. The invitee receives an email with a link to accept.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "orgId",
    "email",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Full name of the person being invited"
    },
    "role": {
      "type": "string",
      "description": "Role to assign to the member (e.g., 'admin', 'agent', 'viewer')"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address of the person to invite"
    },
    "orgId": {
      "type": "string",
      "description": "Unique identifier (UUID) of the organization"
    },
    "canViewConversations": {
      "type": "boolean",
      "description": "Whether the invited member can view conversations (default: true)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →