close_list_activities
ActiveTool of Close Crm
List activities for a lead — calls, emails, notes, SMS, meetings, and status changes. Returns a `data` array (with id, _type, type, date_created, and type-specific fields) plus `has_more` / `total_results`. Requires `lead_id`. Page with `_limit` / `_skip` to walk a lead's timeline.
Parameters schema
{
"type": "object",
"required": [
"_apiKey",
"lead_id"
],
"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": "Lead ID whose activity timeline to fetch"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Close Crm
https://github.com/pipeworx-io/mcp-close-crm
1/7 registries