Skip to main content
Glama

hubspot-dbv

lookup_hubspot_endpoint

Read-only

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).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesA legacy HubSpot API path or fragment, e.g. '/crm/v3/objects/contacts' or 'contacts'.
methodNoOptional HTTP method filter, e.g. GET, POST.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources