Skip to main content
Glama

HubSpot MCP

crm_list_objects

Retrieve and filter CRM objects by type, such as companies, contacts, or deals, with options for pagination and property selection in HubSpot MCP.

Instructions

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 from HubSpot MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shinzo-labs/hubspot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server