HubSpot MCP

by shinzo-labs
Verified

notes_create

Create a new note

Input Schema

NameRequiredDescriptionDefault
associationsNo
propertiesYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "associations": { "items": { "additionalProperties": false, "properties": { "to": { "additionalProperties": false, "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" }, "types": { "items": { "additionalProperties": false, "properties": { "associationCategory": { "type": "string" }, "associationTypeId": { "type": "number" } }, "required": [ "associationCategory", "associationTypeId" ], "type": "object" }, "type": "array" } }, "required": [ "to", "types" ], "type": "object" }, "type": "array" }, "properties": { "additionalProperties": {}, "properties": { "hs_note_body": { "type": "string" }, "hs_timestamp": { "type": "string" }, "hubspot_owner_id": { "type": "string" } }, "required": [ "hs_note_body" ], "type": "object" } }, "required": [ "properties" ], "type": "object" }

You must be authenticated.

Other Tools