Skip to main content
Glama
calypsoCodex

HubSpot MCP Extended

by calypsoCodex

post-crm-v3-properties-objtype_objtype

Creates a new custom property for a specified object type (e.g., contact, company, deal) in HubSpot CRM. Define property details like label, type, and options.

Instructions

Create a property. REQUIRES body parameter with request data. Check the inputSchema for required body structure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe internal property name, which must be used when referencing the property via the API.
typeYesThe data type of the property.
labelYesA human-readable property label that will be shown in HubSpot.
hiddenNoIf true, the property won't be visible and can't be used in HubSpot.
optionsNoA list of valid options for the property. This field is required for enumerated properties.
fieldTypeYesControls how the property appears in HubSpot.
formFieldNoWhether or not the property can be used in a HubSpot form.
groupNameYesThe name of the property group the property belongs to.
objectTypeYesPath parameter objectType
descriptionNoA description of the property that will be shown as help text in HubSpot.
displayOrderNoProperties are displayed in order starting with the lowest positive integer value. Values of -1 will cause the property to be displayed after any positive values.
hasUniqueValueNoWhether or not the property's value must be unique. Once set, this can't be changed.
externalOptionsNoApplicable only for 'enumeration' type properties. Should be set to true in conjunction with a 'referencedObjectType' of 'OWNER'. Otherwise false.
calculationFormulaNoRepresents a formula that is used to compute a calculated property.
referencedObjectTypeNoShould be set to 'OWNER' when 'externalOptions' is true, which causes the property to dynamically pull option values from the current HubSpot users.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden for behavioral disclosure. It only states that a body is required and points to the schema, but omits side effects, auth needs, permissions, or response behavior. For a mutation tool this is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise with two short sentences. The second sentence about checking the input schema is useful though slightly redundant with the schema itself, but overall it is efficient and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite a rich schema, the tool has 15 parameters, no annotations, and no output schema. The description is too thin for this complexity—it fails to mention the objectType path parameter, that this is a single create, or what the response contains. More context is needed for an agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents every parameter thoroughly. The description adds no parameter-specific meaning beyond pointing to the schema, which meets the baseline for good coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create a property' clearly states the verb and resource, making the core purpose unambiguous. However, it does not differentiate from sibling tools like the batch-create variant, which is a gap for distinguishing between single vs. batch creation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives (e.g., batch create). It only mentions a body requirement, which is a usage constraint but not a selection criterion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/calypsoCodex/hubspot-mcp-extended'

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