You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_update_member

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Update a member's permissions within the organization, such as conversation access. Only provided fields are changed.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "orgId",
    "userId",
    "canViewConversations"
  ],
  "properties": {
    "orgId": {
      "type": "string",
      "description": "Unique identifier (UUID) of the organization"
    },
    "userId": {
      "type": "string",
      "description": "Unique identifier (UUID) of the member to update"
    },
    "canViewConversations": {
      "type": "boolean",
      "description": "Whether the member can view conversations"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

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

1/7 registries
View full server →
neuron_update_member — io.github.conquext/neuron — PRSM MCP