{ "type": "object", "properties": { "companyId": { "type": "string", "description": "HubSpot company ID, or domain when idProperty is domain" }, "idProperty": { "type": "string", "description": "Optional unique property used to identify the company, such as domain" }, "properties": { "type": "object", "description": "HubSpot company properties to update" } }, "required": [ "companyId", "properties" ], "description": "Input schema for the hubspot__update_company tool."}