neuron_publish_to_pool
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Publish a bot, tool, knowledge base, or reflection to the shared marketplace pool for other organizations to discover and install.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"resourceType",
"resourceId",
"title"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of tags for improved discoverability (e.g., ['ai', 'customer-support'])"
},
"title": {
"type": "string",
"description": "Display title for the pool listing"
},
"category": {
"type": "string",
"description": "Category name for organizing the resource in the pool"
},
"resourceId": {
"type": "string",
"description": "Unique identifier (UUID) of the resource to publish"
},
"description": {
"type": "string",
"description": "Detailed description of the resource for the pool listing"
},
"resourceType": {
"enum": [
"bot",
"tool",
"knowledge_base",
"reflection"
],
"type": "string",
"description": "Type of resource to publish to the pool"
}
},
"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