close_list_activities

Pack: close-crm · Endpoint: https://gateway.pipeworx.io/close-crm/mcp

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.

Parameters

NameTypeRequiredDescription
_apiKeystringyesClose API key
lead_idstringyesLead ID whose activity timeline to fetch
_limitnumbernoResults per page (default 100, max 200)
_skipnumbernoNumber of results to skip for pagination (default 0)

Example call

curl -X POST https://gateway.pipeworx.io/close-crm/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"close_list_activities","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "close-crm": {
      "url": "https://gateway.pipeworx.io/close-crm/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026