Skip to main content
Glama

HubSpot MCP Server

hubspot_get_sales_performance

Analyze sales team performance metrics by time period to track rep productivity and pipeline effectiveness using HubSpot CRM data.

Instructions

Get performance metrics for sales reps over a specific time period

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date for analysis in ISO format (YYYY-MM-DD)
ownerIdsNoList of owner IDs to include in the analysis
periodYesTime period to group performance data by
pipelineNoPipeline ID to filter by
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" }, "ownerIds": { "description": "List of owner IDs to include in the analysis", "items": { "type": "string" }, "type": "array" }, "period": { "description": "Time period to group performance 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