You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_remove_from_contact_list

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Remove one or more contacts from a list by their contact IDs. Does not delete the contacts themselves.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "idOrSlug",
    "contactIds"
  ],
  "properties": {
    "idOrSlug": {
      "type": "string",
      "description": "Unique identifier (UUID) or URL-friendly slug of the contact list"
    },
    "contactIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of contact UUIDs to remove from the list"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.conquext/neuron

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

1/7 registries
View full server →