Skip to main content
Glama

HubSpot MCP Server

hubspot_get_forecast_analytics

Retrieve forecasted sales data based on current pipeline and historical performance to predict future revenue trends for monthly, quarterly, or yearly periods.

Instructions

Get forecasted sales data based on current pipeline and historical performance

Input Schema

NameRequiredDescriptionDefault
numberOfPeriodsNoNumber of future periods to forecast (default 3)
periodYesTime period to group forecast data by
pipelineNoPipeline ID to filter by

Input Schema (JSON Schema)

{ "properties": { "numberOfPeriods": { "default": 3, "description": "Number of future periods to forecast (default 3)", "type": "number" }, "period": { "description": "Time period to group forecast data by", "enum": [ "monthly", "quarterly", "yearly" ], "type": "string" }, "pipeline": { "description": "Pipeline ID to filter by", "type": "string" } }, "required": [ "period" ], "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