Update Pool Item
neuron_update_pool_itemUpdate a pool item you have published — metadata (name, description, category, tags) and content fields (setupInstructions, defaultSecrets for tool_template items). The underlying resource is re-snapshotted and version is bumped on every update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the pool item to update | |
| name | No | New display name for the pool listing | |
| tags | No | New list of tags for the pool listing | |
| category | No | New category name for the pool listing | |
| description | No | New detailed description for the pool listing | |
| defaultSecrets | No | Updated pre-filled secrets auto-populated on install, e.g. { OAUTH2_TOKEN_URL: 'https://...' } | |
| setupInstructions | No | Updated setup guide shown after installation (tool_template only, max 5000 chars) |