Skip to main content
Glama

HubSpot MCP Server

hubspot_get_sales_analytics

Retrieve aggregated sales analytics data from HubSpot CRM for specific time periods. Analyze sales performance by filtering pipelines, deal stages, and owners to track revenue metrics and identify trends.

Instructions

Get aggregated sales analytics data for specific time periods

Input Schema

NameRequiredDescriptionDefault
dealOwnerNoDeal owner ID to filter by
dealStageNoDeal stage ID to filter by
endDateNoEnd date for analysis in ISO format (YYYY-MM-DD)
periodYesTime period to group analytics data by
pipelineNoPipeline ID to filter by
startDateYesStart date for analysis in ISO format (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "dealOwner": { "description": "Deal owner ID to filter by", "type": "string" }, "dealStage": { "description": "Deal stage ID to filter by", "type": "string" }, "endDate": { "description": "End date for analysis in ISO format (YYYY-MM-DD)", "type": "string" }, "period": { "description": "Time period to group analytics data by", "enum": [ "daily", "weekly", "monthly", "quarterly", "yearly" ], "type": "string" }, "pipeline": { "description": "Pipeline ID to filter by", "type": "string" }, "startDate": { "description": "Start date for analysis in ISO format (YYYY-MM-DD)", "type": "string" } }, "required": [ "period", "startDate" ], "type": "object" }

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

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