HubSpot MCP

by shinzo-labs
Verified

crm_list_objects

List CRM objects of a specific type with optional filtering and pagination

Input Schema

NameRequiredDescriptionDefault
afterNo
archivedNo
limitNo
objectTypeYes
propertiesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "after": { "type": "string" }, "archived": { "type": "boolean" }, "limit": { "maximum": 100, "minimum": 1, "type": "number" }, "objectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" }, "properties": { "items": { "type": "string" }, "type": "array" } }, "required": [ "objectType" ], "type": "object" }

You must be authenticated.

Other Tools