neuron_update_pool_item
ActiveTool of io.github.conquext/neuron
Update a pool item you have published — metadata (name, description, category, tags) and content fields (setupInstructions, defaultSecrets for tool_template items). The underlying resource is re-snapshotted and version is bumped on every update.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the pool item to update"
},
"name": {
"type": "string",
"description": "New display name for the pool listing"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "New list of tags for the pool listing"
},
"category": {
"type": "string",
"description": "New category name for the pool listing"
},
"description": {
"type": "string",
"description": "New detailed description for the pool listing"
},
"defaultSecrets": {
"type": "object",
"description": "Updated pre-filled secrets auto-populated on install, e.g. { OAUTH2_TOKEN_URL: 'https://...' }",
"additionalProperties": {
"type": "string"
}
},
"setupInstructions": {
"type": "string",
"description": "Updated setup guide shown after installation (tool_template only, max 5000 chars)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
2/7 registries