neuron_update_pool_item
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update the metadata of a pool item you have published, such as title, description, category, or tags.
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"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "New list of tags for the pool listing"
},
"title": {
"type": "string",
"description": "New display title 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"
}
},
"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