Skip to main content
Glama
calypsoCodex

HubSpot MCP Extended

by calypsoCodex

get-crm-v3-objects-quotes-var_var

Retrieve a specific quote from HubSpot CRM by its ID, with options to include selected properties, associations, and historical changes.

Instructions

Read

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quoteIdYesPath parameter quoteId
archivedNoWhether to return only results that have been archived.
idPropertyNoThe name of a property whose values are unique for this object
propertiesNoA comma separated list of the properties to be returned in the response. If any of the specified properties are not present on the requested object(s), they will be ignored.
associationsNoA comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored.
propertiesWithHistoryNoA comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored.
Behavior2/5

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

With no annotations provided, the description carries the full burden. 'Read' at least implies a non-destructive operation, but it does not mention any behavioral aspects such as return format, filtering options, archived records, or associations. The schema hints at these but the description adds no value beyond the verb.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One word 'Read' is extremely concise, but it is under-specification, not effective conciseness. It does not provide enough information to be useful and fails to 'earn its place'.

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

Completeness1/5

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

The tool has 6 parameters, no output schema, and no annotations. The description 'Read' is completely inadequate for an agent to understand what the tool does, what it returns, or how to invoke it correctly. It does not explain the query capabilities, filtering, or response shape.

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 description coverage is 100%, so all parameters are already documented in the schema. The description adds nothing about parameters, but per rubric baseline is 3 when schema coverage is high.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description is 'Read', which is a generic verb but does not specify the resource or action. It restates the 'get' operation from the tool name without naming quotes or object retrieval. This is vague and fails to distinguish from sibling read tools.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. There are many sibling get/read tools (e.g., get-crm-v3-objects-quotes_quotes, get-crm-v3-objects-objtype-objid_objid) that could be confused. The description provides zero context for selection.

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/calypsoCodex/hubspot-mcp-extended'

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