HubSpot MCP Server

by KaranThink41
Verified
MIT License
  • Linux
  • Apple

hubspot_get_recent_engagements

Get recent engagement activities across all contacts and companies

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to look back (default: 7)
limitNoMaximum number of engagements to return (default: 50)

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "Number of days to look back (default: 7)", "type": "integer" }, "limit": { "description": "Maximum number of engagements to return (default: 50)", "type": "integer" } }, "type": "object" }