neuron_update_member
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries