Skip to main content
Glama

HubSpot MCP Server

hubspot_list_deals

Retrieve and paginate through HubSpot deals with customizable property selection to access CRM sales data for analysis and management.

Instructions

List deals in HubSpot with pagination

Input Schema

NameRequiredDescriptionDefault
afterNoPagination cursor for next page of results
limitNoMaximum number of deals to return (default 10, max 100)
propertiesNoList of properties to include in the results

Input Schema (JSON Schema)

{ "properties": { "after": { "description": "Pagination cursor for next page of results", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of deals to return (default 10, max 100)", "type": "number" }, "properties": { "description": "List of properties to include in the results", "items": { "type": "string" }, "type": "array" } }, "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/scopiousdigital/hubspot-mcp'

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