hubspot-dbv
Server Details
Free map of HubSpot legacy v1-v4 API operations to their date-based-versioning replacements.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 3 tools
The three tools are clearly distinct: one gets general migration info, one lists breaking changes across the API, and one looks up a specific endpoint's details. There is no overlap or ambiguity in their purposes.
Tool names follow a consistent verb_noun pattern with a shared prefix: get_, list_, lookup_. Each starts with an action verb and describes the resource, making them predictable and easy to understand.
With only three tools, the set is small but well-scoped for its niche purpose. It covers the essential queries without unnecessary bloat, and the count is appropriate for a focused migration map service.
The tools cover high-level info, a list of breaking changes, and per-endpoint details—sufficient for a developer planning a migration. A minor gap might be a bulk comparison tool, but the current set is adequate for the stated purpose.
Available Tools
3 toolsget_hubspot_dbv_infoARead-onlyInspect
Get background and pricing for the HubSpot legacy-to-date-based-versioning (DBV) migration map: what's going unsupported, when, and where the full free map and $29/mo DBV Watch monitoring live. Useful for an agent helping a developer or agency plan a HubSpot API migration off v1-v4 before HubSpot's own per-endpoint docs ship in March 2027.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that it returns background/pricing info, which is consistent. It does not detail the output format or any access constraints, but the bar is lower given annotations.
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 sentence that packs in the purpose, scope, timing, and where to find related resources. It is front-loaded with the key action and resource, followed by useful details. No wasted words.
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?
Given the tool has no parameters, no output schema, and simple annotations, the description is complete. It tells the agent exactly what the tool provides and the context for its use. There are no missing details that an agent needs to invoke it correctly.
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?
Since the tool has zero parameters, the description does not need to explain parameter semantics. The schema coverage is 100% (vacuously), so a baseline of 4 is appropriate because the description provides context about what the information covers.
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 tool provides background and pricing for a specific migration map, including unsupported features, timing, and where to find the free map and paid monitoring. It is distinguished from siblings by focusing on background/pricing rather than listing breaking changes or endpoint lookups.
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?
The description implies use for planning a HubSpot API migration, which is helpful context, but it does not explicitly say when not to use it or name alternatives. However, the sibling list and the specific focus on background/pricing provide implicit guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_hubspot_breaking_changesARead-onlyInspect
List HubSpot API operations whose date-based-versioning replacement is BREAKING (a caller-visible field or parameter difference) or REMOVED (no date-based counterpart exists at all), optionally filtered by API name (e.g. 'CRM', 'Webhooks'). Useful for scoping how big a given migration is before starting it.
| Name | Required | Description | Default |
|---|---|---|---|
| api | No | Optional substring filter on the HubSpot API name, e.g. 'webhooks'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, non-destructive behavior, and the description adds meaningful semantics: it defines what BREAKING and REMOVED mean and that the list can be filtered. It does not mention pagination or output shape, but that is a minor gap given the simple read-only nature.
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?
Two tight sentences front-load the operation and definitions, with the use-case sentence adding context rather than filler. No unnecessary detail or repetition.
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 single-optional-parameter list operation with no output schema, the description adequately explains filtering and the semantic categories returned. A fully explicit output format would improve it, but nothing blocks a correct invocation.
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 already describes the single optional api parameter with 100% coverage. The description only adds concrete examples like 'CRM' and 'Webhooks', which reinforces but does not substantially extend parameter understanding.
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?
States a specific verb ('List') with a precise resource ('HubSpot API operations whose date-based-versioning replacement is BREAKING... or REMOVED') and defines the two categories. This clearly distinguishes it from sibling lookup tools like get_hubspot_dbv_info or lookup_hubspot_endpoint.
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?
Explicitly frames when to use it ('before starting a migration') and describes the optional API-name filter. It does not explicitly contrast with sibling tools, but the use case is clear enough that an agent can decide when to call it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lookup_hubspot_endpointARead-onlyInspect
Look up a legacy HubSpot API path (e.g. '/crm/v3/objects/contacts' or just 'contacts') and get its date-based-versioning replacement, whether the change is breaking, and the exact field-level differences (removed params, newly-required fields, changed types). Derived by diffing HubSpot's own public OpenAPI specs -- not a guess. Free, no key, full data (this map has no paid tier gating it).
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | A legacy HubSpot API path or fragment, e.g. '/crm/v3/objects/contacts' or 'contacts'. | |
| method | No | Optional HTTP method filter, e.g. GET, POST. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds context that the tool is derived from HubSpot's official OpenAPI specs and is free with no paid tier, which builds trust and sets expectations about data source. It also highlights that results are not guesses, which is useful for reliability. However, it doesn't disclose any limitations (e.g., coverage gaps, update frequency), which would enhance transparency. Given annotations cover the main behavioral aspect, a 3 is appropriate.
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, well-structured paragraph that front-loads the core purpose and examples, then provides key features (breaking change, field-level differences) and important context (derived from official specs, free). It's concise with no fluff, but it could be slightly more scannable with bullet points or short sentences. Overall, it earns its place.
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?
Given the tool's moderate complexity (2 params, no output schema), the description covers the essential aspects: what it does, input examples, output summary (replacement, breaking status, field differences), and data provenance. It lacks details on output structure, but since there's no output schema, a brief mention of output format would be helpful. However, for an agent to call it, the description is sufficient.
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 covers 100% of parameters, explaining 'path' as a legacy API path or fragment with examples, and 'method' as an optional HTTP method filter. The description reinforces this by giving examples in the main text. However, it doesn't add new semantics beyond what the schema already provides (e.g., how the method affects the lookup or format expectations). Since schema coverage is high, the baseline of 3 is correct.
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 tool's purpose: lookup a legacy HubSpot API path and get its date-based-versioning replacement, breaking change status, and field-level differences. It specifies the resource ('legacy HubSpot API path') and the action ('look up'), and it distinguishes itself from siblings by focusing on path lookup and detailed differences, whereas siblings likely cover broader lists or general info.
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?
The description implies when to use this tool: when you need to find the replacement for a legacy path and understand specific changes. It doesn't explicitly mention when not to use it or alternatives (e.g., use list_hubspot_breaking_changes for an overview), but the distinction is clear from the focus on 'exact field-level differences' and 'path lookup'. Slight improvement would be to mention using sibling tools for broader analysis.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- First observed
get_hubspot_dbv_info - First observed
list_hubspot_breaking_changes - First observed
lookup_hubspot_endpoint
Related MCP Connectors
Query 17,000+ verified task routes with known gotchas and API drift alerts. Free keyless reads.
MCP server for the HubSpot Integrations Center HubDB: search and retrieve integration data.
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).
The HubSpot MCP Server acts as a bridge that enables AI assistants and Large Language Models to securely interact with HubSpot CRM data through natural conversation, without requiring users to understand complex API structures. It provides read-only access to standard CRM objects (contacts, companies, deals, tickets, products, invoices, and more) and their associations, secured via OAuth 2.0, allowing AI agents to perform tasks like summarizing deals, fetching company updates, and looking up record changes.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables interaction with HubSpot CRM through a standardized API interface. Supports managing contacts, companies, deals, engagements, products, and associations with batch operations and advanced search capabilities.10061 npmMIT
- AlicenseCqualityDmaintenanceProvides comprehensive access to HubSpot CRM API for managing contacts, companies, deals, engagements, and associations. Supports batch operations, advanced search, and complete CRUD functionality across all standard CRM objects.10061 npmMIT
- AlicenseCqualityDmaintenanceProvides standardized access to HubSpot CRM API for managing contacts, companies, deals, leads, engagements, and associations with support for batch operations and advanced search capabilities.10061 npmMIT
- AlicenseNot gradedqualityAmaintenanceProvides complete access to the HubSpot API (1,076 tools) with safety categories, hub and plan awareness, retries, rate limiting, and both stdio and HTTP transports.5 npm1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.