Skip to main content
Glama

HubSpot MCP Server

hubspot_get_pipeline_analytics

Analyze sales pipeline performance by retrieving conversion rates between stages for a specified time period to identify bottlenecks and optimize sales processes.

Instructions

Get analytics for a specific sales pipeline including conversion rates between stages

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date for analysis in ISO format (YYYY-MM-DD)
periodYesTime period to group analytics data by
pipelineIdYesThe ID of the pipeline to analyze
startDateYesStart date for analysis in ISO format (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "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" }, "pipelineId": { "description": "The ID of the pipeline to analyze", "type": "string" }, "startDate": { "description": "Start date for analysis in ISO format (YYYY-MM-DD)", "type": "string" } }, "required": [ "pipelineId", "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