Skip to main content
Glama
mantis-productions

hubspot-mcp-server

Create HubSpot Deal

hubspot_create_deal

Create a HubSpot deal with name, amount, stage, pipeline, close date, and owner. Optionally associate with a contact or company.

Instructions

Create a new deal in HubSpot CRM.

Args:

  • properties.dealname: Deal name (required)

  • properties.amount: Deal value in USD

  • properties.dealstage: Pipeline stage slug (e.g. appointmentscheduled, closedwon, closedlost)

  • properties.pipeline: Pipeline ID (default: 'default')

  • properties.closedate: Expected close date in ISO 8601 (e.g. 2026-12-31)

  • properties.dealtype: newbusiness | existingbusiness

  • properties.hubspot_owner_id: HubSpot user ID for deal owner

  • associateWithContactId: Contact ID to associate

  • associateWithCompanyId: Company ID to associate

Returns: Created deal with new record ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
propertiesYesDeal properties to set
associateWithContactIdNoAssociate this deal with a contact ID
associateWithCompanyIdNoAssociate this deal with a company ID
Behavior3/5

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

Annotations indicate readOnlyHint=false (write operation) and destructiveHint=false. The description confirms creation and adds return value info but lacks details on side effects (e.g., triggers workflows, required permissions). With annotations present, the description provides adequate but not rich behavioral context.

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: a one-sentence summary, followed by a well-organized list of arguments in Args format, and a return statement. No redundant text.

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

Completeness4/5

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

The tool is relatively simple with no output schema. The description covers the return value (created deal with ID), required parameters, and key property examples. Minor omission: no mention of error responses or rate limits, but overall complete for the use case.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds value by noting dealname as required, providing example slugs for dealstage, and including date format hints. This goes beyond the schema definitions.

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 action ('Create a new deal') and resource ('in HubSpot CRM'). The sibling tools include other create actions (hubspot_create_company, hubspot_create_contact), so the description effectively distinguishes this tool as specific to deals.

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

Usage Guidelines3/5

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

The description implies usage for creating new deals but does not explicitly state when to use this tool versus alternatives like hubspot_update_deal or hubspot_delete_deal. No guidance on prerequisites or context is provided.

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