HubSpot MCP Server

by KaranThink41
Verified
MIT License
  • Linux
  • Apple

hubspot_get_active_contacts

Get most recently active contacts from HubSpot

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of contacts to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of contacts to return (default: 10)", "type": "integer" } }, "type": "object" }