Skip to main content
Glama

HubSpot MCP Server

hubspot_get_deal_notes

Retrieve notes linked to a specific HubSpot deal to track communication history, updates, and important details for sales analysis and deal management.

Instructions

Get notes associated with a specific deal

Input Schema

NameRequiredDescriptionDefault
afterNoPagination cursor for next page of results
dealIdYesThe ID of the deal to get notes for
limitNoMaximum number of notes to return (default 20)

Input Schema (JSON Schema)

{ "properties": { "after": { "description": "Pagination cursor for next page of results", "type": "string" }, "dealId": { "description": "The ID of the deal to get notes for", "type": "string" }, "limit": { "default": 20, "description": "Maximum number of notes to return (default 20)", "type": "number" } }, "required": [ "dealId" ], "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