crm_batch_create_leads
Create multiple HubSpot CRM leads simultaneously to streamline lead management and reduce API calls.
Instructions
Create multiple leads in a single request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes |
Create multiple HubSpot CRM leads simultaneously to streamline lead management and reduce API calls.
Create multiple leads in a single request
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It states this is a creation operation (implying mutation/write), but doesn't mention permissions required, rate limits, whether it's idempotent, error handling for partial failures, or what the response looks like. For a batch write tool with zero annotation coverage, this leaves significant behavioral gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's function. There's no wasted language or unnecessary elaboration. It's appropriately sized for conveying the core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a batch creation tool with complex nested parameters (multiple properties and associations), no annotations, and no output schema, the description is inadequate. It doesn't address behavioral aspects like error handling, doesn't explain parameter structures, and provides no usage context. The description fails to compensate for the lack of structured metadata.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 0%, so the description must compensate. It mentions 'multiple leads' which hints at an array input, aligning with the 'inputs' parameter in the schema. However, it doesn't explain the structure of lead objects, required fields, or the 'associations' parameter. The description adds minimal value beyond what's obvious from the tool name.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('Create') and resource ('multiple leads'), specifying it's a batch operation ('in a single request'). It distinguishes from non-batch siblings like 'crm_create_lead', but doesn't explicitly differentiate from other batch create tools like 'crm_batch_create_companies' or 'crm_batch_create_contacts'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description doesn't mention when batch creation is preferable to single creation, nor does it reference other batch tools for different entity types. There's no context about prerequisites, limitations, or typical use cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlackSand-Software/hubspot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server