Skip to main content
Glama

HubSpot Integrations MCP

get_integration

Retrieve a specific integration by its ID from the HubSpot Integrations Center. Returns the full integration details including title, summary, body, URL, categories, and last updated date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe integration ID to retrieve (format: display-name-product-name)

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the return contents (title, summary, body, URL, categories, last updated date), but it does not mention potential errors, authentication requirements, or read-only behavior explicitly. The added detail about return fields is useful but limited.

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 two sentences, front-loaded with the primary action, and contains no redundant information. Every word 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?

For a simple single-parameter retrieval tool without an output schema, the description adequately explains what it does and what it returns. It could improve by mentioning the sibling tool for searches, but given the simplicity, it is nearly complete.

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 provides 100% coverage of the 'id' parameter with a format description. The tool description adds no additional parameter semantics beyond what the schema already states, so the baseline of 3 is appropriate.

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 verb ('Retrieve') and resource ('a specific integration by its ID from the HubSpot Integrations Center'), distinguishing it from the sibling tool 'search_integration' by emphasizing retrieval by ID rather than searching.

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 use when you have a specific integration ID, but it does not explicitly reference the alternative 'search_integration' or provide when-not-to-use guidance. This is implied rather than explicit.

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.

TDQS

A3.9/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves a specific integration by ID, the other searches by query string. There is no ambiguity between them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: get_integration and search_integration. The naming is uniform and predictable.

Tool Count3/5

With only 2 tools, the server feels thin for its stated purpose. While the scope is narrow, a typical catalog would benefit from at least a list operation, making the count borderline.

Completeness3/5

The tool set covers retrieval and search but lacks a dedicated list-all operation, which is a common need for browsing integrations. Users may work around this via search, but the gap is notable.

Resources