You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_create_contact_list

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Create a new contact list. Slug is auto-generated from name if not provided. For dynamic lists, provide criteria with rules and/or an AI prompt.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the contact list"
    },
    "slug": {
      "type": "string",
      "description": "URL-friendly identifier (auto-generated from name if omitted)"
    },
    "type": {
      "enum": [
        "static",
        "dynamic",
        "merged"
      ],
      "type": "string",
      "description": "List type (default: 'static')"
    },
    "criteria": {
      "type": "object",
      "description": "Dynamic list criteria object: { rules?: { operator, conditions }, aiPrompt?, aiMaxResults? }",
      "additionalProperties": {}
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of the list's purpose"
    },
    "refreshSchedule": {
      "enum": [
        "manual",
        "daily",
        "weekly",
        "on_access"
      ],
      "type": "string",
      "description": "Refresh schedule for dynamic lists (default: 'manual')"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.conquext/neuron

https://github.com/conquext/neuron-mcp-server

1/7 registries
View full server →