Skip to main content
Glama

HubSpot MCP Server

hubspot_create_deal

Create new deals in HubSpot CRM by specifying deal name, amount, stage, and pipeline to manage sales opportunities and track business transactions.

Instructions

Create a new deal in HubSpot

Input Schema

NameRequiredDescriptionDefault
propertiesYesDeal properties

Input Schema (JSON Schema)

{ "properties": { "properties": { "additionalProperties": true, "description": "Deal properties", "properties": { "amount": { "description": "Deal amount", "type": "number" }, "dealname": { "description": "Name of the deal", "type": "string" }, "dealstage": { "description": "Stage of the deal (ID)", "type": "string" }, "pipeline": { "description": "Pipeline ID", "type": "string" } }, "required": [ "dealname" ], "type": "object" } }, "required": [ "properties" ], "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