Skip to main content
Glama
adeel0x01

HubSpot MCP Server

by adeel0x01

hubspot_create_association

Create an association between two HubSpot objects like contacts, companies, deals, or tickets. Specify source and target types and IDs to link related records.

Instructions

Create an association between two HubSpot objects. Use hubspot_get_association_types to discover valid association type IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toObjectIdYesThe ID of the target object
fromObjectIdYesThe ID of the source object
toObjectTypeYesThe type of the target object
fromObjectTypeYesThe type of the source object
associationTypeIdNoThe association type ID. Use hubspot_get_association_types to find valid IDs. If not provided, uses default HubSpot-defined type.
associationCategoryNoThe association category: HUBSPOT_DEFINED (standard), USER_DEFINED (custom labels), or INTEGRATOR_DEFINEDHUBSPOT_DEFINED
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It states 'Create' implying mutation, but lacks details on side effects, idempotency, error handling, or permission requirements. This is adequate but could be more transparent.

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

Conciseness5/5

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

The description is concise with two sentences, front-loading the purpose and adding immediate guidance. No unnecessary words.

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

Completeness3/5

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

For a creation tool with no output schema, the description does not explain return values or handle error scenarios. It provides a pointer to discover association types but lacks completeness for a mutation tool with no annotations.

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 describes all parameters. The description adds minimal value beyond the schema, only repeating guidance on associationTypeId. Baseline score is appropriate.

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

Purpose5/5

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

The description clearly states the verb 'Create' and the resource 'association between two HubSpot objects'. It also points to hubspot_get_association_types for valid IDs, distinguishing it from siblings like hubspot_get_associations and hubspot_delete_association.

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

Usage Guidelines4/5

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

The description advises using hubspot_get_association_types to discover valid association type IDs, providing context for correct tool usage. However, it does not explicitly state when to use this tool vs. batch_create_associations or other alternatives.

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/adeel0x01/hubspot-mcp-tools'

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