neuron_semantic_search_contacts
ActiveTool of io.github.conquext/neuron
Search contacts using natural language AI-powered semantic search. Finds contacts based on the meaning of their notes — skills, services, schedules, preferences, etc. Returns ranked results with relevance scores and AI-generated match reasons.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 20,
"description": "Maximum number of results to return (default: 10, max: 20)",
"exclusiveMinimum": 0
},
"query": {
"type": "string",
"description": "Natural language search query (e.g., 'who can deliver to Lagos on Monday?')"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries