Skip to main content
Glama

HubSpot MCP

meetings_update

Modify meeting details such as title, time, location, outcome, and owner directly in HubSpot CRM. Ensure accurate and up-to-date meeting schedules and information.

Instructions

Update an existing meeting

Input Schema

NameRequiredDescriptionDefault
meetingIdYes
propertiesYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "meetingId": { "type": "string" }, "properties": { "additionalProperties": false, "properties": { "hs_meeting_body": { "type": "string" }, "hs_meeting_end_time": { "type": "string" }, "hs_meeting_location": { "type": "string" }, "hs_meeting_outcome": { "enum": [ "SCHEDULED", "COMPLETED", "CANCELED" ], "type": "string" }, "hs_meeting_start_time": { "type": "string" }, "hs_meeting_title": { "type": "string" }, "hubspot_owner_id": { "type": "string" } }, "type": "object" } }, "required": [ "meetingId", "properties" ], "type": "object" }
Install Server

Other Tools from HubSpot MCP

Related Tools

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/shinzo-labs/hubspot-mcp'

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