Skip to main content
Glama

HubSpot MCP Server

by ajaystream

hubspot-list-properties

Retrieve a complete catalog of properties for any HubSpot object type to understand available data structures and optimize workflows. Use for initial setup or property exploration.

Instructions

🎯 Purpose: 1. This tool retrieves a complete catalog of properties for any HubSpot object type. 🧭 Usage Guidance: 1. This API has a large response that can consume a lot of tokens. Use the hubspot-list-objects tool to sample existing objects for the object type first. 2. Try to use the hubspot-get-property tool to get a specific property. 3. Use at the beginning of workflows to understand available data structures.

Input Schema

NameRequiredDescriptionDefault
archivedNoWhether to return only properties that have been archived.
includeHiddenNoWhether to include hidden properties in the response.
objectTypeYesThe type of HubSpot object to get properties for. Valid values include: appointments, companies, contacts, courses, deals, leads, line_items, listings, marketing_events, meetings, orders, postal_mail, products, quotes, services, subscriptions, tickets, users. For custom objects, use the hubspot-get-schemas tool to get the objectType.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "archived": { "default": false, "description": "Whether to return only properties that have been archived.", "type": "boolean" }, "includeHidden": { "default": false, "description": "Whether to include hidden properties in the response.", "type": "boolean" }, "objectType": { "description": "The type of HubSpot object to get properties for. Valid values include: appointments, companies, contacts, courses, deals, leads, line_items, listings, marketing_events, meetings, orders, postal_mail, products, quotes, services, subscriptions, tickets, users. For custom objects, use the hubspot-get-schemas tool to get the objectType.", "type": "string" } }, "required": [ "objectType" ], "type": "object" }

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/ajaystream/hubspot-mcp-custom'

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