Skip to main content
Glama

HubSpot MCP

meetings_update

Modify existing meetings in HubSpot by updating details such as title, location, timings, and outcomes. Ensure accurate CRM data and streamlined communication across teams.

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" }

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