close_list_contacts
ActiveTool of Close Crm
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Close Crm
https://github.com/pipeworx-io/mcp-close-crm
1/7 registries