Skip to main content
Glama
adeel0x01

HubSpot MCP Server

by adeel0x01

hubspot_batch_create_associations

Create multiple associations between HubSpot CRM objects in a single request, connecting source and target objects of the same type.

Instructions

Create multiple associations at once between objects of the same types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
associationsYesArray of associations to create (max 100)
toObjectTypeYesThe type of the target objects
fromObjectTypeYesThe type of the source objects
associationTypeIdNoThe association type ID to use for all associations
associationCategoryNoHUBSPOT_DEFINED
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only states the action. It does not mention idempotency, error handling, that associations array is limited to 100 (though schema shows maxItems), or if existing associations are overwritten. This lack of detail could lead to misuse.

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 a single, concise sentence that front-loads the core purpose. However, it could be slightly expanded to include key constraints (e.g., max associations) without losing efficiency.

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?

Given the lack of annotations and output schema, the description is too brief. It does not explain return value, error conditions, or usage context, leaving gaps that an agent must guess. For a batch mutation tool, more detail is needed.

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?

The input schema already contains descriptions for all 5 parameters, achieving 80% coverage. The tool description adds minimal extra meaning, only hinting that from and to object types are the same, which partially aligns with schema. Baseline of 3 is appropriate since the schema does most of the work.

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 clearly states the tool creates multiple associations at once, distinguishing it from the singular hubspot_create_association. However, the phrase 'between objects of the same types' is ambiguous because the schema allows different fromObjectType and toObjectType, potentially confusing an agent.

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?

No guidance is provided on when to use batch vs single association creation, what prerequisites exist (e.g., object types must be compatible), or any limitations. The agent must infer usage from the tool name and schema alone.

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