Skip to main content
Glama
mantis-productions

hubspot-mcp-server

Get HubSpot Company

hubspot_get_company
Read-onlyIdempotent

Retrieve a HubSpot company record by its ID to access detailed company information including name, domain, industry, and contact details.

Instructions

Retrieve a single HubSpot company record by ID.

Args:

  • companyId (string): HubSpot company record ID

  • additionalProperties (string[]): Optional extra properties to include

Returns: Company with id, name, domain, industry, city, state, country, phone, employees, annualRevenue, lifecycleStage

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdYesHubSpot company record ID
additionalPropertiesNoExtra property names to include in the response
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds value by specifying the exact fields returned and the ability to include additional properties, providing behavioral context beyond the annotations.

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 efficient: two clear sections (Args and Returns) with no redundant information. Every sentence adds value, and it is well-structured for quick parsing.

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

Completeness5/5

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

For a simple get-by-ID tool with rich annotations and full schema coverage, the description is complete. It explains the operation, parameters, and return fields, leaving no gaps. No output schema is needed given the listed fields.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers both parameters (companyId and additionalProperties) with descriptions. The description adds by listing the default return fields, helping the agent understand what 'additionalProperties' can augment. This enhances meaning beyond the schema.

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 action 'Retrieve' and the resource 'single HubSpot company record by ID'. It distinguishes the tool from siblings like hubspot_list_companies and hubspot_search by specifying single record retrieval.

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 usage for retrieving a specific company by ID. While it does not explicitly exclude other cases, the context is clear. Sibling tools for listing or searching are natural alternatives, but no direct comparison is made.

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/mantis-productions/hubspot-mcp-server'

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