crm_get_company_properties
Retrieve all company properties from HubSpot CRM to manage and analyze business data efficiently using the HubSpot MCP server.
Instructions
Get all properties for companies
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archived | No | ||
properties | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"archived": {
"type": "boolean"
},
"properties": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}