You're viewing a demo portfolio

Join the waitlist
PRSM

close_list_activities

Active

Tool of Close Crm

declared in 0.1.0

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"
    }
  }
}

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 →