Skip to main content
Glama

HubSpot MCP Server

meetings_update

Modify existing meeting details including title, description, location, timing, status, and assigned owner in HubSpot CRM.

Instructions

Update an existing meeting

Input Schema

NameRequiredDescriptionDefault
meetingIdYes
propertiesYes

Input Schema (JSON Schema)

{ "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 Server

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

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