Skip to main content
Glama
calypsoCodex

HubSpot MCP Extended

by calypsoCodex

post-crm-object-schemas-v3-schemas_schemas

Create a new custom object schema in HubSpot by specifying properties, labels, associations, and required fields.

Instructions

Create a new schema. REQUIRES body parameter with request data. Check the inputSchema for required body structure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesA unique name for this object. For internal use only.
labelsYesSingular and plural labels for the object. Used in CRM display.
propertiesYesProperties defined for this object type.
descriptionNostring parameter
associatedObjectsYesAssociations defined for this object type.
requiredPropertiesYesThe names of properties that should be **required** when creating an object of this type.
searchablePropertiesNoNames of properties that will be indexed for this object type in by HubSpot's product search.
primaryDisplayPropertyNoThe name of the primary property for this object. This will be displayed as primary on the HubSpot record page for this object type.
secondaryDisplayPropertiesNoThe names of secondary properties for this object. These will be displayed as secondary on the HubSpot record page for this object type.
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It simply says 'create a new schema' without mentioning irreversibility, permissions, side effects, or consequences. This is a serious gap for a mutation tool of this complexity.

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

Conciseness3/5

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

The description is short and front-loaded with the primary action. However, the second sentence is a lazy pointer to the input schema, and the overall content is under-specified. It is concise but lacks the substance needed to stand alone.

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

Completeness2/5

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

With 9 parameters, nested objects, and no output schema, this tool requires substantial contextual guidance. The description does not explain how to construct a valid schema, when to use it, or what the response will look like. It is incomplete for an agent to operate effectively.

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%, and the input schema provides detailed descriptions for all parameters. The description adds no new parameter information beyond pointing to the inputSchema, so it stays at the baseline for high coverage.

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

Purpose4/5

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

The description states 'Create a new schema,' which is a specific verb+resource. The tool name confirms it is for posting CRM object schemas. However, it does not explicitly differentiate from sibling tools like the association schema creation tool, so it is clear but not fully disambiguated.

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 when-to-use guidance is provided. The description does not mention alternatives among the many schema-related siblings, nor does it specify contexts where this tool is appropriate. The only instruction about the body parameter is not usage guidance.

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