Publish to Pool
neuron_publish_to_poolPublish a bot, tool, knowledge base, or reflection to the shared marketplace pool for other organizations to discover and install.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the pool listing | |
| tags | No | List of tags for improved discoverability (e.g., ['ai', 'customer-support']) | |
| type | Yes | Type of resource to publish to the pool | |
| category | No | Category name for organizing the resource in the pool | |
| sourceId | Yes | Unique identifier (UUID) of the source resource to publish | |
| description | No | Detailed description of the resource for the pool listing | |
| defaultSecrets | No | Pre-filled secrets auto-populated on install, e.g. { OAUTH2_TOKEN_URL: 'https://...' } | |
| setupInstructions | No | Step-by-step setup guide shown after installation (tool_template only, max 5000 chars) |