You're viewing a demo portfolio

Join the waitlist
PRSM

close_list_contacts

Active

Tool of Close Crm

declared in 0.1.0

List contacts (people) in Close. Returns a `data` array of contacts with id, lead_id, name, title, emails, and phones, plus `has_more` / `total_results`. Optionally filter to one lead with `lead_id`. Page with `_limit` / `_skip`.

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey"
  ],
  "properties": {
    "_skip": {
      "type": "number",
      "description": "Number of results to skip for pagination (default 0)"
    },
    "_limit": {
      "type": "number",
      "description": "Results per page (default 100, max 200)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Close API key"
    },
    "lead_id": {
      "type": "string",
      "description": "Optional lead ID to filter contacts to a single lead"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Close Crm

https://github.com/pipeworx-io/mcp-close-crm

1/7 registries
View full server →