You're viewing a demo portfolio

Join the waitlist
PRSM

neuron_create_contact

Active

Tool of io.github.conquext/neuron

declared in 1.0.0

Create a new contact in the organization's address book. If notes are provided, they are saved as a structured note entry with source tracking.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name",
    "phone"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Full name of the contact"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Tags to categorize the contact (e.g., ['vendor', 'lagos'])"
    },
    "email": {
      "type": "string",
      "description": "Email address of the contact"
    },
    "notes": {
      "type": "string",
      "description": "Additional notes about the contact, saved as a structured entry"
    },
    "phone": {
      "type": "string",
      "description": "Contact phone number in E.164 format (e.g., +2348012345678)"
    }
  },
  "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 →