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": [
"type",
"sourceId",
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Display name for the pool listing"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of tags for improved discoverability (e.g., ['ai', 'customer-support'])"
},
"type": {
"enum": [
"knowledge_base",
"bot_template",
"tool_template",
"reflection_pack"
],
"type": "string",
"description": "Type of resource to publish to the pool"
},
"category": {
"type": "string",
"description": "Category name for organizing the resource in the pool"
},
"sourceId": {
"type": "string",
"description": "Unique identifier (UUID) of the source resource to publish"
},
"description": {
"type": "string",
"description": "Detailed description of the resource for the pool listing"
},
"defaultSecrets": {
"type": "object",
"description": "Pre-filled secrets auto-populated on install, e.g. { OAUTH2_TOKEN_URL: 'https://...' }",
"additionalProperties": {
"type": "string"
}
},
"setupInstructions": {
"type": "string",
"description": "Step-by-step setup guide shown after installation (tool_template only, max 5000 chars)"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
2/7 registries