neuron_update_contact_list
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Update an existing contact list's name, slug, description, criteria, or refresh schedule.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"idOrSlug"
],
"properties": {
"name": {
"type": "string",
"description": "Updated display name for the list"
},
"slug": {
"type": "string",
"description": "Updated URL-friendly slug for the list"
},
"criteria": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "object",
"additionalProperties": {}
}
]
},
{
"type": "null"
}
],
"description": "Updated dynamic list criteria. Set to null to clear existing criteria."
},
"idOrSlug": {
"type": "string",
"description": "Unique identifier (UUID) or URL-friendly slug of the contact list to update"
},
"description": {
"type": "string",
"description": "Updated description of the list's purpose"
},
"refreshSchedule": {
"enum": [
"manual",
"daily",
"weekly",
"on_access"
],
"type": "string",
"description": "Updated refresh schedule for dynamic lists"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries