crbro_neurons
Retrieve neurons from the memory brain with optional filters on type, domain, or heat. Each neuron returns ID, name, domain, heat, and facts count for easy lookup.
Instructions
List all neurons in the brain with optional filters. Returns ID, name, domain, heat, and facts count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by neuron type | |
| limit | No | Max results (default 50) | |
| domain | No | Filter by domain (e.g., "proyectos-web") | |
| min_heat | No | Minimum heat score (0.0-1.0) |