neuron_update_organization
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update organization settings such as name, description, or configuration preferences. Only provided fields are changed.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"orgId"
],
"properties": {
"name": {
"type": "string",
"description": "New display name for the organization"
},
"orgId": {
"type": "string",
"description": "Unique identifier (UUID) of the organization to update"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries