Skip to main content
Glama
mantis-productions

hubspot-mcp-server

Create HubSpot Contact

hubspot_create_contact

Create a new contact in HubSpot CRM using email and optional properties, and link to a company if needed.

Instructions

Create a new contact record in HubSpot CRM.

Args:

  • properties.email: Email address (required for unique identification)

  • properties.firstname / lastname: Name fields

  • properties.phone: Phone number

  • properties.company: Company name string

  • properties.jobtitle: Job title

  • properties.lifecyclestage: lead | customer | subscriber | etc.

  • associateWithCompanyId: Optionally link to a company record by ID

Returns: Created contact with its new record ID

Errors:

  • "CONTACT_EXISTS" if a contact with that email already exists

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
propertiesYesContact properties to set
associateWithCompanyIdNoOptionally associate this contact with an existing company ID
Behavior4/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, so the tool is non-destructive. The description adds behavioral context: it creates a record, returns an ID, and errors on duplicate email, which is helpful beyond annotations.

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 and well-structured with clear sections (Args, Returns, Errors). Every sentence adds value without unnecessary verbiage.

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

Completeness5/5

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

Despite no output schema, the description covers input behavior, error handling, and return value (record ID). It is complete for a creation tool with two parameters.

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 coverage is 100% with descriptions for each property. The description adds minor clarification (e.g., email required for unique identification) but does not significantly enhance meaning beyond the schema.

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 'Create a new contact record in HubSpot CRM.' This is a specific verb-resource pair that distinguishes it clearly from siblings like hubspot_update_contact or hubspot_delete_contact.

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 explains that email is required for unique identification and optionally can associate with a company. It also lists an error for duplicate emails, providing context on usage. However, it does not explicitly exclude when to use alternatives like update or search.

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/mantis-productions/hubspot-mcp-server'

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