You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_publish_to_pool

Active

Tool 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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →
neuron_publish_to_pool — io.github.conquext/neuron — PRSM MCP